summaryrefslogtreecommitdiff
path: root/dataviz
diff options
context:
space:
mode:
Diffstat (limited to 'dataviz')
-rw-r--r--dataviz/TP2_DataViz_24_02_26.ipynb2623
1 files changed, 2623 insertions, 0 deletions
diff --git a/dataviz/TP2_DataViz_24_02_26.ipynb b/dataviz/TP2_DataViz_24_02_26.ipynb
new file mode 100644
index 0000000..f9a94b3
--- /dev/null
+++ b/dataviz/TP2_DataViz_24_02_26.ipynb
@@ -0,0 +1,2623 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "92304ea2",
+ "metadata": {
+ "id": "92304ea2",
+ "outputId": "255b408c-cdd9-47bc-8c71-c86572188d2d",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 206
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ " Name Miles_per_Gallon Cylinders Displacement \\\n",
+ "0 chevrolet chevelle malibu 18.0 8 307.0 \n",
+ "1 buick skylark 320 15.0 8 350.0 \n",
+ "2 plymouth satellite 18.0 8 318.0 \n",
+ "3 amc rebel sst 16.0 8 304.0 \n",
+ "4 ford torino 17.0 8 302.0 \n",
+ "\n",
+ " Horsepower Weight_in_lbs Acceleration Year Origin \n",
+ "0 130.0 3504 12.0 1970-01-01 USA \n",
+ "1 165.0 3693 11.5 1970-01-01 USA \n",
+ "2 150.0 3436 11.0 1970-01-01 USA \n",
+ "3 150.0 3433 12.0 1970-01-01 USA \n",
+ "4 140.0 3449 10.5 1970-01-01 USA "
+ ],
+ "text/html": [
+ "\n",
+ " <div id=\"df-8b01dd88-a9b5-4e0b-942c-448fa5eaf2e2\" class=\"colab-df-container\">\n",
+ " <div>\n",
+ "<style scoped>\n",
+ " .dataframe tbody tr th:only-of-type {\n",
+ " vertical-align: middle;\n",
+ " }\n",
+ "\n",
+ " .dataframe tbody tr th {\n",
+ " vertical-align: top;\n",
+ " }\n",
+ "\n",
+ " .dataframe thead th {\n",
+ " text-align: right;\n",
+ " }\n",
+ "</style>\n",
+ "<table border=\"1\" class=\"dataframe\">\n",
+ " <thead>\n",
+ " <tr style=\"text-align: right;\">\n",
+ " <th></th>\n",
+ " <th>Name</th>\n",
+ " <th>Miles_per_Gallon</th>\n",
+ " <th>Cylinders</th>\n",
+ " <th>Displacement</th>\n",
+ " <th>Horsepower</th>\n",
+ " <th>Weight_in_lbs</th>\n",
+ " <th>Acceleration</th>\n",
+ " <th>Year</th>\n",
+ " <th>Origin</th>\n",
+ " </tr>\n",
+ " </thead>\n",
+ " <tbody>\n",
+ " <tr>\n",
+ " <th>0</th>\n",
+ " <td>chevrolet chevelle malibu</td>\n",
+ " <td>18.0</td>\n",
+ " <td>8</td>\n",
+ " <td>307.0</td>\n",
+ " <td>130.0</td>\n",
+ " <td>3504</td>\n",
+ " <td>12.0</td>\n",
+ " <td>1970-01-01</td>\n",
+ " <td>USA</td>\n",
+ " </tr>\n",
+ " <tr>\n",
+ " <th>1</th>\n",
+ " <td>buick skylark 320</td>\n",
+ " <td>15.0</td>\n",
+ " <td>8</td>\n",
+ " <td>350.0</td>\n",
+ " <td>165.0</td>\n",
+ " <td>3693</td>\n",
+ " <td>11.5</td>\n",
+ " <td>1970-01-01</td>\n",
+ " <td>USA</td>\n",
+ " </tr>\n",
+ " <tr>\n",
+ " <th>2</th>\n",
+ " <td>plymouth satellite</td>\n",
+ " <td>18.0</td>\n",
+ " <td>8</td>\n",
+ " <td>318.0</td>\n",
+ " <td>150.0</td>\n",
+ " <td>3436</td>\n",
+ " <td>11.0</td>\n",
+ " <td>1970-01-01</td>\n",
+ " <td>USA</td>\n",
+ " </tr>\n",
+ " <tr>\n",
+ " <th>3</th>\n",
+ " <td>amc rebel sst</td>\n",
+ " <td>16.0</td>\n",
+ " <td>8</td>\n",
+ " <td>304.0</td>\n",
+ " <td>150.0</td>\n",
+ " <td>3433</td>\n",
+ " <td>12.0</td>\n",
+ " <td>1970-01-01</td>\n",
+ " <td>USA</td>\n",
+ " </tr>\n",
+ " <tr>\n",
+ " <th>4</th>\n",
+ " <td>ford torino</td>\n",
+ " <td>17.0</td>\n",
+ " <td>8</td>\n",
+ " <td>302.0</td>\n",
+ " <td>140.0</td>\n",
+ " <td>3449</td>\n",
+ " <td>10.5</td>\n",
+ " <td>1970-01-01</td>\n",
+ " <td>USA</td>\n",
+ " </tr>\n",
+ " </tbody>\n",
+ "</table>\n",
+ "</div>\n",
+ " <div class=\"colab-df-buttons\">\n",
+ "\n",
+ " <div class=\"colab-df-container\">\n",
+ " <button class=\"colab-df-convert\" onclick=\"convertToInteractive('df-8b01dd88-a9b5-4e0b-942c-448fa5eaf2e2')\"\n",
+ " title=\"Convert this dataframe to an interactive table.\"\n",
+ " style=\"display:none;\">\n",
+ "\n",
+ " <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24px\" viewBox=\"0 -960 960 960\">\n",
+ " <path d=\"M120-120v-720h720v720H120Zm60-500h600v-160H180v160Zm220 220h160v-160H400v160Zm0 220h160v-160H400v160ZM180-400h160v-160H180v160Zm440 0h160v-160H620v160ZM180-180h160v-160H180v160Zm440 0h160v-160H620v160Z\"/>\n",
+ " </svg>\n",
+ " </button>\n",
+ "\n",
+ " <style>\n",
+ " .colab-df-container {\n",
+ " display:flex;\n",
+ " gap: 12px;\n",
+ " }\n",
+ "\n",
+ " .colab-df-convert {\n",
+ " background-color: #E8F0FE;\n",
+ " border: none;\n",
+ " border-radius: 50%;\n",
+ " cursor: pointer;\n",
+ " display: none;\n",
+ " fill: #1967D2;\n",
+ " height: 32px;\n",
+ " padding: 0 0 0 0;\n",
+ " width: 32px;\n",
+ " }\n",
+ "\n",
+ " .colab-df-convert:hover {\n",
+ " background-color: #E2EBFA;\n",
+ " box-shadow: 0px 1px 2px rgba(60, 64, 67, 0.3), 0px 1px 3px 1px rgba(60, 64, 67, 0.15);\n",
+ " fill: #174EA6;\n",
+ " }\n",
+ "\n",
+ " .colab-df-buttons div {\n",
+ " margin-bottom: 4px;\n",
+ " }\n",
+ "\n",
+ " [theme=dark] .colab-df-convert {\n",
+ " background-color: #3B4455;\n",
+ " fill: #D2E3FC;\n",
+ " }\n",
+ "\n",
+ " [theme=dark] .colab-df-convert:hover {\n",
+ " background-color: #434B5C;\n",
+ " box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);\n",
+ " filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));\n",
+ " fill: #FFFFFF;\n",
+ " }\n",
+ " </style>\n",
+ "\n",
+ " <script>\n",
+ " const buttonEl =\n",
+ " document.querySelector('#df-8b01dd88-a9b5-4e0b-942c-448fa5eaf2e2 button.colab-df-convert');\n",
+ " buttonEl.style.display =\n",
+ " google.colab.kernel.accessAllowed ? 'block' : 'none';\n",
+ "\n",
+ " async function convertToInteractive(key) {\n",
+ " const element = document.querySelector('#df-8b01dd88-a9b5-4e0b-942c-448fa5eaf2e2');\n",
+ " const dataTable =\n",
+ " await google.colab.kernel.invokeFunction('convertToInteractive',\n",
+ " [key], {});\n",
+ " if (!dataTable) return;\n",
+ "\n",
+ " const docLinkHtml = 'Like what you see? Visit the ' +\n",
+ " '<a target=\"_blank\" href=https://colab.research.google.com/notebooks/data_table.ipynb>data table notebook</a>'\n",
+ " + ' to learn more about interactive tables.';\n",
+ " element.innerHTML = '';\n",
+ " dataTable['output_type'] = 'display_data';\n",
+ " await google.colab.output.renderOutput(dataTable, element);\n",
+ " const docLink = document.createElement('div');\n",
+ " docLink.innerHTML = docLinkHtml;\n",
+ " element.appendChild(docLink);\n",
+ " }\n",
+ " </script>\n",
+ " </div>\n",
+ "\n",
+ "\n",
+ " </div>\n",
+ " </div>\n"
+ ],
+ "application/vnd.google.colaboratory.intrinsic+json": {
+ "type": "dataframe",
+ "variable_name": "cars",
+ "summary": "{\n \"name\": \"cars\",\n \"rows\": 406,\n \"fields\": [\n {\n \"column\": \"Name\",\n \"properties\": {\n \"dtype\": \"string\",\n \"num_unique_values\": 311,\n \"samples\": [\n \"amc concord dl\",\n \"amc ambassador dpl\",\n \"plymouth cricket\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Miles_per_Gallon\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 7.815984312565782,\n \"min\": 9.0,\n \"max\": 46.6,\n \"num_unique_values\": 129,\n \"samples\": [\n 17.7,\n 30.5,\n 30.0\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Cylinders\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 1,\n \"min\": 3,\n \"max\": 8,\n \"num_unique_values\": 5,\n \"samples\": [\n 4,\n 5,\n 6\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Displacement\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 104.92245837948877,\n \"min\": 68.0,\n \"max\": 455.0,\n \"num_unique_values\": 83,\n \"samples\": [\n 258.0,\n 307.0,\n 107.0\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Horsepower\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 38.76877918310522,\n \"min\": 46.0,\n \"max\": 230.0,\n \"num_unique_values\": 93,\n \"samples\": [\n 155.0,\n 200.0,\n 83.0\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Weight_in_lbs\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 847,\n \"min\": 1613,\n \"max\": 5140,\n \"num_unique_values\": 356,\n \"samples\": [\n 2051,\n 3288,\n 2405\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Acceleration\",\n \"properties\": {\n \"dtype\": \"number\",\n \"std\": 2.803358816342545,\n \"min\": 8.0,\n \"max\": 24.8,\n \"num_unique_values\": 96,\n \"samples\": [\n 17.9,\n 12.9,\n 14.3\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Year\",\n \"properties\": {\n \"dtype\": \"date\",\n \"min\": \"1970-01-01 00:00:00\",\n \"max\": \"1982-01-01 00:00:00\",\n \"num_unique_values\": 12,\n \"samples\": [\n \"1980-01-01 00:00:00\",\n \"1979-01-01 00:00:00\",\n \"1970-01-01 00:00:00\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n },\n {\n \"column\": \"Origin\",\n \"properties\": {\n \"dtype\": \"category\",\n \"num_unique_values\": 3,\n \"samples\": [\n \"USA\",\n \"Europe\",\n \"Japan\"\n ],\n \"semantic_type\": \"\",\n \"description\": \"\"\n }\n }\n ]\n}"
+ }
+ },
+ "metadata": {},
+ "execution_count": 4
+ }
+ ],
+ "source": [
+ "import altair as alt\n",
+ "from vega_datasets import data\n",
+ "import pandas as pd\n",
+ "cars = data.cars()\n",
+ "cars.head()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "83fa262b",
+ "metadata": {
+ "id": "83fa262b"
+ },
+ "source": [
+ "Dès l'import du dataset, on peut commencer à visualiser les données brutes sous forme de tableau."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "f988b49f-c78b-4fe1-adee-1cf99a1a1dd8",
+ "metadata": {
+ "id": "f988b49f-c78b-4fe1-adee-1cf99a1a1dd8",
+ "outputId": "ebb3906e-8986-4841-aa84-2afa7018f1cd",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 1000
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-8f6f75e703d04403b843fe0330d9378d.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-8f6f75e703d04403b843fe0330d9378d.vega-embed details,\n",
+ " #altair-viz-8f6f75e703d04403b843fe0330d9378d.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-8f6f75e703d04403b843fe0330d9378d\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-8f6f75e703d04403b843fe0330d9378d\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-8f6f75e703d04403b843fe0330d9378d\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-33e51a7e680ed7cb14a5d366a78aeed3\"}, \"mark\": {\"type\": \"image\", \"height\": 1080, \"width\": 1920}, \"encoding\": {\"url\": {\"field\": \"img\", \"type\": \"nominal\"}, \"x\": {\"field\": \"x\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"y\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-33e51a7e680ed7cb14a5d366a78aeed3\": [{\"x\": 0.5, \"y\": 0.5, \"img\": \"https://i.kym-cdn.com/entries/icons/original/000/050/684/cover2.jpg\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 7
+ }
+ ],
+ "source": [
+ "source = pd.DataFrame.from_records(\n",
+ " [\n",
+ " {\n",
+ " \"x\": 0.5,\n",
+ " \"y\": 0.5,\n",
+ " \"img\": \"https://i.kym-cdn.com/entries/icons/original/000/050/684/cover2.jpg\",\n",
+ " },\n",
+ " ]\n",
+ ")\n",
+ "\n",
+ "alt.Chart(source).mark_image(width=1920, height=1080).encode(x=\"x\", y=\"y\", url=\"img\")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "06a146c7",
+ "metadata": {
+ "id": "06a146c7",
+ "outputId": "a4400c08-a540-4d89-b235-3d56cc1e95cf",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 123
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-01d1d62743c9474ba51317edffafa293.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-01d1d62743c9474ba51317edffafa293.vega-embed details,\n",
+ " #altair-viz-01d1d62743c9474ba51317edffafa293.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-01d1d62743c9474ba51317edffafa293\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-01d1d62743c9474ba51317edffafa293\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-01d1d62743c9474ba51317edffafa293\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"aggregate\": \"mean\", \"field\": \"Weight_in_lbs\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Origin\", \"type\": \"nominal\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 9
+ }
+ ],
+ "source": [
+ "cars1 = cars.iloc[:1]\n",
+ "alt.Chart(cars1).mark_point().to_dict()\n",
+ "alt.Chart(cars).mark_bar().encode(\n",
+ " x='mean(Weight_in_lbs)',\n",
+ " y='Origin'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "fec7d694-1416-402b-9796-e541f848d011",
+ "metadata": {
+ "id": "fec7d694-1416-402b-9796-e541f848d011"
+ },
+ "source": [
+ "Cet histogramme montre le poids moyen des voitures selon leur origine. On constate sans grande surprise que les voitures américaines sont considérablement plus lourdes que les européennes et japonaises, ces dernières étant en moyenne moins lourdes que les européennes."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "5346513c",
+ "metadata": {
+ "id": "5346513c",
+ "outputId": "f9413903-3e10-4c87-88d6-32c01d2c4824",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-80f4146c5adb4c58bff37f35af1d7abf.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-80f4146c5adb4c58bff37f35af1d7abf.vega-embed details,\n",
+ " #altair-viz-80f4146c5adb4c58bff37f35af1d7abf.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-80f4146c5adb4c58bff37f35af1d7abf\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-80f4146c5adb4c58bff37f35af1d7abf\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-80f4146c5adb4c58bff37f35af1d7abf\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"boxplot\"}, \"encoding\": {\"x\": {\"field\": \"Cylinders\", \"scale\": {\"domain\": [2, 9]}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"Weight_in_lbs\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 10
+ }
+ ],
+ "source": [
+ "alt.Chart(cars).mark_point().encode(\n",
+ " x='Cylinders',\n",
+ " y='Weight_in_lbs'\n",
+ ")\n",
+ "\n",
+ "alt.Chart(cars).mark_boxplot().encode(\n",
+ " x=alt.X('Cylinders', scale=alt.Scale(domain=[2, 9])),\n",
+ " y='Weight_in_lbs',\n",
+ "\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "c0553928-ecc1-42f9-a434-168edbe161b8",
+ "metadata": {
+ "id": "c0553928-ecc1-42f9-a434-168edbe161b8"
+ },
+ "source": [
+ "Ce graphique montre la répartition des poids des voitures en fonction de leur nombre de cylindres: on observe que les voitures avec plus de cylindres sont généralement plus lourdes."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "937e0a5b",
+ "metadata": {
+ "id": "937e0a5b",
+ "outputId": "f5be60ae-65bf-4a76-a47f-6db37e18876c",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b.vega-embed details,\n",
+ " #altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-7f7e4abf37d546658c97d0a0f1f2ad9b\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 11
+ }
+ ],
+ "source": [
+ "alt.Chart(cars).mark_point().encode(\n",
+ " x='Horsepower',\n",
+ " y='Miles_per_Gallon',\n",
+ " color='Origin'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "dc497eff-69af-4475-9db3-1f336b91d27c",
+ "metadata": {
+ "id": "dc497eff-69af-4475-9db3-1f336b91d27c"
+ },
+ "source": [
+ "Il est cohérent de constater dans ce graphique que des voitures plus puissantes consomment plus de carburant donc parcourent moins de distance par gallon de carburant. On constate aussi que les voiture les plus puissantes donc consommatrices sont de facture américaine."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "aa3fa68d",
+ "metadata": {
+ "id": "aa3fa68d",
+ "outputId": "93986253-a5f8-4399-e698-eb67818d58a6",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-1b412d7396764257ad8f30958bf5b486.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-1b412d7396764257ad8f30958bf5b486.vega-embed details,\n",
+ " #altair-viz-1b412d7396764257ad8f30958bf5b486.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-1b412d7396764257ad8f30958bf5b486\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-1b412d7396764257ad8f30958bf5b486\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-1b412d7396764257ad8f30958bf5b486\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"line\"}, \"encoding\": {\"x\": {\"field\": \"Year\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 12
+ }
+ ],
+ "source": [
+ "alt.Chart(cars).mark_line().encode(\n",
+ " x='Year',\n",
+ " y='mean(Miles_per_Gallon)'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "31e167e3-1094-4c69-8fa0-294863052216",
+ "metadata": {
+ "id": "31e167e3-1094-4c69-8fa0-294863052216"
+ },
+ "source": [
+ "Ce graphique montre une augmentation globale de la distance parcourable sur un gallon de carburant au fil des années, c'est-à-dire une baisse de la consommation des voitures, probablement grâce aux progrès technologiques."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "8a05f6c2-91f4-429c-9f78-4472ea76ffc2",
+ "metadata": {
+ "id": "8a05f6c2-91f4-429c-9f78-4472ea76ffc2"
+ },
+ "source": [
+ "# Exercice II : Binning et aggregation"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "49c28012-ab3e-4a4e-a374-592060d0eec7",
+ "metadata": {
+ "id": "49c28012-ab3e-4a4e-a374-592060d0eec7",
+ "outputId": "3ab58f83-03c4-4f43-9b87-d8668ed575ea",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b.vega-embed details,\n",
+ " #altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-8834a5211a1e4796a3ffec2fb4bcd95b\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"bar\", \"width\": 4}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"x\": {\"field\": \"x_pos\", \"title\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"aggregate\": \"count\", \"type\": \"quantitative\"}}, \"height\": 300, \"transform\": [{\"bin\": {\"maxbins\": 20}, \"field\": \"Horsepower\", \"as\": [\"hp_start\", \"hp_end\"]}, {\"calculate\": \"indexof([\\\"Europe\\\",\\\"Japan\\\",\\\"USA\\\"], datum.Origin)\", \"as\": \"origin_num\"}, {\"calculate\": \"datum.hp_end - datum.hp_start\", \"as\": \"bin_width\"}, {\"calculate\": \"datum.hp_start + datum.origin_num\", \"as\": \"x_pos\"}], \"width\": 700, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 13
+ }
+ ],
+ "source": [
+ "binned = alt.Chart(cars).transform_bin(\n",
+ " as_=['hp_start','hp_end'],\n",
+ " field='Horsepower',\n",
+ " bin=alt.Bin(maxbins=20)\n",
+ ").transform_calculate(\n",
+ " origin_num='indexof([\"Europe\",\"Japan\",\"USA\"], datum.Origin)'\n",
+ ").transform_calculate(\n",
+ " bin_width='datum.hp_end - datum.hp_start',\n",
+ " x_pos='datum.hp_start + datum.origin_num'\n",
+ ")\n",
+ "\n",
+ "binned.mark_bar(width=4).encode(\n",
+ " x=alt.X('x_pos:Q', title='Horsepower'),\n",
+ " y='count()',\n",
+ " color='Origin:N'\n",
+ ").properties(width=700, height=300)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "e0d707e4-0c55-47b5-b1a9-25ac676b3c48",
+ "metadata": {
+ "id": "e0d707e4-0c55-47b5-b1a9-25ac676b3c48"
+ },
+ "source": [
+ "Cet histogramme montre la répartition des puissances de moteurs de voitures pour chaque origine. On remarque premièrement que les USA fabriquent des moteurs avec des puissances excédant largement les européens et japonais, allant jusqu'à 220cv tandis que les autres fabricants ne vont que jusqu'à 130cv. Les européens produisent majoritairement des moteurs de 70cv, les japonais de 60cv, et les USA de 80cv."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "130ea819",
+ "metadata": {
+ "id": "130ea819",
+ "outputId": "43dac60a-31b3-44c1-ab71-4670a1e7dcf4",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 363
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-74713c531bba4e6d8a0c6557dab5c890.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-74713c531bba4e6d8a0c6557dab5c890.vega-embed details,\n",
+ " #altair-viz-74713c531bba4e6d8a0c6557dab5c890.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-74713c531bba4e6d8a0c6557dab5c890\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-74713c531bba4e6d8a0c6557dab5c890\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-74713c531bba4e6d8a0c6557dab5c890\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"color\": {\"field\": \"Cylinders\", \"type\": \"quantitative\"}, \"x\": {\"bin\": {\"maxbins\": 20}, \"field\": \"Acceleration\", \"type\": \"quantitative\"}, \"y\": {\"aggregate\": \"count\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 14
+ }
+ ],
+ "source": [
+ "alt.Chart(cars).mark_bar().encode(\n",
+ " x=alt.X('Acceleration', bin=alt.Bin(maxbins=20)),\n",
+ " y='count()',\n",
+ " color='Cylinders'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "011e064b-ae2d-435b-8883-25606eeb6027",
+ "metadata": {
+ "id": "011e064b-ae2d-435b-8883-25606eeb6027"
+ },
+ "source": [
+ "Cet histogramme montre la variation de l'accélération en fonction du nombre de cylindres dans un moteur. On note que l'accélération est plus forte avec moins de cylindres."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "877df56e-0397-4252-96d6-f05f44eabb4a",
+ "metadata": {
+ "id": "877df56e-0397-4252-96d6-f05f44eabb4a"
+ },
+ "outputs": [],
+ "source": [
+ "from vega_datasets import data\n",
+ "stocks = data.stocks()\n",
+ "stocks.head()\n",
+ "base = alt.Chart(stocks).encode(\n",
+ " x='date:T',\n",
+ " y='price:Q',\n",
+ " color='symbol:N'\n",
+ ").transform_filter(\n",
+ " alt.datum.symbol == 'GOOG'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "5647a8a6-c99b-4171-a14d-51015ca52c3e",
+ "metadata": {
+ "id": "5647a8a6-c99b-4171-a14d-51015ca52c3e",
+ "outputId": "d278040d-7b3a-44f1-881a-880e36dade61",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 370
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-e88caa5a002b4feeaa9004d3853fc2b1.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-e88caa5a002b4feeaa9004d3853fc2b1.vega-embed details,\n",
+ " #altair-viz-e88caa5a002b4feeaa9004d3853fc2b1.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-e88caa5a002b4feeaa9004d3853fc2b1\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-e88caa5a002b4feeaa9004d3853fc2b1\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-e88caa5a002b4feeaa9004d3853fc2b1\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"hconcat\": [{\"mark\": {\"type\": \"line\"}, \"encoding\": {\"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}, \"x\": {\"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"transform\": [{\"filter\": \"(datum.symbol === 'GOOG')\"}]}, {\"mark\": {\"type\": \"circle\"}, \"encoding\": {\"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}, \"x\": {\"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"transform\": [{\"filter\": \"(datum.symbol === 'GOOG')\"}]}], \"data\": {\"name\": \"data-b0fe595546d47c5085f225c35730172c\"}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-b0fe595546d47c5085f225c35730172c\": [{\"symbol\": \"MSFT\", \"date\": \"2000-01-01T00:00:00\", \"price\": 39.81}, {\"symbol\": \"MSFT\", \"date\": \"2000-02-01T00:00:00\", \"price\": 36.35}, {\"symbol\": \"MSFT\", \"date\": \"2000-03-01T00:00:00\", \"price\": 43.22}, {\"symbol\": \"MSFT\", \"date\": \"2000-04-01T00:00:00\", \"price\": 28.37}, {\"symbol\": \"MSFT\", \"date\": \"2000-05-01T00:00:00\", \"price\": 25.45}, {\"symbol\": \"MSFT\", \"date\": \"2000-06-01T00:00:00\", \"price\": 32.54}, {\"symbol\": \"MSFT\", \"date\": \"2000-07-01T00:00:00\", \"price\": 28.4}, {\"symbol\": \"MSFT\", \"date\": \"2000-08-01T00:00:00\", \"price\": 28.4}, {\"symbol\": \"MSFT\", \"date\": \"2000-09-01T00:00:00\", \"price\": 24.53}, {\"symbol\": \"MSFT\", \"date\": \"2000-10-01T00:00:00\", \"price\": 28.02}, {\"symbol\": \"MSFT\", \"date\": \"2000-11-01T00:00:00\", \"price\": 23.34}, {\"symbol\": \"MSFT\", \"date\": \"2000-12-01T00:00:00\", \"price\": 17.65}, {\"symbol\": \"MSFT\", \"date\": \"2001-01-01T00:00:00\", \"price\": 24.84}, {\"symbol\": \"MSFT\", \"date\": \"2001-02-01T00:00:00\", \"price\": 24.0}, {\"symbol\": \"MSFT\", \"date\": \"2001-03-01T00:00:00\", \"price\": 22.25}, {\"symbol\": \"MSFT\", \"date\": \"2001-04-01T00:00:00\", \"price\": 27.56}, {\"symbol\": \"MSFT\", \"date\": \"2001-05-01T00:00:00\", \"price\": 28.14}, {\"symbol\": \"MSFT\", \"date\": \"2001-06-01T00:00:00\", \"price\": 29.7}, {\"symbol\": \"MSFT\", \"date\": \"2001-07-01T00:00:00\", \"price\": 26.93}, {\"symbol\": \"MSFT\", \"date\": \"2001-08-01T00:00:00\", \"price\": 23.21}, {\"symbol\": \"MSFT\", \"date\": \"2001-09-01T00:00:00\", \"price\": 20.82}, {\"symbol\": \"MSFT\", \"date\": \"2001-10-01T00:00:00\", \"price\": 23.65}, {\"symbol\": \"MSFT\", \"date\": \"2001-11-01T00:00:00\", \"price\": 26.12}, {\"symbol\": \"MSFT\", \"date\": \"2001-12-01T00:00:00\", \"price\": 26.95}, {\"symbol\": \"MSFT\", \"date\": \"2002-01-01T00:00:00\", \"price\": 25.92}, {\"symbol\": \"MSFT\", \"date\": \"2002-02-01T00:00:00\", \"price\": 23.73}, {\"symbol\": \"MSFT\", \"date\": \"2002-03-01T00:00:00\", \"price\": 24.53}, {\"symbol\": \"MSFT\", \"date\": \"2002-04-01T00:00:00\", \"price\": 21.26}, {\"symbol\": \"MSFT\", \"date\": \"2002-05-01T00:00:00\", \"price\": 20.71}, {\"symbol\": \"MSFT\", \"date\": \"2002-06-01T00:00:00\", \"price\": 22.25}, {\"symbol\": \"MSFT\", \"date\": \"2002-07-01T00:00:00\", \"price\": 19.52}, {\"symbol\": \"MSFT\", \"date\": \"2002-08-01T00:00:00\", \"price\": 19.97}, {\"symbol\": \"MSFT\", \"date\": \"2002-09-01T00:00:00\", \"price\": 17.79}, {\"symbol\": \"MSFT\", \"date\": \"2002-10-01T00:00:00\", \"price\": 21.75}, {\"symbol\": \"MSFT\", \"date\": \"2002-11-01T00:00:00\", \"price\": 23.46}, {\"symbol\": \"MSFT\", \"date\": \"2002-12-01T00:00:00\", \"price\": 21.03}, {\"symbol\": \"MSFT\", \"date\": \"2003-01-01T00:00:00\", \"price\": 19.31}, {\"symbol\": \"MSFT\", \"date\": \"2003-02-01T00:00:00\", \"price\": 19.34}, {\"symbol\": \"MSFT\", \"date\": \"2003-03-01T00:00:00\", \"price\": 19.76}, {\"symbol\": \"MSFT\", \"date\": \"2003-04-01T00:00:00\", \"price\": 20.87}, {\"symbol\": \"MSFT\", \"date\": \"2003-05-01T00:00:00\", \"price\": 20.09}, {\"symbol\": \"MSFT\", \"date\": \"2003-06-01T00:00:00\", \"price\": 20.93}, {\"symbol\": \"MSFT\", \"date\": \"2003-07-01T00:00:00\", \"price\": 21.56}, {\"symbol\": \"MSFT\", \"date\": \"2003-08-01T00:00:00\", \"price\": 21.65}, {\"symbol\": \"MSFT\", \"date\": \"2003-09-01T00:00:00\", \"price\": 22.69}, {\"symbol\": \"MSFT\", \"date\": \"2003-10-01T00:00:00\", \"price\": 21.45}, {\"symbol\": \"MSFT\", \"date\": \"2003-11-01T00:00:00\", \"price\": 21.1}, {\"symbol\": \"MSFT\", \"date\": \"2003-12-01T00:00:00\", \"price\": 22.46}, {\"symbol\": \"MSFT\", \"date\": \"2004-01-01T00:00:00\", \"price\": 22.69}, {\"symbol\": \"MSFT\", \"date\": \"2004-02-01T00:00:00\", \"price\": 21.77}, {\"symbol\": \"MSFT\", \"date\": \"2004-03-01T00:00:00\", \"price\": 20.46}, {\"symbol\": \"MSFT\", \"date\": \"2004-04-01T00:00:00\", \"price\": 21.45}, {\"symbol\": \"MSFT\", \"date\": \"2004-05-01T00:00:00\", \"price\": 21.53}, {\"symbol\": \"MSFT\", \"date\": \"2004-06-01T00:00:00\", \"price\": 23.44}, {\"symbol\": \"MSFT\", \"date\": \"2004-07-01T00:00:00\", \"price\": 23.38}, {\"symbol\": \"MSFT\", \"date\": \"2004-08-01T00:00:00\", \"price\": 22.47}, {\"symbol\": \"MSFT\", \"date\": \"2004-09-01T00:00:00\", \"price\": 22.76}, {\"symbol\": \"MSFT\", \"date\": \"2004-10-01T00:00:00\", \"price\": 23.02}, {\"symbol\": \"MSFT\", \"date\": \"2004-11-01T00:00:00\", \"price\": 24.6}, {\"symbol\": \"MSFT\", \"date\": \"2004-12-01T00:00:00\", \"price\": 24.52}, {\"symbol\": \"MSFT\", \"date\": \"2005-01-01T00:00:00\", \"price\": 24.11}, {\"symbol\": \"MSFT\", \"date\": \"2005-02-01T00:00:00\", \"price\": 23.15}, {\"symbol\": \"MSFT\", \"date\": \"2005-03-01T00:00:00\", \"price\": 22.24}, {\"symbol\": \"MSFT\", \"date\": \"2005-04-01T00:00:00\", \"price\": 23.28}, {\"symbol\": \"MSFT\", \"date\": \"2005-05-01T00:00:00\", \"price\": 23.82}, {\"symbol\": \"MSFT\", \"date\": \"2005-06-01T00:00:00\", \"price\": 22.93}, {\"symbol\": \"MSFT\", \"date\": \"2005-07-01T00:00:00\", \"price\": 23.64}, {\"symbol\": \"MSFT\", \"date\": \"2005-08-01T00:00:00\", \"price\": 25.35}, {\"symbol\": \"MSFT\", \"date\": \"2005-09-01T00:00:00\", \"price\": 23.83}, {\"symbol\": \"MSFT\", \"date\": \"2005-10-01T00:00:00\", \"price\": 23.8}, {\"symbol\": \"MSFT\", \"date\": \"2005-11-01T00:00:00\", \"price\": 25.71}, {\"symbol\": \"MSFT\", \"date\": \"2005-12-01T00:00:00\", \"price\": 24.29}, {\"symbol\": \"MSFT\", \"date\": \"2006-01-01T00:00:00\", \"price\": 26.14}, {\"symbol\": \"MSFT\", \"date\": \"2006-02-01T00:00:00\", \"price\": 25.04}, {\"symbol\": \"MSFT\", \"date\": \"2006-03-01T00:00:00\", \"price\": 25.36}, {\"symbol\": \"MSFT\", \"date\": \"2006-04-01T00:00:00\", \"price\": 22.5}, {\"symbol\": \"MSFT\", \"date\": \"2006-05-01T00:00:00\", \"price\": 21.19}, {\"symbol\": \"MSFT\", \"date\": \"2006-06-01T00:00:00\", \"price\": 21.8}, {\"symbol\": \"MSFT\", \"date\": \"2006-07-01T00:00:00\", \"price\": 22.51}, {\"symbol\": \"MSFT\", \"date\": \"2006-08-01T00:00:00\", \"price\": 24.13}, {\"symbol\": \"MSFT\", \"date\": \"2006-09-01T00:00:00\", \"price\": 25.68}, {\"symbol\": \"MSFT\", \"date\": \"2006-10-01T00:00:00\", \"price\": 26.96}, {\"symbol\": \"MSFT\", \"date\": \"2006-11-01T00:00:00\", \"price\": 27.66}, {\"symbol\": \"MSFT\", \"date\": \"2006-12-01T00:00:00\", \"price\": 28.13}, {\"symbol\": \"MSFT\", \"date\": \"2007-01-01T00:00:00\", \"price\": 29.07}, {\"symbol\": \"MSFT\", \"date\": \"2007-02-01T00:00:00\", \"price\": 26.63}, {\"symbol\": \"MSFT\", \"date\": \"2007-03-01T00:00:00\", \"price\": 26.35}, {\"symbol\": \"MSFT\", \"date\": \"2007-04-01T00:00:00\", \"price\": 28.3}, {\"symbol\": \"MSFT\", \"date\": \"2007-05-01T00:00:00\", \"price\": 29.11}, {\"symbol\": \"MSFT\", \"date\": \"2007-06-01T00:00:00\", \"price\": 27.95}, {\"symbol\": \"MSFT\", \"date\": \"2007-07-01T00:00:00\", \"price\": 27.5}, {\"symbol\": \"MSFT\", \"date\": \"2007-08-01T00:00:00\", \"price\": 27.34}, {\"symbol\": \"MSFT\", \"date\": \"2007-09-01T00:00:00\", \"price\": 28.04}, {\"symbol\": \"MSFT\", \"date\": \"2007-10-01T00:00:00\", \"price\": 35.03}, {\"symbol\": \"MSFT\", \"date\": \"2007-11-01T00:00:00\", \"price\": 32.09}, {\"symbol\": \"MSFT\", \"date\": \"2007-12-01T00:00:00\", \"price\": 34.0}, {\"symbol\": \"MSFT\", \"date\": \"2008-01-01T00:00:00\", \"price\": 31.13}, {\"symbol\": \"MSFT\", \"date\": \"2008-02-01T00:00:00\", \"price\": 26.07}, {\"symbol\": \"MSFT\", \"date\": \"2008-03-01T00:00:00\", \"price\": 27.21}, {\"symbol\": \"MSFT\", \"date\": \"2008-04-01T00:00:00\", \"price\": 27.34}, {\"symbol\": \"MSFT\", \"date\": \"2008-05-01T00:00:00\", \"price\": 27.25}, {\"symbol\": \"MSFT\", \"date\": \"2008-06-01T00:00:00\", \"price\": 26.47}, {\"symbol\": \"MSFT\", \"date\": \"2008-07-01T00:00:00\", \"price\": 24.75}, {\"symbol\": \"MSFT\", \"date\": \"2008-08-01T00:00:00\", \"price\": 26.36}, {\"symbol\": \"MSFT\", \"date\": \"2008-09-01T00:00:00\", \"price\": 25.78}, {\"symbol\": \"MSFT\", \"date\": \"2008-10-01T00:00:00\", \"price\": 21.57}, {\"symbol\": \"MSFT\", \"date\": \"2008-11-01T00:00:00\", \"price\": 19.66}, {\"symbol\": \"MSFT\", \"date\": \"2008-12-01T00:00:00\", \"price\": 18.91}, {\"symbol\": \"MSFT\", \"date\": \"2009-01-01T00:00:00\", \"price\": 16.63}, {\"symbol\": \"MSFT\", \"date\": \"2009-02-01T00:00:00\", \"price\": 15.81}, {\"symbol\": \"MSFT\", \"date\": \"2009-03-01T00:00:00\", \"price\": 17.99}, {\"symbol\": \"MSFT\", \"date\": \"2009-04-01T00:00:00\", \"price\": 19.84}, {\"symbol\": \"MSFT\", \"date\": \"2009-05-01T00:00:00\", \"price\": 20.59}, {\"symbol\": \"MSFT\", \"date\": \"2009-06-01T00:00:00\", \"price\": 23.42}, {\"symbol\": \"MSFT\", \"date\": \"2009-07-01T00:00:00\", \"price\": 23.18}, {\"symbol\": \"MSFT\", \"date\": \"2009-08-01T00:00:00\", \"price\": 24.43}, {\"symbol\": \"MSFT\", \"date\": \"2009-09-01T00:00:00\", \"price\": 25.49}, {\"symbol\": \"MSFT\", \"date\": \"2009-10-01T00:00:00\", \"price\": 27.48}, {\"symbol\": \"MSFT\", \"date\": \"2009-11-01T00:00:00\", \"price\": 29.27}, {\"symbol\": \"MSFT\", \"date\": \"2009-12-01T00:00:00\", \"price\": 30.34}, {\"symbol\": \"MSFT\", \"date\": \"2010-01-01T00:00:00\", \"price\": 28.05}, {\"symbol\": \"MSFT\", \"date\": \"2010-02-01T00:00:00\", \"price\": 28.67}, {\"symbol\": \"MSFT\", \"date\": \"2010-03-01T00:00:00\", \"price\": 28.8}, {\"symbol\": \"AMZN\", \"date\": \"2000-01-01T00:00:00\", \"price\": 64.56}, {\"symbol\": \"AMZN\", \"date\": \"2000-02-01T00:00:00\", \"price\": 68.87}, {\"symbol\": \"AMZN\", \"date\": \"2000-03-01T00:00:00\", \"price\": 67.0}, {\"symbol\": \"AMZN\", \"date\": \"2000-04-01T00:00:00\", \"price\": 55.19}, {\"symbol\": \"AMZN\", \"date\": \"2000-05-01T00:00:00\", \"price\": 48.31}, {\"symbol\": \"AMZN\", \"date\": \"2000-06-01T00:00:00\", \"price\": 36.31}, {\"symbol\": \"AMZN\", \"date\": \"2000-07-01T00:00:00\", \"price\": 30.12}, {\"symbol\": \"AMZN\", \"date\": \"2000-08-01T00:00:00\", \"price\": 41.5}, {\"symbol\": \"AMZN\", \"date\": \"2000-09-01T00:00:00\", \"price\": 38.44}, {\"symbol\": \"AMZN\", \"date\": \"2000-10-01T00:00:00\", \"price\": 36.62}, {\"symbol\": \"AMZN\", \"date\": \"2000-11-01T00:00:00\", \"price\": 24.69}, {\"symbol\": \"AMZN\", \"date\": \"2000-12-01T00:00:00\", \"price\": 15.56}, {\"symbol\": \"AMZN\", \"date\": \"2001-01-01T00:00:00\", \"price\": 17.31}, {\"symbol\": \"AMZN\", \"date\": \"2001-02-01T00:00:00\", \"price\": 10.19}, {\"symbol\": \"AMZN\", \"date\": \"2001-03-01T00:00:00\", \"price\": 10.23}, {\"symbol\": \"AMZN\", \"date\": \"2001-04-01T00:00:00\", \"price\": 15.78}, {\"symbol\": \"AMZN\", \"date\": \"2001-05-01T00:00:00\", \"price\": 16.69}, {\"symbol\": \"AMZN\", \"date\": \"2001-06-01T00:00:00\", \"price\": 14.15}, {\"symbol\": \"AMZN\", \"date\": \"2001-07-01T00:00:00\", \"price\": 12.49}, {\"symbol\": \"AMZN\", \"date\": \"2001-08-01T00:00:00\", \"price\": 8.94}, {\"symbol\": \"AMZN\", \"date\": \"2001-09-01T00:00:00\", \"price\": 5.97}, {\"symbol\": \"AMZN\", \"date\": \"2001-10-01T00:00:00\", \"price\": 6.98}, {\"symbol\": \"AMZN\", \"date\": \"2001-11-01T00:00:00\", \"price\": 11.32}, {\"symbol\": \"AMZN\", \"date\": \"2001-12-01T00:00:00\", \"price\": 10.82}, {\"symbol\": \"AMZN\", \"date\": \"2002-01-01T00:00:00\", \"price\": 14.19}, {\"symbol\": \"AMZN\", \"date\": \"2002-02-01T00:00:00\", \"price\": 14.1}, {\"symbol\": \"AMZN\", \"date\": \"2002-03-01T00:00:00\", \"price\": 14.3}, {\"symbol\": \"AMZN\", \"date\": \"2002-04-01T00:00:00\", \"price\": 16.69}, {\"symbol\": \"AMZN\", \"date\": \"2002-05-01T00:00:00\", \"price\": 18.23}, {\"symbol\": \"AMZN\", \"date\": \"2002-06-01T00:00:00\", \"price\": 16.25}, {\"symbol\": \"AMZN\", \"date\": \"2002-07-01T00:00:00\", \"price\": 14.45}, {\"symbol\": \"AMZN\", \"date\": \"2002-08-01T00:00:00\", \"price\": 14.94}, {\"symbol\": \"AMZN\", \"date\": \"2002-09-01T00:00:00\", \"price\": 15.93}, {\"symbol\": \"AMZN\", \"date\": \"2002-10-01T00:00:00\", \"price\": 19.36}, {\"symbol\": \"AMZN\", \"date\": \"2002-11-01T00:00:00\", \"price\": 23.35}, {\"symbol\": \"AMZN\", \"date\": \"2002-12-01T00:00:00\", \"price\": 18.89}, {\"symbol\": \"AMZN\", \"date\": \"2003-01-01T00:00:00\", \"price\": 21.85}, {\"symbol\": \"AMZN\", \"date\": \"2003-02-01T00:00:00\", \"price\": 22.01}, {\"symbol\": \"AMZN\", \"date\": \"2003-03-01T00:00:00\", \"price\": 26.03}, {\"symbol\": \"AMZN\", \"date\": \"2003-04-01T00:00:00\", \"price\": 28.69}, {\"symbol\": \"AMZN\", \"date\": \"2003-05-01T00:00:00\", \"price\": 35.89}, {\"symbol\": \"AMZN\", \"date\": \"2003-06-01T00:00:00\", \"price\": 36.32}, {\"symbol\": \"AMZN\", \"date\": \"2003-07-01T00:00:00\", \"price\": 41.64}, {\"symbol\": \"AMZN\", \"date\": \"2003-08-01T00:00:00\", \"price\": 46.32}, {\"symbol\": \"AMZN\", \"date\": \"2003-09-01T00:00:00\", \"price\": 48.43}, {\"symbol\": \"AMZN\", \"date\": \"2003-10-01T00:00:00\", \"price\": 54.43}, {\"symbol\": \"AMZN\", \"date\": \"2003-11-01T00:00:00\", \"price\": 53.97}, {\"symbol\": \"AMZN\", \"date\": \"2003-12-01T00:00:00\", \"price\": 52.62}, {\"symbol\": \"AMZN\", \"date\": \"2004-01-01T00:00:00\", \"price\": 50.4}, {\"symbol\": \"AMZN\", \"date\": \"2004-02-01T00:00:00\", \"price\": 43.01}, {\"symbol\": \"AMZN\", \"date\": \"2004-03-01T00:00:00\", \"price\": 43.28}, {\"symbol\": \"AMZN\", \"date\": \"2004-04-01T00:00:00\", \"price\": 43.6}, {\"symbol\": \"AMZN\", \"date\": \"2004-05-01T00:00:00\", \"price\": 48.5}, {\"symbol\": \"AMZN\", \"date\": \"2004-06-01T00:00:00\", \"price\": 54.4}, {\"symbol\": \"AMZN\", \"date\": \"2004-07-01T00:00:00\", \"price\": 38.92}, {\"symbol\": \"AMZN\", \"date\": \"2004-08-01T00:00:00\", \"price\": 38.14}, {\"symbol\": \"AMZN\", \"date\": \"2004-09-01T00:00:00\", \"price\": 40.86}, {\"symbol\": \"AMZN\", \"date\": \"2004-10-01T00:00:00\", \"price\": 34.13}, {\"symbol\": \"AMZN\", \"date\": \"2004-11-01T00:00:00\", \"price\": 39.68}, {\"symbol\": \"AMZN\", \"date\": \"2004-12-01T00:00:00\", \"price\": 44.29}, {\"symbol\": \"AMZN\", \"date\": \"2005-01-01T00:00:00\", \"price\": 43.22}, {\"symbol\": \"AMZN\", \"date\": \"2005-02-01T00:00:00\", \"price\": 35.18}, {\"symbol\": \"AMZN\", \"date\": \"2005-03-01T00:00:00\", \"price\": 34.27}, {\"symbol\": \"AMZN\", \"date\": \"2005-04-01T00:00:00\", \"price\": 32.36}, {\"symbol\": \"AMZN\", \"date\": \"2005-05-01T00:00:00\", \"price\": 35.51}, {\"symbol\": \"AMZN\", \"date\": \"2005-06-01T00:00:00\", \"price\": 33.09}, {\"symbol\": \"AMZN\", \"date\": \"2005-07-01T00:00:00\", \"price\": 45.15}, {\"symbol\": \"AMZN\", \"date\": \"2005-08-01T00:00:00\", \"price\": 42.7}, {\"symbol\": \"AMZN\", \"date\": \"2005-09-01T00:00:00\", \"price\": 45.3}, {\"symbol\": \"AMZN\", \"date\": \"2005-10-01T00:00:00\", \"price\": 39.86}, {\"symbol\": \"AMZN\", \"date\": \"2005-11-01T00:00:00\", \"price\": 48.46}, {\"symbol\": \"AMZN\", \"date\": \"2005-12-01T00:00:00\", \"price\": 47.15}, {\"symbol\": \"AMZN\", \"date\": \"2006-01-01T00:00:00\", \"price\": 44.82}, {\"symbol\": \"AMZN\", \"date\": \"2006-02-01T00:00:00\", \"price\": 37.44}, {\"symbol\": \"AMZN\", \"date\": \"2006-03-01T00:00:00\", \"price\": 36.53}, {\"symbol\": \"AMZN\", \"date\": \"2006-04-01T00:00:00\", \"price\": 35.21}, {\"symbol\": \"AMZN\", \"date\": \"2006-05-01T00:00:00\", \"price\": 34.61}, {\"symbol\": \"AMZN\", \"date\": \"2006-06-01T00:00:00\", \"price\": 38.68}, {\"symbol\": \"AMZN\", \"date\": \"2006-07-01T00:00:00\", \"price\": 26.89}, {\"symbol\": \"AMZN\", \"date\": \"2006-08-01T00:00:00\", \"price\": 30.83}, {\"symbol\": \"AMZN\", \"date\": \"2006-09-01T00:00:00\", \"price\": 32.12}, {\"symbol\": \"AMZN\", \"date\": \"2006-10-01T00:00:00\", \"price\": 38.09}, {\"symbol\": \"AMZN\", \"date\": \"2006-11-01T00:00:00\", \"price\": 40.34}, {\"symbol\": \"AMZN\", \"date\": \"2006-12-01T00:00:00\", \"price\": 39.46}, {\"symbol\": \"AMZN\", \"date\": \"2007-01-01T00:00:00\", \"price\": 37.67}, {\"symbol\": \"AMZN\", \"date\": \"2007-02-01T00:00:00\", \"price\": 39.14}, {\"symbol\": \"AMZN\", \"date\": \"2007-03-01T00:00:00\", \"price\": 39.79}, {\"symbol\": \"AMZN\", \"date\": \"2007-04-01T00:00:00\", \"price\": 61.33}, {\"symbol\": \"AMZN\", \"date\": \"2007-05-01T00:00:00\", \"price\": 69.14}, {\"symbol\": \"AMZN\", \"date\": \"2007-06-01T00:00:00\", \"price\": 68.41}, {\"symbol\": \"AMZN\", \"date\": \"2007-07-01T00:00:00\", \"price\": 78.54}, {\"symbol\": \"AMZN\", \"date\": \"2007-08-01T00:00:00\", \"price\": 79.91}, {\"symbol\": \"AMZN\", \"date\": \"2007-09-01T00:00:00\", \"price\": 93.15}, {\"symbol\": \"AMZN\", \"date\": \"2007-10-01T00:00:00\", \"price\": 89.15}, {\"symbol\": \"AMZN\", \"date\": \"2007-11-01T00:00:00\", \"price\": 90.56}, {\"symbol\": \"AMZN\", \"date\": \"2007-12-01T00:00:00\", \"price\": 92.64}, {\"symbol\": \"AMZN\", \"date\": \"2008-01-01T00:00:00\", \"price\": 77.7}, {\"symbol\": \"AMZN\", \"date\": \"2008-02-01T00:00:00\", \"price\": 64.47}, {\"symbol\": \"AMZN\", \"date\": \"2008-03-01T00:00:00\", \"price\": 71.3}, {\"symbol\": \"AMZN\", \"date\": \"2008-04-01T00:00:00\", \"price\": 78.63}, {\"symbol\": \"AMZN\", \"date\": \"2008-05-01T00:00:00\", \"price\": 81.62}, {\"symbol\": \"AMZN\", \"date\": \"2008-06-01T00:00:00\", \"price\": 73.33}, {\"symbol\": \"AMZN\", \"date\": \"2008-07-01T00:00:00\", \"price\": 76.34}, {\"symbol\": \"AMZN\", \"date\": \"2008-08-01T00:00:00\", \"price\": 80.81}, {\"symbol\": \"AMZN\", \"date\": \"2008-09-01T00:00:00\", \"price\": 72.76}, {\"symbol\": \"AMZN\", \"date\": \"2008-10-01T00:00:00\", \"price\": 57.24}, {\"symbol\": \"AMZN\", \"date\": \"2008-11-01T00:00:00\", \"price\": 42.7}, {\"symbol\": \"AMZN\", \"date\": \"2008-12-01T00:00:00\", \"price\": 51.28}, {\"symbol\": \"AMZN\", \"date\": \"2009-01-01T00:00:00\", \"price\": 58.82}, {\"symbol\": \"AMZN\", \"date\": \"2009-02-01T00:00:00\", \"price\": 64.79}, {\"symbol\": \"AMZN\", \"date\": \"2009-03-01T00:00:00\", \"price\": 73.44}, {\"symbol\": \"AMZN\", \"date\": \"2009-04-01T00:00:00\", \"price\": 80.52}, {\"symbol\": \"AMZN\", \"date\": \"2009-05-01T00:00:00\", \"price\": 77.99}, {\"symbol\": \"AMZN\", \"date\": \"2009-06-01T00:00:00\", \"price\": 83.66}, {\"symbol\": \"AMZN\", \"date\": \"2009-07-01T00:00:00\", \"price\": 85.76}, {\"symbol\": \"AMZN\", \"date\": \"2009-08-01T00:00:00\", \"price\": 81.19}, {\"symbol\": \"AMZN\", \"date\": \"2009-09-01T00:00:00\", \"price\": 93.36}, {\"symbol\": \"AMZN\", \"date\": \"2009-10-01T00:00:00\", \"price\": 118.81}, {\"symbol\": \"AMZN\", \"date\": \"2009-11-01T00:00:00\", \"price\": 135.91}, {\"symbol\": \"AMZN\", \"date\": \"2009-12-01T00:00:00\", \"price\": 134.52}, {\"symbol\": \"AMZN\", \"date\": \"2010-01-01T00:00:00\", \"price\": 125.41}, {\"symbol\": \"AMZN\", \"date\": \"2010-02-01T00:00:00\", \"price\": 118.4}, {\"symbol\": \"AMZN\", \"date\": \"2010-03-01T00:00:00\", \"price\": 128.82}, {\"symbol\": \"IBM\", \"date\": \"2000-01-01T00:00:00\", \"price\": 100.52}, {\"symbol\": \"IBM\", \"date\": \"2000-02-01T00:00:00\", \"price\": 92.11}, {\"symbol\": \"IBM\", \"date\": \"2000-03-01T00:00:00\", \"price\": 106.11}, {\"symbol\": \"IBM\", \"date\": \"2000-04-01T00:00:00\", \"price\": 99.95}, {\"symbol\": \"IBM\", \"date\": \"2000-05-01T00:00:00\", \"price\": 96.31}, {\"symbol\": \"IBM\", \"date\": \"2000-06-01T00:00:00\", \"price\": 98.33}, {\"symbol\": \"IBM\", \"date\": \"2000-07-01T00:00:00\", \"price\": 100.74}, {\"symbol\": \"IBM\", \"date\": \"2000-08-01T00:00:00\", \"price\": 118.62}, {\"symbol\": \"IBM\", \"date\": \"2000-09-01T00:00:00\", \"price\": 101.19}, {\"symbol\": \"IBM\", \"date\": \"2000-10-01T00:00:00\", \"price\": 88.5}, {\"symbol\": \"IBM\", \"date\": \"2000-11-01T00:00:00\", \"price\": 84.12}, {\"symbol\": \"IBM\", \"date\": \"2000-12-01T00:00:00\", \"price\": 76.47}, {\"symbol\": \"IBM\", \"date\": \"2001-01-01T00:00:00\", \"price\": 100.76}, {\"symbol\": \"IBM\", \"date\": \"2001-02-01T00:00:00\", \"price\": 89.98}, {\"symbol\": \"IBM\", \"date\": \"2001-03-01T00:00:00\", \"price\": 86.63}, {\"symbol\": \"IBM\", \"date\": \"2001-04-01T00:00:00\", \"price\": 103.7}, {\"symbol\": \"IBM\", \"date\": \"2001-05-01T00:00:00\", \"price\": 100.82}, {\"symbol\": \"IBM\", \"date\": \"2001-06-01T00:00:00\", \"price\": 102.35}, {\"symbol\": \"IBM\", \"date\": \"2001-07-01T00:00:00\", \"price\": 94.87}, {\"symbol\": \"IBM\", \"date\": \"2001-08-01T00:00:00\", \"price\": 90.25}, {\"symbol\": \"IBM\", \"date\": \"2001-09-01T00:00:00\", \"price\": 82.82}, {\"symbol\": \"IBM\", \"date\": \"2001-10-01T00:00:00\", \"price\": 97.58}, {\"symbol\": \"IBM\", \"date\": \"2001-11-01T00:00:00\", \"price\": 104.5}, {\"symbol\": \"IBM\", \"date\": \"2001-12-01T00:00:00\", \"price\": 109.36}, {\"symbol\": \"IBM\", \"date\": \"2002-01-01T00:00:00\", \"price\": 97.54}, {\"symbol\": \"IBM\", \"date\": \"2002-02-01T00:00:00\", \"price\": 88.82}, {\"symbol\": \"IBM\", \"date\": \"2002-03-01T00:00:00\", \"price\": 94.15}, {\"symbol\": \"IBM\", \"date\": \"2002-04-01T00:00:00\", \"price\": 75.82}, {\"symbol\": \"IBM\", \"date\": \"2002-05-01T00:00:00\", \"price\": 72.97}, {\"symbol\": \"IBM\", \"date\": \"2002-06-01T00:00:00\", \"price\": 65.31}, {\"symbol\": \"IBM\", \"date\": \"2002-07-01T00:00:00\", \"price\": 63.86}, {\"symbol\": \"IBM\", \"date\": \"2002-08-01T00:00:00\", \"price\": 68.52}, {\"symbol\": \"IBM\", \"date\": \"2002-09-01T00:00:00\", \"price\": 53.01}, {\"symbol\": \"IBM\", \"date\": \"2002-10-01T00:00:00\", \"price\": 71.76}, {\"symbol\": \"IBM\", \"date\": \"2002-11-01T00:00:00\", \"price\": 79.16}, {\"symbol\": \"IBM\", \"date\": \"2002-12-01T00:00:00\", \"price\": 70.58}, {\"symbol\": \"IBM\", \"date\": \"2003-01-01T00:00:00\", \"price\": 71.22}, {\"symbol\": \"IBM\", \"date\": \"2003-02-01T00:00:00\", \"price\": 71.13}, {\"symbol\": \"IBM\", \"date\": \"2003-03-01T00:00:00\", \"price\": 71.57}, {\"symbol\": \"IBM\", \"date\": \"2003-04-01T00:00:00\", \"price\": 77.47}, {\"symbol\": \"IBM\", \"date\": \"2003-05-01T00:00:00\", \"price\": 80.48}, {\"symbol\": \"IBM\", \"date\": \"2003-06-01T00:00:00\", \"price\": 75.42}, {\"symbol\": \"IBM\", \"date\": \"2003-07-01T00:00:00\", \"price\": 74.28}, {\"symbol\": \"IBM\", \"date\": \"2003-08-01T00:00:00\", \"price\": 75.12}, {\"symbol\": \"IBM\", \"date\": \"2003-09-01T00:00:00\", \"price\": 80.91}, {\"symbol\": \"IBM\", \"date\": \"2003-10-01T00:00:00\", \"price\": 81.96}, {\"symbol\": \"IBM\", \"date\": \"2003-11-01T00:00:00\", \"price\": 83.08}, {\"symbol\": \"IBM\", \"date\": \"2003-12-01T00:00:00\", \"price\": 85.05}, {\"symbol\": \"IBM\", \"date\": \"2004-01-01T00:00:00\", \"price\": 91.06}, {\"symbol\": \"IBM\", \"date\": \"2004-02-01T00:00:00\", \"price\": 88.7}, {\"symbol\": \"IBM\", \"date\": \"2004-03-01T00:00:00\", \"price\": 84.41}, {\"symbol\": \"IBM\", \"date\": \"2004-04-01T00:00:00\", \"price\": 81.04}, {\"symbol\": \"IBM\", \"date\": \"2004-05-01T00:00:00\", \"price\": 81.59}, {\"symbol\": \"IBM\", \"date\": \"2004-06-01T00:00:00\", \"price\": 81.19}, {\"symbol\": \"IBM\", \"date\": \"2004-07-01T00:00:00\", \"price\": 80.19}, {\"symbol\": \"IBM\", \"date\": \"2004-08-01T00:00:00\", \"price\": 78.17}, {\"symbol\": \"IBM\", \"date\": \"2004-09-01T00:00:00\", \"price\": 79.13}, {\"symbol\": \"IBM\", \"date\": \"2004-10-01T00:00:00\", \"price\": 82.84}, {\"symbol\": \"IBM\", \"date\": \"2004-11-01T00:00:00\", \"price\": 87.15}, {\"symbol\": \"IBM\", \"date\": \"2004-12-01T00:00:00\", \"price\": 91.16}, {\"symbol\": \"IBM\", \"date\": \"2005-01-01T00:00:00\", \"price\": 86.39}, {\"symbol\": \"IBM\", \"date\": \"2005-02-01T00:00:00\", \"price\": 85.78}, {\"symbol\": \"IBM\", \"date\": \"2005-03-01T00:00:00\", \"price\": 84.66}, {\"symbol\": \"IBM\", \"date\": \"2005-04-01T00:00:00\", \"price\": 70.77}, {\"symbol\": \"IBM\", \"date\": \"2005-05-01T00:00:00\", \"price\": 70.18}, {\"symbol\": \"IBM\", \"date\": \"2005-06-01T00:00:00\", \"price\": 68.93}, {\"symbol\": \"IBM\", \"date\": \"2005-07-01T00:00:00\", \"price\": 77.53}, {\"symbol\": \"IBM\", \"date\": \"2005-08-01T00:00:00\", \"price\": 75.07}, {\"symbol\": \"IBM\", \"date\": \"2005-09-01T00:00:00\", \"price\": 74.7}, {\"symbol\": \"IBM\", \"date\": \"2005-10-01T00:00:00\", \"price\": 76.25}, {\"symbol\": \"IBM\", \"date\": \"2005-11-01T00:00:00\", \"price\": 82.98}, {\"symbol\": \"IBM\", \"date\": \"2005-12-01T00:00:00\", \"price\": 76.73}, {\"symbol\": \"IBM\", \"date\": \"2006-01-01T00:00:00\", \"price\": 75.89}, {\"symbol\": \"IBM\", \"date\": \"2006-02-01T00:00:00\", \"price\": 75.09}, {\"symbol\": \"IBM\", \"date\": \"2006-03-01T00:00:00\", \"price\": 77.17}, {\"symbol\": \"IBM\", \"date\": \"2006-04-01T00:00:00\", \"price\": 77.05}, {\"symbol\": \"IBM\", \"date\": \"2006-05-01T00:00:00\", \"price\": 75.04}, {\"symbol\": \"IBM\", \"date\": \"2006-06-01T00:00:00\", \"price\": 72.15}, {\"symbol\": \"IBM\", \"date\": \"2006-07-01T00:00:00\", \"price\": 72.7}, {\"symbol\": \"IBM\", \"date\": \"2006-08-01T00:00:00\", \"price\": 76.35}, {\"symbol\": \"IBM\", \"date\": \"2006-09-01T00:00:00\", \"price\": 77.26}, {\"symbol\": \"IBM\", \"date\": \"2006-10-01T00:00:00\", \"price\": 87.06}, {\"symbol\": \"IBM\", \"date\": \"2006-11-01T00:00:00\", \"price\": 86.95}, {\"symbol\": \"IBM\", \"date\": \"2006-12-01T00:00:00\", \"price\": 91.9}, {\"symbol\": \"IBM\", \"date\": \"2007-01-01T00:00:00\", \"price\": 93.79}, {\"symbol\": \"IBM\", \"date\": \"2007-02-01T00:00:00\", \"price\": 88.18}, {\"symbol\": \"IBM\", \"date\": \"2007-03-01T00:00:00\", \"price\": 89.44}, {\"symbol\": \"IBM\", \"date\": \"2007-04-01T00:00:00\", \"price\": 96.98}, {\"symbol\": \"IBM\", \"date\": \"2007-05-01T00:00:00\", \"price\": 101.54}, {\"symbol\": \"IBM\", \"date\": \"2007-06-01T00:00:00\", \"price\": 100.25}, {\"symbol\": \"IBM\", \"date\": \"2007-07-01T00:00:00\", \"price\": 105.4}, {\"symbol\": \"IBM\", \"date\": \"2007-08-01T00:00:00\", \"price\": 111.54}, {\"symbol\": \"IBM\", \"date\": \"2007-09-01T00:00:00\", \"price\": 112.6}, {\"symbol\": \"IBM\", \"date\": \"2007-10-01T00:00:00\", \"price\": 111.0}, {\"symbol\": \"IBM\", \"date\": \"2007-11-01T00:00:00\", \"price\": 100.9}, {\"symbol\": \"IBM\", \"date\": \"2007-12-01T00:00:00\", \"price\": 103.7}, {\"symbol\": \"IBM\", \"date\": \"2008-01-01T00:00:00\", \"price\": 102.75}, {\"symbol\": \"IBM\", \"date\": \"2008-02-01T00:00:00\", \"price\": 109.64}, {\"symbol\": \"IBM\", \"date\": \"2008-03-01T00:00:00\", \"price\": 110.87}, {\"symbol\": \"IBM\", \"date\": \"2008-04-01T00:00:00\", \"price\": 116.23}, {\"symbol\": \"IBM\", \"date\": \"2008-05-01T00:00:00\", \"price\": 125.14}, {\"symbol\": \"IBM\", \"date\": \"2008-06-01T00:00:00\", \"price\": 114.6}, {\"symbol\": \"IBM\", \"date\": \"2008-07-01T00:00:00\", \"price\": 123.74}, {\"symbol\": \"IBM\", \"date\": \"2008-08-01T00:00:00\", \"price\": 118.16}, {\"symbol\": \"IBM\", \"date\": \"2008-09-01T00:00:00\", \"price\": 113.53}, {\"symbol\": \"IBM\", \"date\": \"2008-10-01T00:00:00\", \"price\": 90.24}, {\"symbol\": \"IBM\", \"date\": \"2008-11-01T00:00:00\", \"price\": 79.65}, {\"symbol\": \"IBM\", \"date\": \"2008-12-01T00:00:00\", \"price\": 82.15}, {\"symbol\": \"IBM\", \"date\": \"2009-01-01T00:00:00\", \"price\": 89.46}, {\"symbol\": \"IBM\", \"date\": \"2009-02-01T00:00:00\", \"price\": 90.32}, {\"symbol\": \"IBM\", \"date\": \"2009-03-01T00:00:00\", \"price\": 95.09}, {\"symbol\": \"IBM\", \"date\": \"2009-04-01T00:00:00\", \"price\": 101.29}, {\"symbol\": \"IBM\", \"date\": \"2009-05-01T00:00:00\", \"price\": 104.85}, {\"symbol\": \"IBM\", \"date\": \"2009-06-01T00:00:00\", \"price\": 103.01}, {\"symbol\": \"IBM\", \"date\": \"2009-07-01T00:00:00\", \"price\": 116.34}, {\"symbol\": \"IBM\", \"date\": \"2009-08-01T00:00:00\", \"price\": 117.0}, {\"symbol\": \"IBM\", \"date\": \"2009-09-01T00:00:00\", \"price\": 118.55}, {\"symbol\": \"IBM\", \"date\": \"2009-10-01T00:00:00\", \"price\": 119.54}, {\"symbol\": \"IBM\", \"date\": \"2009-11-01T00:00:00\", \"price\": 125.79}, {\"symbol\": \"IBM\", \"date\": \"2009-12-01T00:00:00\", \"price\": 130.32}, {\"symbol\": \"IBM\", \"date\": \"2010-01-01T00:00:00\", \"price\": 121.85}, {\"symbol\": \"IBM\", \"date\": \"2010-02-01T00:00:00\", \"price\": 127.16}, {\"symbol\": \"IBM\", \"date\": \"2010-03-01T00:00:00\", \"price\": 125.55}, {\"symbol\": \"GOOG\", \"date\": \"2004-08-01T00:00:00\", \"price\": 102.37}, {\"symbol\": \"GOOG\", \"date\": \"2004-09-01T00:00:00\", \"price\": 129.6}, {\"symbol\": \"GOOG\", \"date\": \"2004-10-01T00:00:00\", \"price\": 190.64}, {\"symbol\": \"GOOG\", \"date\": \"2004-11-01T00:00:00\", \"price\": 181.98}, {\"symbol\": \"GOOG\", \"date\": \"2004-12-01T00:00:00\", \"price\": 192.79}, {\"symbol\": \"GOOG\", \"date\": \"2005-01-01T00:00:00\", \"price\": 195.62}, {\"symbol\": \"GOOG\", \"date\": \"2005-02-01T00:00:00\", \"price\": 187.99}, {\"symbol\": \"GOOG\", \"date\": \"2005-03-01T00:00:00\", \"price\": 180.51}, {\"symbol\": \"GOOG\", \"date\": \"2005-04-01T00:00:00\", \"price\": 220.0}, {\"symbol\": \"GOOG\", \"date\": \"2005-05-01T00:00:00\", \"price\": 277.27}, {\"symbol\": \"GOOG\", \"date\": \"2005-06-01T00:00:00\", \"price\": 294.15}, {\"symbol\": \"GOOG\", \"date\": \"2005-07-01T00:00:00\", \"price\": 287.76}, {\"symbol\": \"GOOG\", \"date\": \"2005-08-01T00:00:00\", \"price\": 286.0}, {\"symbol\": \"GOOG\", \"date\": \"2005-09-01T00:00:00\", \"price\": 316.46}, {\"symbol\": \"GOOG\", \"date\": \"2005-10-01T00:00:00\", \"price\": 372.14}, {\"symbol\": \"GOOG\", \"date\": \"2005-11-01T00:00:00\", \"price\": 404.91}, {\"symbol\": \"GOOG\", \"date\": \"2005-12-01T00:00:00\", \"price\": 414.86}, {\"symbol\": \"GOOG\", \"date\": \"2006-01-01T00:00:00\", \"price\": 432.66}, {\"symbol\": \"GOOG\", \"date\": \"2006-02-01T00:00:00\", \"price\": 362.62}, {\"symbol\": \"GOOG\", \"date\": \"2006-03-01T00:00:00\", \"price\": 390.0}, {\"symbol\": \"GOOG\", \"date\": \"2006-04-01T00:00:00\", \"price\": 417.94}, {\"symbol\": \"GOOG\", \"date\": \"2006-05-01T00:00:00\", \"price\": 371.82}, {\"symbol\": \"GOOG\", \"date\": \"2006-06-01T00:00:00\", \"price\": 419.33}, {\"symbol\": \"GOOG\", \"date\": \"2006-07-01T00:00:00\", \"price\": 386.6}, {\"symbol\": \"GOOG\", \"date\": \"2006-08-01T00:00:00\", \"price\": 378.53}, {\"symbol\": \"GOOG\", \"date\": \"2006-09-01T00:00:00\", \"price\": 401.9}, {\"symbol\": \"GOOG\", \"date\": \"2006-10-01T00:00:00\", \"price\": 476.39}, {\"symbol\": \"GOOG\", \"date\": \"2006-11-01T00:00:00\", \"price\": 484.81}, {\"symbol\": \"GOOG\", \"date\": \"2006-12-01T00:00:00\", \"price\": 460.48}, {\"symbol\": \"GOOG\", \"date\": \"2007-01-01T00:00:00\", \"price\": 501.5}, {\"symbol\": \"GOOG\", \"date\": \"2007-02-01T00:00:00\", \"price\": 449.45}, {\"symbol\": \"GOOG\", \"date\": \"2007-03-01T00:00:00\", \"price\": 458.16}, {\"symbol\": \"GOOG\", \"date\": \"2007-04-01T00:00:00\", \"price\": 471.38}, {\"symbol\": \"GOOG\", \"date\": \"2007-05-01T00:00:00\", \"price\": 497.91}, {\"symbol\": \"GOOG\", \"date\": \"2007-06-01T00:00:00\", \"price\": 522.7}, {\"symbol\": \"GOOG\", \"date\": \"2007-07-01T00:00:00\", \"price\": 510.0}, {\"symbol\": \"GOOG\", \"date\": \"2007-08-01T00:00:00\", \"price\": 515.25}, {\"symbol\": \"GOOG\", \"date\": \"2007-09-01T00:00:00\", \"price\": 567.27}, {\"symbol\": \"GOOG\", \"date\": \"2007-10-01T00:00:00\", \"price\": 707.0}, {\"symbol\": \"GOOG\", \"date\": \"2007-11-01T00:00:00\", \"price\": 693.0}, {\"symbol\": \"GOOG\", \"date\": \"2007-12-01T00:00:00\", \"price\": 691.48}, {\"symbol\": \"GOOG\", \"date\": \"2008-01-01T00:00:00\", \"price\": 564.3}, {\"symbol\": \"GOOG\", \"date\": \"2008-02-01T00:00:00\", \"price\": 471.18}, {\"symbol\": \"GOOG\", \"date\": \"2008-03-01T00:00:00\", \"price\": 440.47}, {\"symbol\": \"GOOG\", \"date\": \"2008-04-01T00:00:00\", \"price\": 574.29}, {\"symbol\": \"GOOG\", \"date\": \"2008-05-01T00:00:00\", \"price\": 585.8}, {\"symbol\": \"GOOG\", \"date\": \"2008-06-01T00:00:00\", \"price\": 526.42}, {\"symbol\": \"GOOG\", \"date\": \"2008-07-01T00:00:00\", \"price\": 473.75}, {\"symbol\": \"GOOG\", \"date\": \"2008-08-01T00:00:00\", \"price\": 463.29}, {\"symbol\": \"GOOG\", \"date\": \"2008-09-01T00:00:00\", \"price\": 400.52}, {\"symbol\": \"GOOG\", \"date\": \"2008-10-01T00:00:00\", \"price\": 359.36}, {\"symbol\": \"GOOG\", \"date\": \"2008-11-01T00:00:00\", \"price\": 292.96}, {\"symbol\": \"GOOG\", \"date\": \"2008-12-01T00:00:00\", \"price\": 307.65}, {\"symbol\": \"GOOG\", \"date\": \"2009-01-01T00:00:00\", \"price\": 338.53}, {\"symbol\": \"GOOG\", \"date\": \"2009-02-01T00:00:00\", \"price\": 337.99}, {\"symbol\": \"GOOG\", \"date\": \"2009-03-01T00:00:00\", \"price\": 348.06}, {\"symbol\": \"GOOG\", \"date\": \"2009-04-01T00:00:00\", \"price\": 395.97}, {\"symbol\": \"GOOG\", \"date\": \"2009-05-01T00:00:00\", \"price\": 417.23}, {\"symbol\": \"GOOG\", \"date\": \"2009-06-01T00:00:00\", \"price\": 421.59}, {\"symbol\": \"GOOG\", \"date\": \"2009-07-01T00:00:00\", \"price\": 443.05}, {\"symbol\": \"GOOG\", \"date\": \"2009-08-01T00:00:00\", \"price\": 461.67}, {\"symbol\": \"GOOG\", \"date\": \"2009-09-01T00:00:00\", \"price\": 495.85}, {\"symbol\": \"GOOG\", \"date\": \"2009-10-01T00:00:00\", \"price\": 536.12}, {\"symbol\": \"GOOG\", \"date\": \"2009-11-01T00:00:00\", \"price\": 583.0}, {\"symbol\": \"GOOG\", \"date\": \"2009-12-01T00:00:00\", \"price\": 619.98}, {\"symbol\": \"GOOG\", \"date\": \"2010-01-01T00:00:00\", \"price\": 529.94}, {\"symbol\": \"GOOG\", \"date\": \"2010-02-01T00:00:00\", \"price\": 526.8}, {\"symbol\": \"GOOG\", \"date\": \"2010-03-01T00:00:00\", \"price\": 560.19}, {\"symbol\": \"AAPL\", \"date\": \"2000-01-01T00:00:00\", \"price\": 25.94}, {\"symbol\": \"AAPL\", \"date\": \"2000-02-01T00:00:00\", \"price\": 28.66}, {\"symbol\": \"AAPL\", \"date\": \"2000-03-01T00:00:00\", \"price\": 33.95}, {\"symbol\": \"AAPL\", \"date\": \"2000-04-01T00:00:00\", \"price\": 31.01}, {\"symbol\": \"AAPL\", \"date\": \"2000-05-01T00:00:00\", \"price\": 21.0}, {\"symbol\": \"AAPL\", \"date\": \"2000-06-01T00:00:00\", \"price\": 26.19}, {\"symbol\": \"AAPL\", \"date\": \"2000-07-01T00:00:00\", \"price\": 25.41}, {\"symbol\": \"AAPL\", \"date\": \"2000-08-01T00:00:00\", \"price\": 30.47}, {\"symbol\": \"AAPL\", \"date\": \"2000-09-01T00:00:00\", \"price\": 12.88}, {\"symbol\": \"AAPL\", \"date\": \"2000-10-01T00:00:00\", \"price\": 9.78}, {\"symbol\": \"AAPL\", \"date\": \"2000-11-01T00:00:00\", \"price\": 8.25}, {\"symbol\": \"AAPL\", \"date\": \"2000-12-01T00:00:00\", \"price\": 7.44}, {\"symbol\": \"AAPL\", \"date\": \"2001-01-01T00:00:00\", \"price\": 10.81}, {\"symbol\": \"AAPL\", \"date\": \"2001-02-01T00:00:00\", \"price\": 9.12}, {\"symbol\": \"AAPL\", \"date\": \"2001-03-01T00:00:00\", \"price\": 11.03}, {\"symbol\": \"AAPL\", \"date\": \"2001-04-01T00:00:00\", \"price\": 12.74}, {\"symbol\": \"AAPL\", \"date\": \"2001-05-01T00:00:00\", \"price\": 9.98}, {\"symbol\": \"AAPL\", \"date\": \"2001-06-01T00:00:00\", \"price\": 11.62}, {\"symbol\": \"AAPL\", \"date\": \"2001-07-01T00:00:00\", \"price\": 9.4}, {\"symbol\": \"AAPL\", \"date\": \"2001-08-01T00:00:00\", \"price\": 9.27}, {\"symbol\": \"AAPL\", \"date\": \"2001-09-01T00:00:00\", \"price\": 7.76}, {\"symbol\": \"AAPL\", \"date\": \"2001-10-01T00:00:00\", \"price\": 8.78}, {\"symbol\": \"AAPL\", \"date\": \"2001-11-01T00:00:00\", \"price\": 10.65}, {\"symbol\": \"AAPL\", \"date\": \"2001-12-01T00:00:00\", \"price\": 10.95}, {\"symbol\": \"AAPL\", \"date\": \"2002-01-01T00:00:00\", \"price\": 12.36}, {\"symbol\": \"AAPL\", \"date\": \"2002-02-01T00:00:00\", \"price\": 10.85}, {\"symbol\": \"AAPL\", \"date\": \"2002-03-01T00:00:00\", \"price\": 11.84}, {\"symbol\": \"AAPL\", \"date\": \"2002-04-01T00:00:00\", \"price\": 12.14}, {\"symbol\": \"AAPL\", \"date\": \"2002-05-01T00:00:00\", \"price\": 11.65}, {\"symbol\": \"AAPL\", \"date\": \"2002-06-01T00:00:00\", \"price\": 8.86}, {\"symbol\": \"AAPL\", \"date\": \"2002-07-01T00:00:00\", \"price\": 7.63}, {\"symbol\": \"AAPL\", \"date\": \"2002-08-01T00:00:00\", \"price\": 7.38}, {\"symbol\": \"AAPL\", \"date\": \"2002-09-01T00:00:00\", \"price\": 7.25}, {\"symbol\": \"AAPL\", \"date\": \"2002-10-01T00:00:00\", \"price\": 8.03}, {\"symbol\": \"AAPL\", \"date\": \"2002-11-01T00:00:00\", \"price\": 7.75}, {\"symbol\": \"AAPL\", \"date\": \"2002-12-01T00:00:00\", \"price\": 7.16}, {\"symbol\": \"AAPL\", \"date\": \"2003-01-01T00:00:00\", \"price\": 7.18}, {\"symbol\": \"AAPL\", \"date\": \"2003-02-01T00:00:00\", \"price\": 7.51}, {\"symbol\": \"AAPL\", \"date\": \"2003-03-01T00:00:00\", \"price\": 7.07}, {\"symbol\": \"AAPL\", \"date\": \"2003-04-01T00:00:00\", \"price\": 7.11}, {\"symbol\": \"AAPL\", \"date\": \"2003-05-01T00:00:00\", \"price\": 8.98}, {\"symbol\": \"AAPL\", \"date\": \"2003-06-01T00:00:00\", \"price\": 9.53}, {\"symbol\": \"AAPL\", \"date\": \"2003-07-01T00:00:00\", \"price\": 10.54}, {\"symbol\": \"AAPL\", \"date\": \"2003-08-01T00:00:00\", \"price\": 11.31}, {\"symbol\": \"AAPL\", \"date\": \"2003-09-01T00:00:00\", \"price\": 10.36}, {\"symbol\": \"AAPL\", \"date\": \"2003-10-01T00:00:00\", \"price\": 11.44}, {\"symbol\": \"AAPL\", \"date\": \"2003-11-01T00:00:00\", \"price\": 10.45}, {\"symbol\": \"AAPL\", \"date\": \"2003-12-01T00:00:00\", \"price\": 10.69}, {\"symbol\": \"AAPL\", \"date\": \"2004-01-01T00:00:00\", \"price\": 11.28}, {\"symbol\": \"AAPL\", \"date\": \"2004-02-01T00:00:00\", \"price\": 11.96}, {\"symbol\": \"AAPL\", \"date\": \"2004-03-01T00:00:00\", \"price\": 13.52}, {\"symbol\": \"AAPL\", \"date\": \"2004-04-01T00:00:00\", \"price\": 12.89}, {\"symbol\": \"AAPL\", \"date\": \"2004-05-01T00:00:00\", \"price\": 14.03}, {\"symbol\": \"AAPL\", \"date\": \"2004-06-01T00:00:00\", \"price\": 16.27}, {\"symbol\": \"AAPL\", \"date\": \"2004-07-01T00:00:00\", \"price\": 16.17}, {\"symbol\": \"AAPL\", \"date\": \"2004-08-01T00:00:00\", \"price\": 17.25}, {\"symbol\": \"AAPL\", \"date\": \"2004-09-01T00:00:00\", \"price\": 19.38}, {\"symbol\": \"AAPL\", \"date\": \"2004-10-01T00:00:00\", \"price\": 26.2}, {\"symbol\": \"AAPL\", \"date\": \"2004-11-01T00:00:00\", \"price\": 33.53}, {\"symbol\": \"AAPL\", \"date\": \"2004-12-01T00:00:00\", \"price\": 32.2}, {\"symbol\": \"AAPL\", \"date\": \"2005-01-01T00:00:00\", \"price\": 38.45}, {\"symbol\": \"AAPL\", \"date\": \"2005-02-01T00:00:00\", \"price\": 44.86}, {\"symbol\": \"AAPL\", \"date\": \"2005-03-01T00:00:00\", \"price\": 41.67}, {\"symbol\": \"AAPL\", \"date\": \"2005-04-01T00:00:00\", \"price\": 36.06}, {\"symbol\": \"AAPL\", \"date\": \"2005-05-01T00:00:00\", \"price\": 39.76}, {\"symbol\": \"AAPL\", \"date\": \"2005-06-01T00:00:00\", \"price\": 36.81}, {\"symbol\": \"AAPL\", \"date\": \"2005-07-01T00:00:00\", \"price\": 42.65}, {\"symbol\": \"AAPL\", \"date\": \"2005-08-01T00:00:00\", \"price\": 46.89}, {\"symbol\": \"AAPL\", \"date\": \"2005-09-01T00:00:00\", \"price\": 53.61}, {\"symbol\": \"AAPL\", \"date\": \"2005-10-01T00:00:00\", \"price\": 57.59}, {\"symbol\": \"AAPL\", \"date\": \"2005-11-01T00:00:00\", \"price\": 67.82}, {\"symbol\": \"AAPL\", \"date\": \"2005-12-01T00:00:00\", \"price\": 71.89}, {\"symbol\": \"AAPL\", \"date\": \"2006-01-01T00:00:00\", \"price\": 75.51}, {\"symbol\": \"AAPL\", \"date\": \"2006-02-01T00:00:00\", \"price\": 68.49}, {\"symbol\": \"AAPL\", \"date\": \"2006-03-01T00:00:00\", \"price\": 62.72}, {\"symbol\": \"AAPL\", \"date\": \"2006-04-01T00:00:00\", \"price\": 70.39}, {\"symbol\": \"AAPL\", \"date\": \"2006-05-01T00:00:00\", \"price\": 59.77}, {\"symbol\": \"AAPL\", \"date\": \"2006-06-01T00:00:00\", \"price\": 57.27}, {\"symbol\": \"AAPL\", \"date\": \"2006-07-01T00:00:00\", \"price\": 67.96}, {\"symbol\": \"AAPL\", \"date\": \"2006-08-01T00:00:00\", \"price\": 67.85}, {\"symbol\": \"AAPL\", \"date\": \"2006-09-01T00:00:00\", \"price\": 76.98}, {\"symbol\": \"AAPL\", \"date\": \"2006-10-01T00:00:00\", \"price\": 81.08}, {\"symbol\": \"AAPL\", \"date\": \"2006-11-01T00:00:00\", \"price\": 91.66}, {\"symbol\": \"AAPL\", \"date\": \"2006-12-01T00:00:00\", \"price\": 84.84}, {\"symbol\": \"AAPL\", \"date\": \"2007-01-01T00:00:00\", \"price\": 85.73}, {\"symbol\": \"AAPL\", \"date\": \"2007-02-01T00:00:00\", \"price\": 84.61}, {\"symbol\": \"AAPL\", \"date\": \"2007-03-01T00:00:00\", \"price\": 92.91}, {\"symbol\": \"AAPL\", \"date\": \"2007-04-01T00:00:00\", \"price\": 99.8}, {\"symbol\": \"AAPL\", \"date\": \"2007-05-01T00:00:00\", \"price\": 121.19}, {\"symbol\": \"AAPL\", \"date\": \"2007-06-01T00:00:00\", \"price\": 122.04}, {\"symbol\": \"AAPL\", \"date\": \"2007-07-01T00:00:00\", \"price\": 131.76}, {\"symbol\": \"AAPL\", \"date\": \"2007-08-01T00:00:00\", \"price\": 138.48}, {\"symbol\": \"AAPL\", \"date\": \"2007-09-01T00:00:00\", \"price\": 153.47}, {\"symbol\": \"AAPL\", \"date\": \"2007-10-01T00:00:00\", \"price\": 189.95}, {\"symbol\": \"AAPL\", \"date\": \"2007-11-01T00:00:00\", \"price\": 182.22}, {\"symbol\": \"AAPL\", \"date\": \"2007-12-01T00:00:00\", \"price\": 198.08}, {\"symbol\": \"AAPL\", \"date\": \"2008-01-01T00:00:00\", \"price\": 135.36}, {\"symbol\": \"AAPL\", \"date\": \"2008-02-01T00:00:00\", \"price\": 125.02}, {\"symbol\": \"AAPL\", \"date\": \"2008-03-01T00:00:00\", \"price\": 143.5}, {\"symbol\": \"AAPL\", \"date\": \"2008-04-01T00:00:00\", \"price\": 173.95}, {\"symbol\": \"AAPL\", \"date\": \"2008-05-01T00:00:00\", \"price\": 188.75}, {\"symbol\": \"AAPL\", \"date\": \"2008-06-01T00:00:00\", \"price\": 167.44}, {\"symbol\": \"AAPL\", \"date\": \"2008-07-01T00:00:00\", \"price\": 158.95}, {\"symbol\": \"AAPL\", \"date\": \"2008-08-01T00:00:00\", \"price\": 169.53}, {\"symbol\": \"AAPL\", \"date\": \"2008-09-01T00:00:00\", \"price\": 113.66}, {\"symbol\": \"AAPL\", \"date\": \"2008-10-01T00:00:00\", \"price\": 107.59}, {\"symbol\": \"AAPL\", \"date\": \"2008-11-01T00:00:00\", \"price\": 92.67}, {\"symbol\": \"AAPL\", \"date\": \"2008-12-01T00:00:00\", \"price\": 85.35}, {\"symbol\": \"AAPL\", \"date\": \"2009-01-01T00:00:00\", \"price\": 90.13}, {\"symbol\": \"AAPL\", \"date\": \"2009-02-01T00:00:00\", \"price\": 89.31}, {\"symbol\": \"AAPL\", \"date\": \"2009-03-01T00:00:00\", \"price\": 105.12}, {\"symbol\": \"AAPL\", \"date\": \"2009-04-01T00:00:00\", \"price\": 125.83}, {\"symbol\": \"AAPL\", \"date\": \"2009-05-01T00:00:00\", \"price\": 135.81}, {\"symbol\": \"AAPL\", \"date\": \"2009-06-01T00:00:00\", \"price\": 142.43}, {\"symbol\": \"AAPL\", \"date\": \"2009-07-01T00:00:00\", \"price\": 163.39}, {\"symbol\": \"AAPL\", \"date\": \"2009-08-01T00:00:00\", \"price\": 168.21}, {\"symbol\": \"AAPL\", \"date\": \"2009-09-01T00:00:00\", \"price\": 185.35}, {\"symbol\": \"AAPL\", \"date\": \"2009-10-01T00:00:00\", \"price\": 188.5}, {\"symbol\": \"AAPL\", \"date\": \"2009-11-01T00:00:00\", \"price\": 199.91}, {\"symbol\": \"AAPL\", \"date\": \"2009-12-01T00:00:00\", \"price\": 210.73}, {\"symbol\": \"AAPL\", \"date\": \"2010-01-01T00:00:00\", \"price\": 192.06}, {\"symbol\": \"AAPL\", \"date\": \"2010-02-01T00:00:00\", \"price\": 204.62}, {\"symbol\": \"AAPL\", \"date\": \"2010-03-01T00:00:00\", \"price\": 223.02}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.HConcatChart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 16
+ }
+ ],
+ "source": [
+ "alt.hconcat(base.mark_line(),\n",
+ "base.mark_circle())"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "069bd2e4-0074-408b-91fe-e7621539079c",
+ "metadata": {
+ "id": "069bd2e4-0074-408b-91fe-e7621539079c"
+ },
+ "source": [
+ "Ces graphiques montrent l'évolution du prix des actions d'Alphabet (GOOG) au fil des années. On note une augmentation globale entre 2005 et 2010, avec logiquement une baisse conséquente au cours de l'année 2008."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "12e0ed6c-9cb7-4c35-b425-bdc65bf98866",
+ "metadata": {
+ "id": "12e0ed6c-9cb7-4c35-b425-bdc65bf98866"
+ },
+ "source": [
+ "# Exercice III : Interactivité"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "10b22397-31de-41d9-b7da-50c8344c7a76",
+ "metadata": {
+ "id": "10b22397-31de-41d9-b7da-50c8344c7a76",
+ "outputId": "7483317e-db73-44cd-d387-7bc9a8e51b80",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-bccb558fde724912b4395632fdd0d346.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-bccb558fde724912b4395632fdd0d346.vega-embed details,\n",
+ " #altair-viz-bccb558fde724912b4395632fdd0d346.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-bccb558fde724912b4395632fdd0d346\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-bccb558fde724912b4395632fdd0d346\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-bccb558fde724912b4395632fdd0d346\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"tooltip\": [{\"field\": \"Name\", \"type\": \"nominal\"}, {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}, {\"field\": \"Origin\", \"type\": \"nominal\"}], \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"params\": [{\"name\": \"param_1\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\", \"y\"]}, \"bind\": \"scales\"}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 17
+ }
+ ],
+ "source": [
+ "alt.Chart(cars).mark_point().encode(\n",
+ " x=\"Horsepower:Q\",\n",
+ " y=\"Miles_per_Gallon:Q\",\n",
+ " color=\"Origin\",\n",
+ " tooltip=[\"Name:N\", \"Horsepower:Q\", \"Miles_per_Gallon:Q\", \"Origin:N\"]\n",
+ ").interactive()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "31858600-5cd5-4eba-8f33-5c17c7e15edb",
+ "metadata": {
+ "id": "31858600-5cd5-4eba-8f33-5c17c7e15edb"
+ },
+ "source": [
+ "Ce graphique est identique à celui présenté au début du notebook, avec la fonctionnalité supplémentaire du zoom qui permet de regarder de plus près une certaine zone du graphique."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "f7b084dc-a5d5-4707-8714-a9d19a6d474e",
+ "metadata": {
+ "id": "f7b084dc-a5d5-4707-8714-a9d19a6d474e",
+ "outputId": "55aca8fc-8b86-40c7-9040-24b03345abcd",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 654
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-d78939f6ffaa4212849a54f6675db680.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-d78939f6ffaa4212849a54f6675db680.vega-embed details,\n",
+ " #altair-viz-d78939f6ffaa4212849a54f6675db680.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-d78939f6ffaa4212849a54f6675db680\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-d78939f6ffaa4212849a54f6675db680\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-d78939f6ffaa4212849a54f6675db680\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"vconcat\": [{\"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"condition\": {\"param\": \"param_2\", \"field\": \"Origin\", \"type\": \"nominal\"}, \"value\": \"lightgray\"}, \"tooltip\": [{\"field\": \"Name\", \"type\": \"nominal\"}, {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}, {\"field\": \"Origin\", \"type\": \"nominal\"}], \"x\": {\"field\": \"Horsepower\", \"title\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"title\": \"Miles per Gallon\", \"type\": \"quantitative\"}}, \"height\": 400, \"name\": \"view_1\", \"width\": 520}, {\"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"aggregate\": \"count\", \"title\": \"Count\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Origin\", \"title\": \"Origin\", \"type\": \"nominal\"}}, \"height\": 130, \"transform\": [{\"filter\": {\"param\": \"param_2\"}}], \"width\": 520}], \"data\": {\"name\": \"data-583e73726c1545c56c203344161a975c\"}, \"params\": [{\"name\": \"param_2\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\", \"y\"]}, \"views\": [\"view_1\"]}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-583e73726c1545c56c203344161a975c\": [{\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3504, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark 320\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3693, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3436, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3433, \"Acceleration\": 12.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3449, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4341, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 454.0, \"Horsepower\": 220.0, \"Weight_in_lbs\": 4354, \"Acceleration\": 9.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4312, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4425, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador dpl\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 390.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 8.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"citroen ds-21 pallas\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 133.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3090, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4142, \"Acceleration\": 11.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4034, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4166, \"Acceleration\": 10.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc rebel sst (sw)\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3850, \"Acceleration\": 11.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge challenger se\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 3563, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth 'cuda 340\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 340.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 3609, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang boss 302\", \"Miles_per_Gallon\": null, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 8.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3761, \"Acceleration\": 9.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 3086, \"Acceleration\": 10.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona mark ii\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2372, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2833, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2774, \"Acceleration\": 15.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2587, \"Acceleration\": 16.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen 1131 deluxe sedan\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1835, \"Acceleration\": 20.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 110.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2672, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100 ls\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2430, \"Acceleration\": 14.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99e\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 104.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2375, \"Acceleration\": 17.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"bmw 2002\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 113.0, \"Weight_in_lbs\": 2234, \"Acceleration\": 12.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 199.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2648, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f250\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4615, \"Acceleration\": 14.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c20\", \"Miles_per_Gallon\": 10.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 200.0, \"Weight_in_lbs\": 4376, \"Acceleration\": 15.0, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d200\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 210.0, \"Weight_in_lbs\": 4382, \"Acceleration\": 13.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"hi 1200d\", \"Miles_per_Gallon\": 9.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 193.0, \"Weight_in_lbs\": 4732, \"Acceleration\": 18.5, \"Year\": \"1970-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun pl510\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega 2300\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2264, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2228, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": null, \"Weight_in_lbs\": 2046, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle 117\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1978, \"Acceleration\": 20.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2634, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3439, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3329, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford torino 500\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3302, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3288, \"Acceleration\": 15.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4209, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina brougham\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4154, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4096, \"Acceleration\": 13.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco (sw)\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 383.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4955, \"Acceleration\": 11.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4746, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac safari (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 5140, \"Acceleration\": 12.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet sportabout (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2962, \"Acceleration\": 13.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet vega (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac firebird\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3282, \"Acceleration\": 15.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3139, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri 2000\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2123, \"Acceleration\": 14.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 304\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2074, \"Acceleration\": 19.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124b\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 88.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 14.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1773, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 1200\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 72.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 1613, \"Acceleration\": 18.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen model 111\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1834, \"Acceleration\": 19.0, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth cricket\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1955, \"Acceleration\": 20.5, \"Year\": \"1971-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona hardtop\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 113.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2278, \"Acceleration\": 15.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hardtop\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 97.5, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2126, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen type 3\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 54.0, \"Weight_in_lbs\": 2254, \"Acceleration\": 23.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2408, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford pinto runabout\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2226, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 4274, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4385, \"Acceleration\": 12.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury iii\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4135, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford galaxie 500\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 153.0, \"Weight_in_lbs\": 4129, \"Acceleration\": 13.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador sst\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 208.0, \"Weight_in_lbs\": 4633, \"Acceleration\": 11.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick lesabre custom\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4502, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile delta 88 royale\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 160.0, \"Weight_in_lbs\": 4456, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler newport royal\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4422, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda rx2 coupe\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2330, \"Acceleration\": 13.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3892, \"Acceleration\": 12.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle concours (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 307.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4098, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4294, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4077, \"Acceleration\": 14.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 145e (sw)\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2933, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen 411 (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2511, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504 (sw)\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 87.0, \"Weight_in_lbs\": 2979, \"Acceleration\": 19.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 12 (sw)\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 96.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2189, \"Acceleration\": 18.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford pinto (sw)\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 16.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 510 (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2288, \"Acceleration\": 17.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyouta corona mark ii (sw)\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2506, \"Acceleration\": 14.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt (sw)\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 15.0, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1600 (sw)\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2100, \"Acceleration\": 16.5, \"Year\": \"1972-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century 350\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 4100, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3672, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3988, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 137.0, \"Weight_in_lbs\": 4042, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3777, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury marquis brougham\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 429.0, \"Horsepower\": 198.0, \"Weight_in_lbs\": 4952, \"Acceleration\": 11.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4464, \"Acceleration\": 12.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 158.0, \"Weight_in_lbs\": 4363, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury gran sedan\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4237, \"Acceleration\": 14.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler new yorker brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 440.0, \"Horsepower\": 215.0, \"Weight_in_lbs\": 4735, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick electra 225 custom\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 455.0, \"Horsepower\": 225.0, \"Weight_in_lbs\": 4951, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc ambassador brougham\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 175.0, \"Weight_in_lbs\": 3821, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3121, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova custom\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3278, \"Acceleration\": 18.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3021, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2904, \"Acceleration\": 16.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen super beetle\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 46.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 21.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet impala\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4997, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 167.0, \"Weight_in_lbs\": 4906, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth custom suburb\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4654, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile vista cruiser\", \"Miles_per_Gallon\": 12.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4499, \"Acceleration\": 12.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2789, \"Acceleration\": 15.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota carina\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2279, \"Acceleration\": 19.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2401, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 610\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 94.0, \"Weight_in_lbs\": 2379, \"Acceleration\": 16.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"maxda rx3\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2124, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2310, \"Acceleration\": 18.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury capri v6\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 155.0, \"Horsepower\": 107.0, \"Weight_in_lbs\": 2472, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 124 sport coupe\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet monte carlo s\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4082, \"Acceleration\": 13.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 230.0, \"Weight_in_lbs\": 4278, \"Acceleration\": 9.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 68.0, \"Horsepower\": 49.0, \"Weight_in_lbs\": 1867, \"Acceleration\": 19.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2158, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 114.0, \"Horsepower\": 91.0, \"Weight_in_lbs\": 2582, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 144ea\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2868, \"Acceleration\": 15.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge dart custom\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3399, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2660, \"Acceleration\": 14.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 122.0, \"Weight_in_lbs\": 2807, \"Acceleration\": 13.5, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile omega\", \"Miles_per_Gallon\": 11.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 3664, \"Acceleration\": 11.0, \"Year\": \"1973-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth duster\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 198.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3102, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": null, \"Weight_in_lbs\": 2875, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2901, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3336, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun b210\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1950, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2451, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla 1200\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 71.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1836, \"Acceleration\": 21.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet vega\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3781, \"Acceleration\": 17.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3632, \"Acceleration\": 18.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth satellite sebring\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3613, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4141, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century luxus (sw)\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4699, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet custom (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4457, \"Acceleration\": 13.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4638, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador (sw)\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4257, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi fox\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2219, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1963, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel manta\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 76.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1649, \"Acceleration\": 16.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 83.0, \"Horsepower\": 61.0, \"Weight_in_lbs\": 2003, \"Acceleration\": 19.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"fiat 128\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2108, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"fiat 124 tc\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2246, \"Acceleration\": 14.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2489, \"Acceleration\": 15.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 93.0, \"Weight_in_lbs\": 2391, \"Acceleration\": 15.5, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat x1.9\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2000, \"Acceleration\": 16.0, \"Year\": \"1974-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth valiant custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3264, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3459, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3432, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 3158, \"Acceleration\": 19.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac catalina\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4668, \"Acceleration\": 11.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet bel air\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4440, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth grand fury\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4498, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd\", \"Miles_per_Gallon\": 14.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 148.0, \"Weight_in_lbs\": 4657, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3907, \"Acceleration\": 21.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevroelt chevelle malibu\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3897, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3730, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth fury\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3785, \"Acceleration\": 19.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skyhawk\", \"Miles_per_Gallon\": 21.0, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3039, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monza 2+2\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 8, \"Displacement\": 262.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3221, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang ii\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3169, \"Acceleration\": 12.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2171, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2639, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc gremlin\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2914, \"Acceleration\": 16.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac astro\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2592, \"Acceleration\": 18.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2702, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 2223, \"Acceleration\": 16.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 710\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2545, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 171.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2984, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"amc pacer\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3211, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 100ls\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 115.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2694, \"Acceleration\": 15.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2957, \"Acceleration\": 17.0, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 244dl\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 14.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99le\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2671, \"Acceleration\": 13.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.5, \"Year\": \"1975-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat 131\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2464, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"opel 1900\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 116.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 2220, \"Acceleration\": 16.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"capri ii\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2572, \"Acceleration\": 14.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2255, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 12tl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 101.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2202, \"Acceleration\": 15.3, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"chevrolet chevelle malibu classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge coronet brougham\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 4190, \"Acceleration\": 13.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc matador\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 304.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3962, \"Acceleration\": 13.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford gran torino\", \"Miles_per_Gallon\": 14.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 152.0, \"Weight_in_lbs\": 4215, \"Acceleration\": 12.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth valiant\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3233, \"Acceleration\": 15.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet nova\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3353, \"Acceleration\": 14.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford maverick\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 81.0, \"Weight_in_lbs\": 3012, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc hornet\", \"Miles_per_Gallon\": 22.5, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3085, \"Acceleration\": 17.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2035, \"Acceleration\": 22.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet woody\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 2164, \"Acceleration\": 22.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1937, \"Acceleration\": 14.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 53.0, \"Weight_in_lbs\": 1795, \"Acceleration\": 17.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge aspen se\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3651, \"Acceleration\": 17.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada ghia\", \"Miles_per_Gallon\": 18.0, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 3574, \"Acceleration\": 21.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac ventura sj\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3645, \"Acceleration\": 16.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc pacer d/l\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3193, \"Acceleration\": 17.8, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 12.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun b-210\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 17.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.4, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford pinto\", \"Miles_per_Gallon\": 26.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2565, \"Acceleration\": 13.6, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volvo 245\", \"Miles_per_Gallon\": 20.0, \"Cylinders\": 4, \"Displacement\": 130.0, \"Horsepower\": 102.0, \"Weight_in_lbs\": 3150, \"Acceleration\": 15.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth volare premier v8\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.2, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3270, \"Acceleration\": 21.9, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota mark ii\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 156.0, \"Horsepower\": 108.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 15.5, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mercedes-benz 280s\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3820, \"Acceleration\": 16.7, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac seville\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4380, \"Acceleration\": 12.1, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy c10\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4055, \"Acceleration\": 12.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford f108\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3870, \"Acceleration\": 15.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge d100\", \"Miles_per_Gallon\": 13.0, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3755, \"Acceleration\": 14.0, \"Year\": \"1976-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord cvcc\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 18.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick opel isuzu deluxe\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 111.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 14.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"renault 5 gtl\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1825, \"Acceleration\": 18.6, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"plymouth arrow gs\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 15.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun f-10 hatchback\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 1945, \"Acceleration\": 16.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3880, \"Acceleration\": 12.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass supreme\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 4060, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge monaco brougham\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 4140, \"Acceleration\": 13.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury cougar brougham\", \"Miles_per_Gallon\": 15.0, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 4295, \"Acceleration\": 14.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet concours\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3520, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 16.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare custom\", \"Miles_per_Gallon\": 19.0, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3630, \"Acceleration\": 17.7, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 6, \"Displacement\": 250.0, \"Horsepower\": 98.0, \"Weight_in_lbs\": 3525, \"Acceleration\": 19.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac grand prix lj\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 180.0, \"Weight_in_lbs\": 4220, \"Acceleration\": 11.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 170.0, \"Weight_in_lbs\": 4165, \"Acceleration\": 11.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler cordoba\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 400.0, \"Horsepower\": 190.0, \"Weight_in_lbs\": 4325, \"Acceleration\": 12.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford thunderbird\", \"Miles_per_Gallon\": 16.0, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 149.0, \"Weight_in_lbs\": 4335, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit custom\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 1940, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"pontiac sunbird coupe\", \"Miles_per_Gallon\": 24.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2740, \"Acceleration\": 16.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corolla liftback\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 18.2, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"ford mustang ii 2+2\", \"Miles_per_Gallon\": 25.5, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 89.0, \"Weight_in_lbs\": 2755, \"Acceleration\": 15.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2051, \"Acceleration\": 17.0, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge colt m/m\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 83.0, \"Weight_in_lbs\": 2075, \"Acceleration\": 15.9, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.4, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen dasher\", \"Miles_per_Gallon\": 30.5, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.1, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 810\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2815, \"Acceleration\": 14.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"bmw 320i\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2600, \"Acceleration\": 12.8, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda rx-4\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 3, \"Displacement\": 80.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 13.5, \"Year\": \"1977-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"volkswagen rabbit custom diesel\", \"Miles_per_Gallon\": 43.1, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 21.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford fiesta\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 66.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 14.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mazda glc deluxe\", \"Miles_per_Gallon\": 32.8, \"Cylinders\": 4, \"Displacement\": 78.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 19.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun b210 gx\", \"Miles_per_Gallon\": 39.4, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2070, \"Acceleration\": 18.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic cvcc\", \"Miles_per_Gallon\": 36.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1800, \"Acceleration\": 16.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 19.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3365, \"Acceleration\": 15.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge diplomat\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 3735, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury monarch ghia\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3570, \"Acceleration\": 12.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix lj\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3535, \"Acceleration\": 19.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 3155, \"Acceleration\": 18.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (auto)\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2965, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont (man)\", \"Miles_per_Gallon\": 25.1, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 15.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth volare\", \"Miles_per_Gallon\": 20.5, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 3430, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 19.4, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3210, \"Acceleration\": 17.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick century special\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3380, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr\", \"Miles_per_Gallon\": 20.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3070, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 18.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3620, \"Acceleration\": 18.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord d/l\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 6, \"Displacement\": 258.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.1, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet monte carlo landau\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 145.0, \"Weight_in_lbs\": 3425, \"Acceleration\": 13.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick regal sport coupe (turbo)\", \"Miles_per_Gallon\": 17.7, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 165.0, \"Weight_in_lbs\": 3445, \"Acceleration\": 13.4, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford futura\", \"Miles_per_Gallon\": 18.1, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 139.0, \"Weight_in_lbs\": 3205, \"Acceleration\": 11.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge magnum xe\", \"Miles_per_Gallon\": 17.5, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 140.0, \"Weight_in_lbs\": 4080, \"Acceleration\": 13.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2155, \"Acceleration\": 16.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota corona\", \"Miles_per_Gallon\": 27.5, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2560, \"Acceleration\": 14.2, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2300, \"Acceleration\": 14.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge omni\", \"Miles_per_Gallon\": 30.9, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2230, \"Acceleration\": 14.5, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt liftback\", \"Miles_per_Gallon\": 21.1, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 95.0, \"Weight_in_lbs\": 2515, \"Acceleration\": 14.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth sapporo\", \"Miles_per_Gallon\": 23.2, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2745, \"Acceleration\": 16.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile starfire sx\", \"Miles_per_Gallon\": 23.8, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2855, \"Acceleration\": 17.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 200-sx\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 97.0, \"Weight_in_lbs\": 2405, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"audi 5000\", \"Miles_per_Gallon\": 20.3, \"Cylinders\": 5, \"Displacement\": 131.0, \"Horsepower\": 103.0, \"Weight_in_lbs\": 2830, \"Acceleration\": 15.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo 264gl\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3140, \"Acceleration\": 13.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 99gle\", \"Miles_per_Gallon\": 21.6, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2795, \"Acceleration\": 15.7, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"peugeot 604sl\", \"Miles_per_Gallon\": 16.2, \"Cylinders\": 6, \"Displacement\": 163.0, \"Horsepower\": 133.0, \"Weight_in_lbs\": 3410, \"Acceleration\": 15.8, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volkswagen scirocco\", \"Miles_per_Gallon\": 31.5, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1990, \"Acceleration\": 14.9, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda Accelerationord lx\", \"Miles_per_Gallon\": 29.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2135, \"Acceleration\": 16.6, \"Year\": \"1978-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"pontiac lemans v6\", \"Miles_per_Gallon\": 21.5, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 3245, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury zephyr 6\", \"Miles_per_Gallon\": 19.8, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2990, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont 4\", \"Miles_per_Gallon\": 22.3, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2890, \"Acceleration\": 17.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl 6\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3265, \"Acceleration\": 18.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen 6\", \"Miles_per_Gallon\": 20.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3360, \"Acceleration\": 16.6, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet caprice classic\", \"Miles_per_Gallon\": 17.0, \"Cylinders\": 8, \"Displacement\": 305.0, \"Horsepower\": 130.0, \"Weight_in_lbs\": 3840, \"Acceleration\": 15.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ltd landau\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 8, \"Displacement\": 302.0, \"Horsepower\": 129.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 13.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury grand marquis\", \"Miles_per_Gallon\": 16.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 138.0, \"Weight_in_lbs\": 3955, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge st. regis\", \"Miles_per_Gallon\": 18.2, \"Cylinders\": 8, \"Displacement\": 318.0, \"Horsepower\": 135.0, \"Weight_in_lbs\": 3830, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick estate wagon (sw)\", \"Miles_per_Gallon\": 16.9, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 155.0, \"Weight_in_lbs\": 4360, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford country squire (sw)\", \"Miles_per_Gallon\": 15.5, \"Cylinders\": 8, \"Displacement\": 351.0, \"Horsepower\": 142.0, \"Weight_in_lbs\": 4054, \"Acceleration\": 14.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet malibu classic (sw)\", \"Miles_per_Gallon\": 19.2, \"Cylinders\": 8, \"Displacement\": 267.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3605, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron town @ country (sw)\", \"Miles_per_Gallon\": 18.5, \"Cylinders\": 8, \"Displacement\": 360.0, \"Horsepower\": 150.0, \"Weight_in_lbs\": 3940, \"Acceleration\": 13.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit custom\", \"Miles_per_Gallon\": 31.9, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 1925, \"Acceleration\": 14.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"maxda glc deluxe\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 15.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt hatchback custom\", \"Miles_per_Gallon\": 35.7, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 1915, \"Acceleration\": 14.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc spirit dl\", \"Miles_per_Gallon\": 27.4, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 15.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercedes benz 300d\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 5, \"Displacement\": 183.0, \"Horsepower\": 77.0, \"Weight_in_lbs\": 3530, \"Acceleration\": 20.1, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"cadillac eldorado\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 125.0, \"Weight_in_lbs\": 3900, \"Acceleration\": 17.4, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"peugeot 504\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 71.0, \"Weight_in_lbs\": 3190, \"Acceleration\": 24.8, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"oldsmobile cutlass salon brougham\", \"Miles_per_Gallon\": 23.9, \"Cylinders\": 8, \"Displacement\": 260.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3420, \"Acceleration\": 22.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon\", \"Miles_per_Gallon\": 34.2, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2200, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth horizon tc3\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2150, \"Acceleration\": 14.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 31.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2020, \"Acceleration\": 19.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"fiat strada custom\", \"Miles_per_Gallon\": 37.3, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 69.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 14.7, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"buick skylark limited\", \"Miles_per_Gallon\": 28.4, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2670, \"Acceleration\": 16.0, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2595, \"Acceleration\": 11.3, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile omega brougham\", \"Miles_per_Gallon\": 26.8, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 115.0, \"Weight_in_lbs\": 2700, \"Acceleration\": 12.9, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 33.5, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2556, \"Acceleration\": 13.2, \"Year\": \"1979-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw rabbit\", \"Miles_per_Gallon\": 41.5, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 2144, \"Acceleration\": 14.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corolla tercel\", \"Miles_per_Gallon\": 38.1, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1968, \"Acceleration\": 18.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet chevette\", \"Miles_per_Gallon\": 32.1, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2120, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 310\", \"Miles_per_Gallon\": 37.2, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2019, \"Acceleration\": 16.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2678, \"Acceleration\": 16.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont\", \"Miles_per_Gallon\": 26.4, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2870, \"Acceleration\": 18.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord\", \"Miles_per_Gallon\": 24.3, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3003, \"Acceleration\": 20.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aspen\", \"Miles_per_Gallon\": 19.1, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 3381, \"Acceleration\": 18.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"audi 4000\", \"Miles_per_Gallon\": 34.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 78.0, \"Weight_in_lbs\": 2188, \"Acceleration\": 15.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota corona liftback\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 134.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2711, \"Acceleration\": 15.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.3, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2542, \"Acceleration\": 17.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 510 hatchback\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2434, \"Acceleration\": 15.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.2, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2265, \"Acceleration\": 15.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc\", \"Miles_per_Gallon\": 46.6, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 17.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge colt\", \"Miles_per_Gallon\": 27.9, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 14.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 40.8, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2110, \"Acceleration\": 19.2, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vw rabbit c (diesel)\", \"Miles_per_Gallon\": 44.3, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2085, \"Acceleration\": 21.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"vw dasher (diesel)\", \"Miles_per_Gallon\": 43.4, \"Cylinders\": 4, \"Displacement\": 90.0, \"Horsepower\": 48.0, \"Weight_in_lbs\": 2335, \"Acceleration\": 23.7, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"audi 5000s (diesel)\", \"Miles_per_Gallon\": 36.4, \"Cylinders\": 5, \"Displacement\": 121.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 19.9, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mercedes-benz 240d\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 146.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 3250, \"Acceleration\": 21.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda civic 1500 gl\", \"Miles_per_Gallon\": 44.6, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1850, \"Acceleration\": 13.8, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"renault lecar deluxe\", \"Miles_per_Gallon\": 40.9, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": null, \"Weight_in_lbs\": 1835, \"Acceleration\": 17.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"subaru dl\", \"Miles_per_Gallon\": 33.8, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2145, \"Acceleration\": 18.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"vokswagen rabbit\", \"Miles_per_Gallon\": 29.8, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 1845, \"Acceleration\": 15.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"datsun 280-zx\", \"Miles_per_Gallon\": 32.7, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 132.0, \"Weight_in_lbs\": 2910, \"Acceleration\": 11.4, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda rx-7 gs\", \"Miles_per_Gallon\": 23.7, \"Cylinders\": 3, \"Displacement\": 70.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2420, \"Acceleration\": 12.5, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"triumph tr7 coupe\", \"Miles_per_Gallon\": 35.0, \"Cylinders\": 4, \"Displacement\": 122.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2500, \"Acceleration\": 15.1, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"ford mustang cobra\", \"Miles_per_Gallon\": 23.6, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": null, \"Weight_in_lbs\": 2905, \"Acceleration\": 14.3, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 72.0, \"Weight_in_lbs\": 2290, \"Acceleration\": 17.0, \"Year\": \"1980-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 27.2, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2490, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"buick skylark\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries wagon (sw)\", \"Miles_per_Gallon\": 25.8, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2620, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet citation\", \"Miles_per_Gallon\": 23.5, \"Cylinders\": 6, \"Displacement\": 173.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2725, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"plymouth reliant\", \"Miles_per_Gallon\": 30.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2385, \"Acceleration\": 12.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota starlet\", \"Miles_per_Gallon\": 39.1, \"Cylinders\": 4, \"Displacement\": 79.0, \"Horsepower\": 58.0, \"Weight_in_lbs\": 1755, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth champ\", \"Miles_per_Gallon\": 39.0, \"Cylinders\": 4, \"Displacement\": 86.0, \"Horsepower\": 64.0, \"Weight_in_lbs\": 1875, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"honda civic 1300\", \"Miles_per_Gallon\": 35.1, \"Cylinders\": 4, \"Displacement\": 81.0, \"Horsepower\": 60.0, \"Weight_in_lbs\": 1760, \"Acceleration\": 16.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"subaru\", \"Miles_per_Gallon\": 32.3, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 2065, \"Acceleration\": 17.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 210\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 85.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 1975, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota tercel\", \"Miles_per_Gallon\": 37.7, \"Cylinders\": 4, \"Displacement\": 89.0, \"Horsepower\": 62.0, \"Weight_in_lbs\": 2050, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc 4\", \"Miles_per_Gallon\": 34.1, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1985, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon 4\", \"Miles_per_Gallon\": 34.7, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2215, \"Acceleration\": 14.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 4w\", \"Miles_per_Gallon\": 34.4, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2045, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford escort 2h\", \"Miles_per_Gallon\": 29.9, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 65.0, \"Weight_in_lbs\": 2380, \"Acceleration\": 20.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen jetta\", \"Miles_per_Gallon\": 33.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2190, \"Acceleration\": 14.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"renault 18i\", \"Miles_per_Gallon\": 34.5, \"Cylinders\": 4, \"Displacement\": 100.0, \"Horsepower\": null, \"Weight_in_lbs\": 2320, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"honda prelude\", \"Miles_per_Gallon\": 33.7, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2210, \"Acceleration\": 14.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 32.4, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2350, \"Acceleration\": 16.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 200sx\", \"Miles_per_Gallon\": 32.9, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 100.0, \"Weight_in_lbs\": 2615, \"Acceleration\": 14.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda 626\", \"Miles_per_Gallon\": 31.6, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 2635, \"Acceleration\": 18.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"peugeot 505s turbo diesel\", \"Miles_per_Gallon\": 28.1, \"Cylinders\": 4, \"Displacement\": 141.0, \"Horsepower\": 80.0, \"Weight_in_lbs\": 3230, \"Acceleration\": 20.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"saab 900s\", \"Miles_per_Gallon\": null, \"Cylinders\": 4, \"Displacement\": 121.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2800, \"Acceleration\": 15.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"volvo diesel\", \"Miles_per_Gallon\": 30.7, \"Cylinders\": 6, \"Displacement\": 145.0, \"Horsepower\": 76.0, \"Weight_in_lbs\": 3160, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"toyota cressida\", \"Miles_per_Gallon\": 25.4, \"Cylinders\": 6, \"Displacement\": 168.0, \"Horsepower\": 116.0, \"Weight_in_lbs\": 2900, \"Acceleration\": 12.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 810 maxima\", \"Miles_per_Gallon\": 24.2, \"Cylinders\": 6, \"Displacement\": 146.0, \"Horsepower\": 120.0, \"Weight_in_lbs\": 2930, \"Acceleration\": 13.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century\", \"Miles_per_Gallon\": 22.4, \"Cylinders\": 6, \"Displacement\": 231.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 3415, \"Acceleration\": 15.8, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ls\", \"Miles_per_Gallon\": 26.6, \"Cylinders\": 8, \"Displacement\": 350.0, \"Horsepower\": 105.0, \"Weight_in_lbs\": 3725, \"Acceleration\": 19.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada gl\", \"Miles_per_Gallon\": 20.2, \"Cylinders\": 6, \"Displacement\": 200.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 3060, \"Acceleration\": 17.1, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron salon\", \"Miles_per_Gallon\": 17.6, \"Cylinders\": 6, \"Displacement\": 225.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3465, \"Acceleration\": 16.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2605, \"Acceleration\": 19.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier wagon\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2640, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet cavalier 2-door\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2395, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac j2000 se hatchback\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 112.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 2575, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"dodge aries se\", \"Miles_per_Gallon\": 29.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2525, \"Acceleration\": 16.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"pontiac phoenix\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2735, \"Acceleration\": 18.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford fairmont futura\", \"Miles_per_Gallon\": 24.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2865, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"amc concord dl\", \"Miles_per_Gallon\": 23.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": null, \"Weight_in_lbs\": 3035, \"Acceleration\": 20.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"volkswagen rabbit l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 74.0, \"Weight_in_lbs\": 1980, \"Acceleration\": 15.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"mazda glc custom l\", \"Miles_per_Gallon\": 37.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 2025, \"Acceleration\": 18.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"mazda glc custom\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 68.0, \"Weight_in_lbs\": 1970, \"Acceleration\": 17.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"plymouth horizon miser\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 105.0, \"Horsepower\": 63.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"mercury lynx l\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 98.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2125, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"nissan stanza xe\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 88.0, \"Weight_in_lbs\": 2160, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda Accelerationord\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 107.0, \"Horsepower\": 75.0, \"Weight_in_lbs\": 2205, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"toyota corolla\", \"Miles_per_Gallon\": 34.0, \"Cylinders\": 4, \"Displacement\": 108.0, \"Horsepower\": 70.0, \"Weight_in_lbs\": 2245, \"Acceleration\": 16.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"honda civic (auto)\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1965, \"Acceleration\": 15.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"datsun 310 gx\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 4, \"Displacement\": 91.0, \"Horsepower\": 67.0, \"Weight_in_lbs\": 1995, \"Acceleration\": 16.2, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"buick century limited\", \"Miles_per_Gallon\": 25.0, \"Cylinders\": 6, \"Displacement\": 181.0, \"Horsepower\": 110.0, \"Weight_in_lbs\": 2945, \"Acceleration\": 16.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"oldsmobile cutlass ciera (diesel)\", \"Miles_per_Gallon\": 38.0, \"Cylinders\": 6, \"Displacement\": 262.0, \"Horsepower\": 85.0, \"Weight_in_lbs\": 3015, \"Acceleration\": 17.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chrysler lebaron medallion\", \"Miles_per_Gallon\": 26.0, \"Cylinders\": 4, \"Displacement\": 156.0, \"Horsepower\": 92.0, \"Weight_in_lbs\": 2585, \"Acceleration\": 14.5, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford granada l\", \"Miles_per_Gallon\": 22.0, \"Cylinders\": 6, \"Displacement\": 232.0, \"Horsepower\": 112.0, \"Weight_in_lbs\": 2835, \"Acceleration\": 14.7, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"toyota celica gt\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 144.0, \"Horsepower\": 96.0, \"Weight_in_lbs\": 2665, \"Acceleration\": 13.9, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Japan\"}, {\"Name\": \"dodge charger 2.2\", \"Miles_per_Gallon\": 36.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2370, \"Acceleration\": 13.0, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevrolet camaro\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 151.0, \"Horsepower\": 90.0, \"Weight_in_lbs\": 2950, \"Acceleration\": 17.3, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford mustang gl\", \"Miles_per_Gallon\": 27.0, \"Cylinders\": 4, \"Displacement\": 140.0, \"Horsepower\": 86.0, \"Weight_in_lbs\": 2790, \"Acceleration\": 15.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"vw pickup\", \"Miles_per_Gallon\": 44.0, \"Cylinders\": 4, \"Displacement\": 97.0, \"Horsepower\": 52.0, \"Weight_in_lbs\": 2130, \"Acceleration\": 24.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"Europe\"}, {\"Name\": \"dodge rampage\", \"Miles_per_Gallon\": 32.0, \"Cylinders\": 4, \"Displacement\": 135.0, \"Horsepower\": 84.0, \"Weight_in_lbs\": 2295, \"Acceleration\": 11.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"ford ranger\", \"Miles_per_Gallon\": 28.0, \"Cylinders\": 4, \"Displacement\": 120.0, \"Horsepower\": 79.0, \"Weight_in_lbs\": 2625, \"Acceleration\": 18.6, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}, {\"Name\": \"chevy s-10\", \"Miles_per_Gallon\": 31.0, \"Cylinders\": 4, \"Displacement\": 119.0, \"Horsepower\": 82.0, \"Weight_in_lbs\": 2720, \"Acceleration\": 19.4, \"Year\": \"1982-01-01T00:00:00\", \"Origin\": \"USA\"}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.VConcatChart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 18
+ }
+ ],
+ "source": [
+ "brush = alt.selection_interval(encodings=['x','y'])\n",
+ "\n",
+ "points = alt.Chart(cars).mark_point().encode(\n",
+ " x=alt.X('Horsepower:Q', title='Horsepower'),\n",
+ " y=alt.Y('Miles_per_Gallon:Q', title='Miles per Gallon'),\n",
+ " color=alt.condition(brush, 'Origin:N', alt.value('lightgray')),\n",
+ " tooltip=['Name:N','Horsepower:Q','Miles_per_Gallon:Q','Origin:N']\n",
+ ").add_params(brush).properties(width=520, height=400)\n",
+ "\n",
+ "hist = alt.Chart(cars).mark_bar().transform_filter(brush).encode(\n",
+ " y=alt.Y('Origin:N', title='Origin'),\n",
+ " x=alt.X('count()', title='Count'),\n",
+ ").properties(width=520, height=130)\n",
+ "\n",
+ "(points & hist)\n"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "f2be0ab8-7e7b-4917-8891-c214d3a89d51",
+ "metadata": {
+ "id": "f2be0ab8-7e7b-4917-8891-c214d3a89d51"
+ },
+ "source": [
+ "Ce graphique interactif permet de visualiser dans un histogramme le nombre de voitures de chaque origine sélectionnée dans le graphique."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "72dc9be6-40d7-4124-9be7-7622b11e9a93",
+ "metadata": {
+ "id": "72dc9be6-40d7-4124-9be7-7622b11e9a93"
+ },
+ "source": [
+ "\n",
+ "# Exercice IV : IMDB\n",
+ "\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "aa47711a-8cee-4fa2-95b1-37f17c60c14c",
+ "metadata": {
+ "id": "aa47711a-8cee-4fa2-95b1-37f17c60c14c"
+ },
+ "outputs": [],
+ "source": [
+ "from vega_datasets import data\n",
+ "movies = data.movies()\n",
+ "from sklearn.preprocessing import StandardScaler, MinMaxScaler\n",
+ "import numpy as np\n",
+ "\n",
+ "movies_clean = movies.copy()\n",
+ "numeric_cols = ['US_Gross', 'Worldwide_Gross', 'US_DVD_Sales', 'Production_Budget',\n",
+ " 'Running_Time_min', 'Rotten_Tomatoes_Rating', 'IMDB_Rating', 'IMDB_Votes']\n",
+ "for col in numeric_cols:\n",
+ " if movies_clean[col].isnull().sum() > 0:\n",
+ " movies_clean[col] = movies_clean[col].fillna(movies_clean[col].median())\n",
+ "\n",
+ "categorical_cols = ['MPAA_Rating', 'Source', 'Major_Genre', 'Creative_Type', 'Director']\n",
+ "for col in categorical_cols:\n",
+ " if movies_clean[col].isnull().sum() > 0:\n",
+ " movies_clean[col] = movies_clean[col].fillna('Unknown')\n",
+ "\n",
+ "movies_clean['Release_Date'] = pd.to_datetime(movies_clean['Release_Date'])\n",
+ "movies_clean = movies_clean[movies_clean.Release_Date.dt.year <= 2010]\n",
+ "\n",
+ "np.random.seed(42)\n",
+ "cols_to_dummy = ['US_Gross', 'Worldwide_Gross', 'US_DVD_Sales', 'Production_Budget',\n",
+ " 'Running_Time_min', 'IMDB_Rating', 'IMDB_Votes']\n",
+ "for col in cols_to_dummy:\n",
+ " nan_mask = movies_clean[col].isnull()\n",
+ " if nan_mask.sum() > 0:\n",
+ " mean = movies_clean[col].mean()\n",
+ " std = movies_clean[col].std()\n",
+ " dummy_values = np.random.normal(loc=mean, scale=std, size=nan_mask.sum())\n",
+ " if col in ['US_Gross', 'Worldwide_Gross', 'US_DVD_Sales', 'Production_Budget']:\n",
+ " dummy_values = np.clip(dummy_values, a_min=0, a_max=None)\n",
+ " movies_clean.loc[nan_mask, col] = dummy_values\n",
+ "\n",
+ "categorical_to_encode = ['MPAA_Rating', 'Major_Genre', 'Creative_Type']\n",
+ "movies_encoded = pd.get_dummies(movies_clean, columns=categorical_to_encode, drop_first=True)\n",
+ "\n",
+ "movies_clean['Year'] = movies_clean['Release_Date'].dt.year\n",
+ "\n",
+ "\n",
+ "movies = movies_clean"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "dfc6359d-3359-4b9f-b47d-7e6f1a5096b9",
+ "metadata": {
+ "id": "dfc6359d-3359-4b9f-b47d-7e6f1a5096b9",
+ "outputId": "6c76bb59-e488-4ffb-8516-e43063491578",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 323
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-b76cc67c5c974e2a8901c84a75f5de4e.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-b76cc67c5c974e2a8901c84a75f5de4e.vega-embed details,\n",
+ " #altair-viz-b76cc67c5c974e2a8901c84a75f5de4e.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-b76cc67c5c974e2a8901c84a75f5de4e\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-b76cc67c5c974e2a8901c84a75f5de4e\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-b76cc67c5c974e2a8901c84a75f5de4e\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-dc999e00c2244c65ba977e62ccf517e3\"}, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"aggregate\": \"count\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Major_Genre\", \"sort\": \"-x\", \"type\": \"nominal\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-dc999e00c2244c65ba977e62ccf517e3\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 20
+ }
+ ],
+ "source": [
+ "cars1 = cars.iloc[:1]\n",
+ "alt.Chart(movies).mark_bar().encode(\n",
+ " y=alt.X('Major_Genre', sort=\"-x\"),\n",
+ " x='count()'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "6df99e2a-204f-4117-993c-f8220ee2b862",
+ "metadata": {
+ "id": "6df99e2a-204f-4117-993c-f8220ee2b862"
+ },
+ "source": [
+ "Cet histogramme montre le nombre de films par genre principal dans le dataset. Le drame et la comédie sont les plus présents, devant les films d'action."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "e291fc07-0cfc-4622-adea-07196d1e112b",
+ "metadata": {
+ "id": "e291fc07-0cfc-4622-adea-07196d1e112b",
+ "outputId": "3f7271e8-817c-4959-ae98-94886ff3f21d",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 453
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a.vega-embed details,\n",
+ " #altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-6f70da0ff1f34ca99e1ef8b2eee8017a\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-dc999e00c2244c65ba977e62ccf517e3\"}, \"mark\": {\"type\": \"boxplot\"}, \"encoding\": {\"x\": {\"field\": \"Major_Genre\", \"sort\": \"-x\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Worldwide_Gross\", \"scale\": {\"type\": \"sqrt\"}, \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-dc999e00c2244c65ba977e62ccf517e3\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 21
+ }
+ ],
+ "source": [
+ "cars1 = cars.iloc[:1]\n",
+ "alt.Chart(movies).mark_boxplot().encode(\n",
+ " x=alt.X('Major_Genre', sort=\"-x\"),\n",
+ " y=alt.Y('Worldwide_Gross', scale=alt.Scale(type='sqrt'))\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "387c7a35-e0ea-40cc-929a-61db36f91179",
+ "metadata": {
+ "id": "387c7a35-e0ea-40cc-929a-61db36f91179"
+ },
+ "source": [
+ "Ce graphique présente les revenus générés par les films selon leur genre principal. Les films d'action et d'aventure engendrent généralement plus de revenus que les films d'autres genres."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "5ed27f34-c25a-4483-b4d9-6459da0e02bd",
+ "metadata": {
+ "id": "5ed27f34-c25a-4483-b4d9-6459da0e02bd",
+ "outputId": "994b5585-f50a-4332-ec3b-6758060c194b",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 718
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-475bc3b99ca84e51b0a9daaf60e6835f.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-475bc3b99ca84e51b0a9daaf60e6835f.vega-embed details,\n",
+ " #altair-viz-475bc3b99ca84e51b0a9daaf60e6835f.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-475bc3b99ca84e51b0a9daaf60e6835f\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-475bc3b99ca84e51b0a9daaf60e6835f\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-475bc3b99ca84e51b0a9daaf60e6835f\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"data\": {\"name\": \"data-59a25a22ff8fdd220ebab49ee5ab2190\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"key\", \"type\": \"nominal\"}, \"x\": {\"field\": \"years\", \"scale\": {\"domain\": [1928.0, 2010.0]}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}, \"transform\": [{\"fold\": [\"budget\", \"max_budg\"]}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-59a25a22ff8fdd220ebab49ee5ab2190\": [{\"years\": 1928, \"budget\": 379000.0, \"max_budg\": 379000.0}, {\"years\": 1929, \"budget\": 4000000.0, \"max_budg\": 4000000.0}, {\"years\": 1930, \"budget\": 558000.0, \"max_budg\": 558000.0}, {\"years\": 1933, \"budget\": 325000.0, \"max_budg\": 325000.0}, {\"years\": 1937, \"budget\": 1822000.0, \"max_budg\": 2000000.0}, {\"years\": 1938, \"budget\": 1500000.0, \"max_budg\": 1500000.0}, {\"years\": 1939, \"budget\": 1644000.0, \"max_budg\": 2000000.0}, {\"years\": 1941, \"budget\": 950000.0, \"max_budg\": 950000.0}, {\"years\": 1943, \"budget\": 2361000.0, \"max_budg\": 2361000.0}, {\"years\": 1944, \"budget\": 1636666.6666666667, \"max_budg\": 2160000.0}, {\"years\": 1945, \"budget\": 2590000.0, \"max_budg\": 3180000.0}, {\"years\": 1946, \"budget\": 2000000.0, \"max_budg\": 2000000.0}, {\"years\": 1947, \"budget\": 3350000.0, \"max_budg\": 3700000.0}, {\"years\": 1948, \"budget\": 1300000.0, \"max_budg\": 1600000.0}, {\"years\": 1950, \"budget\": 3334392.5, \"max_budg\": 3768785.0}, {\"years\": 1951, \"budget\": 2880000.0, \"max_budg\": 8250000.0}, {\"years\": 1952, \"budget\": 3270000.0, \"max_budg\": 4000000.0}, {\"years\": 1953, \"budget\": 2538285.714285714, \"max_budg\": 5000000.0}, {\"years\": 1954, \"budget\": 2955000.0, \"max_budg\": 5000000.0}, {\"years\": 1955, \"budget\": 3340000.0, \"max_budg\": 6000000.0}, {\"years\": 1956, \"budget\": 5240000.0, \"max_budg\": 13500000.0}, {\"years\": 1957, \"budget\": 1670000.0, \"max_budg\": 3000000.0}, {\"years\": 1958, \"budget\": 3250000.0, \"max_budg\": 3500000.0}, {\"years\": 1959, \"budget\": 5776769.6, \"max_budg\": 15000000.0}, {\"years\": 1960, \"budget\": 6980000.0, \"max_budg\": 12000000.0}, {\"years\": 1961, \"budget\": 4000000.0, \"max_budg\": 6000000.0}, {\"years\": 1962, \"budget\": 8376222.222222222, \"max_budg\": 19000000.0}, {\"years\": 1963, \"budget\": 8983333.333333334, \"max_budg\": 36000000.0}, {\"years\": 1964, \"budget\": 7926666.666666667, \"max_budg\": 19000000.0}, {\"years\": 1965, \"budget\": 9633333.333333334, \"max_budg\": 20000000.0}, {\"years\": 1966, \"budget\": 5780000.0, \"max_budg\": 15000000.0}, {\"years\": 1967, \"budget\": 3850714.285714286, \"max_budg\": 12000000.0}, {\"years\": 1968, \"budget\": 7551750.0, \"max_budg\": 20000000.0}, {\"years\": 1969, \"budget\": 14411764.705882354, \"max_budg\": 50000000.0}, {\"years\": 1970, \"budget\": 12524105.111111112, \"max_budg\": 25000000.0}, {\"years\": 1971, \"budget\": 3607142.8571428573, \"max_budg\": 9000000.0}, {\"years\": 1972, \"budget\": 4264000.0, \"max_budg\": 15700000.0}, {\"years\": 1973, \"budget\": 5319297.166666667, \"max_budg\": 12000000.0}, {\"years\": 1974, \"budget\": 5664000.0, \"max_budg\": 14000000.0}, {\"years\": 1975, \"budget\": 3687500.0, \"max_budg\": 12000000.0}, {\"years\": 1976, \"budget\": 4260000.0, \"max_budg\": 23000000.0}, {\"years\": 1977, \"budget\": 11975000.0, \"max_budg\": 26000000.0}, {\"years\": 1978, \"budget\": 15532500.0, \"max_budg\": 55000000.0}, {\"years\": 1979, \"budget\": 15845000.0, \"max_budg\": 35000000.0}, {\"years\": 1980, \"budget\": 14061363.636363637, \"max_budg\": 44000000.0}, {\"years\": 1981, \"budget\": 12579310.344827587, \"max_budg\": 50000000.0}, {\"years\": 1982, \"budget\": 11940740.74074074, \"max_budg\": 46000000.0}, {\"years\": 1983, \"budget\": 15046421.05263158, \"max_budg\": 39000000.0}, {\"years\": 1984, \"budget\": 14969565.217391305, \"max_budg\": 48000000.0}, {\"years\": 1985, \"budget\": 14700000.0, \"max_budg\": 44000000.0}, {\"years\": 1986, \"budget\": 14004629.629629629, \"max_budg\": 40000000.0}, {\"years\": 1987, \"budget\": 15107407.407407407, \"max_budg\": 40000000.0}, {\"years\": 1988, \"budget\": 14896551.72413793, \"max_budg\": 70000000.0}, {\"years\": 1989, \"budget\": 18718620.689655174, \"max_budg\": 70000000.0}, {\"years\": 1990, \"budget\": 24186451.612903226, \"max_budg\": 70000000.0}, {\"years\": 1991, \"budget\": 25484100.0, \"max_budg\": 100000000.0}, {\"years\": 1992, \"budget\": 27500000.0, \"max_budg\": 80000000.0}, {\"years\": 1993, \"budget\": 22921810.81081081, \"max_budg\": 85000000.0}, {\"years\": 1994, \"budget\": 30510134.615384616, \"max_budg\": 100000000.0}, {\"years\": 1995, \"budget\": 34883904.10958904, \"max_budg\": 175000000.0}, {\"years\": 1996, \"budget\": 32182258.686868686, \"max_budg\": 100000000.0}, {\"years\": 1997, \"budget\": 42053474.22680412, \"max_budg\": 200000000.0}, {\"years\": 1998, \"budget\": 31086569.444444444, \"max_budg\": 140000000.0}, {\"years\": 1999, \"budget\": 29998954.545454547, \"max_budg\": 175000000.0}, {\"years\": 2000, \"budget\": 32070191.723404255, \"max_budg\": 127500000.0}, {\"years\": 2001, \"budget\": 33557416.0, \"max_budg\": 151500000.0}, {\"years\": 2002, \"budget\": 31495060.668269232, \"max_budg\": 142000000.0}, {\"years\": 2003, \"budget\": 33524098.360655736, \"max_budg\": 170000000.0}, {\"years\": 2004, \"budget\": 37172370.796875, \"max_budg\": 200000000.0}, {\"years\": 2005, \"budget\": 34522886.190476194, \"max_budg\": 207000000.0}, {\"years\": 2006, \"budget\": 30462813.636363637, \"max_budg\": 232000000.0}, {\"years\": 2007, \"budget\": 38581030.487804875, \"max_budg\": 300000000.0}, {\"years\": 2008, \"budget\": 39808187.5, \"max_budg\": 230000000.0}, {\"years\": 2009, \"budget\": 49590038.461538464, \"max_budg\": 250000000.0}, {\"years\": 2010, \"budget\": 50102608.69565217, \"max_budg\": 210000000.0}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-4e3257c7818e4811bb7645be044a534a.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-4e3257c7818e4811bb7645be044a534a.vega-embed details,\n",
+ " #altair-viz-4e3257c7818e4811bb7645be044a534a.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-4e3257c7818e4811bb7645be044a534a\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-4e3257c7818e4811bb7645be044a534a\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-4e3257c7818e4811bb7645be044a534a\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"color\": \"red\", \"opacity\": 0.1}}, \"data\": {\"name\": \"data-dc999e00c2244c65ba977e62ccf517e3\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"x\": {\"field\": \"Year\", \"scale\": {\"domain\": [1928.0, 2010.0]}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"Production_Budget\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-dc999e00c2244c65ba977e62ccf517e3\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 22
+ }
+ ],
+ "source": [
+ "#print(movies['Production_Budget'])\n",
+ "#print(movies.groupby(['Year'])['Production_Budget'].mean())\n",
+ "dico = {\n",
+ " 'years': np.sort(movies[\"Year\"].unique()),\n",
+ " 'budget': movies.groupby(['Year'])['Production_Budget'].mean(),\n",
+ " 'max_budg': movies.groupby(['Year'])['Production_Budget'].max(),\n",
+ "}\n",
+ "\n",
+ "a = alt.Chart(pd.DataFrame(dico)).transform_fold(\n",
+ " ['budget','max_budg']\n",
+ ").mark_point().encode(\n",
+ " x=alt.X('years',scale=alt.Scale(domain=[min(dico[\"years\"]), max(dico[\"years\"])])),\n",
+ " y='value:Q',\n",
+ " color='key:N',\n",
+ ")\n",
+ "a.show()\n",
+ "\n",
+ "alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Year',scale=alt.Scale(domain=[min(dico[\"years\"]), max(dico[\"years\"])])),\n",
+ " y='Production_Budget'\n",
+ ").configure_mark(\n",
+ " opacity=0.1,\n",
+ " color='red'\n",
+ ")"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "Ces 2 graphiques montrent l'évolution des budgets des films au cours des années. On constate au passage une forte augmentation du nombre de films produits. Le budget moyen a plus que doublé depuis 1980, et le record du plus haut budget n'a cessé d'être brisé."
+ ],
+ "metadata": {
+ "id": "9V2xx5Fa9RDD"
+ },
+ "id": "9V2xx5Fa9RDD"
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "ac750d09-7f36-4cb3-a3f8-5827dcab278d",
+ "metadata": {
+ "id": "ac750d09-7f36-4cb3-a3f8-5827dcab278d",
+ "outputId": "ee1bfc4e-7ed6-427d-97ba-08187ab7b066",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 718
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-40446b7092e5412d8686f8234d74ba26.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-40446b7092e5412d8686f8234d74ba26.vega-embed details,\n",
+ " #altair-viz-40446b7092e5412d8686f8234d74ba26.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-40446b7092e5412d8686f8234d74ba26\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-40446b7092e5412d8686f8234d74ba26\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-40446b7092e5412d8686f8234d74ba26\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"opacity\": 0.6}}, \"data\": {\"name\": \"data-dc999e00c2244c65ba977e62ccf517e3\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Major_Genre\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Year\", \"scale\": {\"domain\": [1928.0, 2010.0]}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"Rotten_Tomatoes_Rating\", \"type\": \"quantitative\"}}, \"params\": [{\"name\": \"param_3\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\", \"y\"]}, \"bind\": \"scales\"}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-dc999e00c2244c65ba977e62ccf517e3\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-c2b98d525d944d09852b2ad0e414b7d8.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-c2b98d525d944d09852b2ad0e414b7d8.vega-embed details,\n",
+ " #altair-viz-c2b98d525d944d09852b2ad0e414b7d8.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-c2b98d525d944d09852b2ad0e414b7d8\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-c2b98d525d944d09852b2ad0e414b7d8\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-c2b98d525d944d09852b2ad0e414b7d8\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"opacity\": 0.6}}, \"data\": {\"name\": \"data-dc999e00c2244c65ba977e62ccf517e3\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Major_Genre\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Year\", \"scale\": {\"domain\": [1928.0, 2010.0]}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"IMDB_Rating\", \"type\": \"quantitative\"}}, \"params\": [{\"name\": \"param_4\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\", \"y\"]}, \"bind\": \"scales\"}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-dc999e00c2244c65ba977e62ccf517e3\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 23
+ }
+ ],
+ "source": [
+ "\"\"\"alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Year',scale=alt.Scale(domain=[min(dico[\"years\"]), max(dico[\"years\"])])),\n",
+ " y='MPAA_Rating',\n",
+ " color='Major_Genre'\n",
+ ").configure_mark(\n",
+ " opacity=0.6,\n",
+ ")\"\"\"\n",
+ "\n",
+ "alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Year',scale=alt.Scale(domain=[min(dico[\"years\"]), max(dico[\"years\"])])),\n",
+ " y='Rotten_Tomatoes_Rating',\n",
+ " color='Major_Genre'\n",
+ ").configure_mark(\n",
+ " opacity=0.6,\n",
+ ").interactive().show()\n",
+ "\n",
+ "alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Year',scale=alt.Scale(domain=[min(dico[\"years\"]), max(dico[\"years\"])])),\n",
+ " y='IMDB_Rating',\n",
+ " color='Major_Genre'\n",
+ ").configure_mark(\n",
+ " opacity=0.6,\n",
+ ").interactive()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "Ces graphiques affichent les notes des films sur les sites IMDB et Rotten Tomatoes, en fonction de leur année de sortie, ainsi que leur genre principal. La quantité massive de données ne permet pas d'identifier de genre au score plus élevé que les autres."
+ ],
+ "metadata": {
+ "id": "gNpFr13wekkn"
+ },
+ "id": "gNpFr13wekkn"
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "9170640b-6e8d-4454-85a8-fefd48a64b57",
+ "metadata": {
+ "id": "9170640b-6e8d-4454-85a8-fefd48a64b57",
+ "outputId": "3409c1d1-c0a4-4935-9351-fb2f47d5dc77",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 482
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-9033bc0509ba4f908cbf59ec987d63ab.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-9033bc0509ba4f908cbf59ec987d63ab.vega-embed details,\n",
+ " #altair-viz-9033bc0509ba4f908cbf59ec987d63ab.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-9033bc0509ba4f908cbf59ec987d63ab\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-9033bc0509ba4f908cbf59ec987d63ab\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-9033bc0509ba4f908cbf59ec987d63ab\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}}, \"hconcat\": [{\"data\": {\"name\": \"data-3960b0730ac3a174a9a504874c47a85c\"}, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"field\": \"Profit\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Director\", \"sort\": \"-x\", \"type\": \"nominal\"}}, \"height\": 400, \"title\": \"Top 10 Producers by Average Profit\", \"width\": 600}, {\"data\": {\"name\": \"data-063d8452c2121b52130869379097a15b\"}, \"mark\": {\"type\": \"bar\"}, \"encoding\": {\"x\": {\"field\": \"Movie_Count\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Director\", \"sort\": \"-x\", \"type\": \"nominal\"}}, \"height\": 400, \"title\": \"Top 10 Most Active Producers\", \"width\": 600}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-3960b0730ac3a174a9a504874c47a85c\": [{\"Director\": \"David Yates\", \"Profit\": 737984384.5}, {\"Director\": \"James Cameron\", \"Profit\": 725438030.8571428}, {\"Director\": \"Carlos Saldanha\", \"Profit\": 686792611.5}, {\"Director\": \"David Slade\", \"Profit\": 620155447.0}, {\"Director\": \"George Lucas\", \"Profit\": 602221157.8}, {\"Director\": \"Andrew Stanton\", \"Profit\": 563318695.0}, {\"Director\": \"Pete Docter\", \"Profit\": 556304609.0}, {\"Director\": \"Richard Marquand\", \"Profit\": 540200000.0}, {\"Director\": \"Andrew Adamson\", \"Profit\": 511883804.75}, {\"Director\": \"Peter Jackson\", \"Profit\": 500232656.0}], \"data-063d8452c2121b52130869379097a15b\": [{\"Director\": \"Steven Spielberg\", \"Movie_Count\": 22}, {\"Director\": \"Woody Allen\", \"Movie_Count\": 16}, {\"Director\": \"Spike Lee\", \"Movie_Count\": 15}, {\"Director\": \"Martin Scorsese\", \"Movie_Count\": 15}, {\"Director\": \"Ridley Scott\", \"Movie_Count\": 14}, {\"Director\": \"Brian De Palma\", \"Movie_Count\": 13}, {\"Director\": \"Francis Ford Coppola\", \"Movie_Count\": 13}, {\"Director\": \"Robert Zemeckis\", \"Movie_Count\": 12}, {\"Director\": \"Steven Soderbergh\", \"Movie_Count\": 12}, {\"Director\": \"Richard Donner\", \"Movie_Count\": 12}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.HConcatChart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 24
+ }
+ ],
+ "source": [
+ "producer_counts = movies_clean['Director'].value_counts().reset_index()\n",
+ "producer_counts.columns = ['Director', 'Movie_Count']\n",
+ "producer_counts = producer_counts[producer_counts['Director'] != 'Unknown'].head(10)\n",
+ "activity = alt.Chart(producer_counts).mark_bar().encode(\n",
+ " x='Movie_Count:Q',\n",
+ " y=alt.Y('Director:N', sort='-x')\n",
+ ").properties(title='Top 10 Most Active Producers', width=600, height=400)\n",
+ "movies_clean['Profit'] = movies_clean['Worldwide_Gross'] - movies_clean['Production_Budget']\n",
+ "producer_profit = movies_clean.groupby('Director')['Profit'].mean().reset_index()\n",
+ "producer_profit = producer_profit[producer_profit['Director'] != 'Unknown'].sort_values(by='Profit', ascending=False).head(10)\n",
+ "profit = alt.Chart(producer_profit).mark_bar().encode(\n",
+ " x='Profit:Q',\n",
+ " y=alt.Y('Director:N', sort='-x')\n",
+ ").properties(title='Top 10 Producers by Average Profit', width=600, height=400)\n",
+ "\n",
+ "( profit | activity )"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "source": [
+ "David Yates est le directeur des harry potter depuis le 5ème, ce qui explique sa place de numéro 1 en profit.\n",
+ "\n",
+ "On remarque que les directeurs les plus actifs ne font très logiquement pas partie des plus lucratifs par film, malgré leur renommée."
+ ],
+ "metadata": {
+ "id": "UOtKCPk2KU7q"
+ },
+ "id": "UOtKCPk2KU7q"
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "eb116ef8-194a-4939-b143-c19a7b9eec8c",
+ "metadata": {
+ "scrolled": true,
+ "id": "eb116ef8-194a-4939-b143-c19a7b9eec8c",
+ "outputId": "e7a17b6c-18e6-4609-9945-78c7f68bdbe8",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 736
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-5b8bad8a00f54064a8162e1fed071e3c.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-5b8bad8a00f54064a8162e1fed071e3c.vega-embed details,\n",
+ " #altair-viz-5b8bad8a00f54064a8162e1fed071e3c.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-5b8bad8a00f54064a8162e1fed071e3c\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-5b8bad8a00f54064a8162e1fed071e3c\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-5b8bad8a00f54064a8162e1fed071e3c\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"opacity\": 0.6}}, \"data\": {\"name\": \"data-bcbee19b5f0fdd2dbb6a4678f1257770\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Major_Genre\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Running_Time_min\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"IMDB_Rating\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-bcbee19b5f0fdd2dbb6a4678f1257770\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998, \"Profit\": -7853917.0}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998, \"Profit\": -289124.0}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998, \"Profit\": -46866.0}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 73615.0}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998, \"Profit\": 87521.0}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 1024551.0}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999, \"Profit\": 38705.0}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999, \"Profit\": 4426908.0}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986, \"Profit\": -33658175.0}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963, \"Profit\": 36600000.0}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968, \"Profit\": 27402877.0}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962, \"Profit\": 11129846.0}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970, \"Profit\": 4548291.0}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987, \"Profit\": 5128617.0}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970, \"Profit\": -17000000.0}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956, \"Profit\": 66500000.0}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957, \"Profit\": -340000.0}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995, \"Profit\": 139841459.0}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972, \"Profit\": -4000000.0}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979, \"Profit\": 62875000.0}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007, \"Profit\": -1881565.0}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968, \"Profit\": 58200000.0}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954, \"Profit\": 23200000.0}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998, \"Profit\": -1927456.0}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999, \"Profit\": 527228.0}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 2139590.0}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987, \"Profit\": 152780960.0}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994, \"Profit\": -8255040.0}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005, \"Profit\": -1327431.0}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995, \"Profit\": 301000.0}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981, \"Profit\": 35988161.0}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994, \"Profit\": 238395809.0}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006, \"Profit\": -265311.0}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962, \"Profit\": -7000000.0}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986, \"Profit\": -11265156.0}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008, \"Profit\": 19499811.0}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989, \"Profit\": -15756875.0}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988, \"Profit\": 13257000.0}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994, \"Profit\": 95217396.0}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995, \"Profit\": 182400000.0}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986, \"Profit\": 7947763.0}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999, \"Profit\": -3935641.0}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950, \"Profit\": 4231215.0}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951, \"Profit\": -3000000.0}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995, \"Profit\": -23330724.0}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960, \"Profit\": -4100000.0}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937, \"Profit\": 2000000.0}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993, \"Profit\": 4299670.0}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003, \"Profit\": -13725701.0}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973, \"Profit\": 139223000.0}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986, \"Profit\": 3650000.0}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995, \"Profit\": 45822813.0}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977, \"Profit\": 34251425.0}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000, \"Profit\": -2490402.0}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993, \"Profit\": 17603594.0}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959, \"Profit\": 21600000.0}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979, \"Profit\": 47300000.0}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990, \"Profit\": 22208180.0}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007, \"Profit\": -1600000.0}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007, \"Profit\": -576384.0}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971, \"Profit\": 15050000.0}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007, \"Profit\": -980842.0}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956, \"Profit\": 36000000.0}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968, \"Profit\": -9000000.0}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974, \"Profit\": 9000000.0}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987, \"Profit\": -3200000.0}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995, \"Profit\": 216100000.0}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 227472.0}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994, \"Profit\": -33418425.0}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993, \"Profit\": -30503417.0}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006, \"Profit\": 4671300.0}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985, \"Profit\": 362109762.0}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989, \"Profit\": 292000000.0}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990, \"Profit\": 203700000.0}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969, \"Profit\": 96308900.0}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995, \"Profit\": 118247413.0}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984, \"Profit\": -1198060.0}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953, \"Profit\": 4790000.0}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991, \"Profit\": -5226510.0}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982, \"Profit\": 5751126.0}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959, \"Profit\": 58000000.0}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974, \"Profit\": 31059560.0}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995, \"Profit\": 2774005.0}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991, \"Profit\": 383476931.0}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983, \"Profit\": -396000.0}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005, \"Profit\": -2995345.0}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972, \"Profit\": 7000000.0}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -50000.0}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996, \"Profit\": -27642594.0}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984, \"Profit\": 301300000.0}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987, \"Profit\": 256665036.0}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994, \"Profit\": 69180938.0}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979, \"Profit\": 15841901.0}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008, \"Profit\": -11563237.0}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988, \"Profit\": 133668774.0}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991, \"Profit\": 49690094.0}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -339135.0}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990, \"Profit\": -9000000.0}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988, \"Profit\": -8881923.0}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975, \"Profit\": -313000.0}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004, \"Profit\": -8789806.0}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982, \"Profit\": 5139618.0}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988, \"Profit\": 10306119.0}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980, \"Profit\": 30229890.0}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981, \"Profit\": -4252766.0}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005, \"Profit\": 3089831.0}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928, \"Profit\": 3979000.0}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939, \"Profit\": 7172000.0}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996, \"Profit\": 1800000.0}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996, \"Profit\": -9473.0}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971, \"Profit\": 29168926.5}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991, \"Profit\": 17537675.0}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970, \"Profit\": 1283054.0}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990, \"Profit\": -6817710.0}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006, \"Profit\": -120000.0}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992, \"Profit\": 89052444.0}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957, \"Profit\": 30300000.0}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989, \"Profit\": 56001698.0}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996, \"Profit\": -37949.0}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989, \"Profit\": 15892212.0}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996, \"Profit\": -4592512.0}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993, \"Profit\": -2757377.0}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995, \"Profit\": 153516617.0}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995, \"Profit\": 10401506.0}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992, \"Profit\": 175862692.0}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996, \"Profit\": 83345997.0}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983, \"Profit\": -6078950.0}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995, \"Profit\": 137000000.0}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006, \"Profit\": 41833602.0}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985, \"Profit\": -5070865.0}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974, \"Profit\": 116900000.0}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000, \"Profit\": -690958.0}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943, \"Profit\": 1139000.0}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989, \"Profit\": 29916091.0}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977, \"Profit\": 24800000.0}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988, \"Profit\": 58326666.0}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992, \"Profit\": 186822354.0}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995, \"Profit\": 236529144.0}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -1377800.0}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989, \"Profit\": 376348924.0}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992, \"Profit\": 7231669.0}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008, \"Profit\": 227470856.0}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970, \"Profit\": 8000000.0}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999, \"Profit\": -514657.0}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977, \"Profit\": 7000000.0}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002, \"Profit\": -25318.0}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980, \"Profit\": 33846344.0}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991, \"Profit\": 147291969.0}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994, \"Profit\": 145500000.0}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976, \"Profit\": 24078153.0}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967, \"Profit\": 29744718.0}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004, \"Profit\": -1120698.0}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984, \"Profit\": -22071279.0}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002, \"Profit\": -600000.0}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977, \"Profit\": 317700000.0}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996, \"Profit\": 55825796.0}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005, \"Profit\": 549000.0}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988, \"Profit\": 35196684.0}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990, \"Profit\": 21166572.0}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996, \"Profit\": 5209334.0}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002, \"Profit\": -135334.0}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981, \"Profit\": 51659946.0}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983, \"Profit\": 16044144.0}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958, \"Profit\": 14570324.0}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984, \"Profit\": 3450000.0}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994, \"Profit\": -975830.0}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998, \"Profit\": 347780.0}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963, \"Profit\": 26000000.0}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993, \"Profit\": 190000000.0}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005, \"Profit\": -495866.0}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994, \"Profit\": 72615211.0}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002, \"Profit\": -127908.0}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995, \"Profit\": 42898476.0}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985, \"Profit\": 78589701.0}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994, \"Profit\": 3046428.0}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998, \"Profit\": 14106158.0}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981, \"Profit\": 15000000.0}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998, \"Profit\": -1555646.0}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985, \"Profit\": 25073978.0}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986, \"Profit\": 42293000.0}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950, \"Profit\": 82100000.0}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995, \"Profit\": 102022333.0}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982, \"Profit\": 18264085.0}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984, \"Profit\": 8400000.0}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982, \"Profit\": 3715361.0}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986, \"Profit\": -13046268.0}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -192967.0}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999, \"Profit\": 745402.0}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977, \"Profit\": 29653000.0}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009, \"Profit\": 8000000.0}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993, \"Profit\": 141056263.0}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971, \"Profit\": 8000000.0}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001, \"Profit\": 84596.0}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986, \"Profit\": 323000000.0}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001, \"Profit\": 663780.0}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998, \"Profit\": -3786587.0}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982, \"Profit\": 12036244.0}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987, \"Profit\": 10500000.0}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992, \"Profit\": 58546695.0}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995, \"Profit\": 104387195.0}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977, \"Profit\": -13000000.0}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -820000.0}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006, \"Profit\": 2500000.0}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941, \"Profit\": 9512500.0}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995, \"Profit\": 58400000.0}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995, \"Profit\": 227300000.0}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979, \"Profit\": -18000000.0}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970, \"Profit\": 6911670.0}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996, \"Profit\": -19721945.0}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995, \"Profit\": -81982678.0}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998, \"Profit\": -9755535.0}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996, \"Profit\": 54833145.0}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969, \"Profit\": 321508.0}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974, \"Profit\": 2820000.0}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006, \"Profit\": 64644.0}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995, \"Profit\": 12051917.0}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990, \"Profit\": -2627439.0}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982, \"Profit\": 72970337.0}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995, \"Profit\": 18532388.0}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994, \"Profit\": 230400000.0}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971, \"Profit\": 108800000.0}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993, \"Profit\": -5420932.0}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005, \"Profit\": -399577.0}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997, \"Profit\": 63200000.0}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996, \"Profit\": 78908290.0}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990, \"Profit\": 115738726.0}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004, \"Profit\": -4915267.0}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979, \"Profit\": 53500000.0}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991, \"Profit\": 161502246.0}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992, \"Profit\": 94022650.0}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985, \"Profit\": -1089096.0}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989, \"Profit\": 223100000.0}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003, \"Profit\": 2500000.0}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972, \"Profit\": 44975000.0}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983, \"Profit\": 10766000.0}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990, \"Profit\": 169814025.0}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995, \"Profit\": 274480746.0}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996, \"Profit\": 47364680.0}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988, \"Profit\": 111109346.0}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982, \"Profit\": 7592907.0}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005, \"Profit\": -1470681.0}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995, \"Profit\": -2967365.0}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995, \"Profit\": 9089146.0}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977, \"Profit\": 14168926.5}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995, \"Profit\": 72088295.0}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990, \"Profit\": 405200000.0}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988, \"Profit\": 20700000.0}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962, \"Profit\": 3914000.0}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991, \"Profit\": -8650382.0}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991, \"Profit\": 13090445.0}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991, \"Profit\": -5832781.0}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985, \"Profit\": 30504262.0}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990, \"Profit\": 97670733.0}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003, \"Profit\": -1015212.0}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979, \"Profit\": -156000.0}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975, \"Profit\": 30868926.5}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -7200000.0}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998, \"Profit\": -2633444.0}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978, \"Profit\": 35000000.0}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981, \"Profit\": -12000000.0}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989, \"Profit\": 99093296.0}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980, \"Profit\": 25399000.0}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989, \"Profit\": 20004026.0}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984, \"Profit\": -17552529.0}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 11252287.0}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003, \"Profit\": -1141064.0}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997, \"Profit\": -457091.0}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965, \"Profit\": 100721000.0}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983, \"Profit\": 29025000.0}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987, \"Profit\": 2423044.0}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993, \"Profit\": 10502976.0}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992, \"Profit\": -1799327.0}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990, \"Profit\": 33976987.0}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994, \"Profit\": -12171534.0}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953, \"Profit\": 10000000.0}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996, \"Profit\": 14600000.0}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980, \"Profit\": 21010864.0}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996, \"Profit\": 31931658.0}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980, \"Profit\": 511171960.0}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981, \"Profit\": 19244700.0}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996, \"Profit\": -24573139.0}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970, \"Profit\": 9800000.0}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996, \"Profit\": 134400000.0}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976, \"Profit\": 6900000.0}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972, \"Profit\": 16016290.0}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982, \"Profit\": 782410554.0}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993, \"Profit\": -11847883.0}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977, \"Profit\": 11011000.0}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994, \"Profit\": 3546118.0}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978, \"Profit\": 2100000.0}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956, \"Profit\": 6000000.0}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987, \"Profit\": 306100000.0}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976, \"Profit\": 10200000.0}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004, \"Profit\": -368575.0}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006, \"Profit\": -1500000.0}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971, \"Profit\": 38958757.0}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996, \"Profit\": 5728961.0}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980, \"Profit\": 59204601.0}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982, \"Profit\": 34440067.0}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984, \"Profit\": 30380880.0}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985, \"Profit\": 19730418.0}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986, \"Profit\": 16472057.0}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988, \"Profit\": 16370001.0}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989, \"Profit\": 9343976.0}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993, \"Profit\": 12935068.0}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967, \"Profit\": 3700000.0}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967, \"Profit\": 3300000.0}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964, \"Profit\": -14250000.0}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981, \"Profit\": 20472776.0}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996, \"Profit\": -10895561.0}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995, \"Profit\": -38502503.0}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992, \"Profit\": 203500000.0}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993, \"Profit\": 324900000.0}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953, \"Profit\": 28850000.0}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -212736.0}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998, \"Profit\": -3697796.0}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978, \"Profit\": 9388920.0}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983, \"Profit\": 194463574.0}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996, \"Profit\": -10107795.0}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980, \"Profit\": -7892040.0}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994, \"Profit\": 313500000.0}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991, \"Profit\": -20528560.0}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990, \"Profit\": 35308153.0}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -5818202.0}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005, \"Profit\": 47070.0}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996, \"Profit\": -11087201.0}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -19492772.0}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980, \"Profit\": 20378361.0}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994, \"Profit\": 624400525.0}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993, \"Profit\": 34730578.0}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971, \"Profit\": 71500000.0}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974, \"Profit\": 11000000.0}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982, \"Profit\": 111212904.0}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995, \"Profit\": 24436778.0}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004, \"Profit\": -1908938.0}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982, \"Profit\": 24785720.0}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996, \"Profit\": 44204567.0}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995, \"Profit\": 52361412.0}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964, \"Profit\": 76900000.0}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993, \"Profit\": 228340892.0}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972, \"Profit\": 9100000.0}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984, \"Profit\": 71800000.0}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982, \"Profit\": 22592880.0}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005, \"Profit\": -289486.0}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996, \"Profit\": 151489203.0}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996, \"Profit\": 7853474.0}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981, \"Profit\": 167300000.0}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000, \"Profit\": 179462.0}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -10664.0}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996, \"Profit\": -16435578.0}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981, \"Profit\": 2732587.0}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001, \"Profit\": 2285352.0}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967, \"Profit\": 4900000.0}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981, \"Profit\": 23644000.0}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974, \"Profit\": 44300000.0}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990, \"Profit\": 12520529.0}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990, \"Profit\": 21743809.0}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972, \"Profit\": 261500000.0}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000, \"Profit\": 2352515.0}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963, \"Profit\": 7744471.0}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005, \"Profit\": -412396.0}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990, \"Profit\": 495600000.0}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984, \"Profit\": 261632124.0}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996, \"Profit\": -7119059.0}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995, \"Profit\": 296429941.0}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996, \"Profit\": -8595159.0}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989, \"Profit\": 8593580.0}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999, \"Profit\": -2898227.0}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987, \"Profit\": 110922370.0}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982, \"Profit\": 30767889.0}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946, \"Profit\": 5800000.0}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007, \"Profit\": -27282698.0}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996, \"Profit\": 3291854.0}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986, \"Profit\": 67817937.0}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008, \"Profit\": -171165.0}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964, \"Profit\": 121900000.0}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993, \"Profit\": 56306973.0}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984, \"Profit\": 137168459.0}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999, \"Profit\": -847589.0}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990, \"Profit\": -8523903.0}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965, \"Profit\": -4526667.0}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -6931913.0}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952, \"Profit\": 32000000.0}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979, \"Profit\": -5608058.0}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995, \"Profit\": 84771008.0}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993, \"Profit\": -14268003.0}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -772759.0}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998, \"Profit\": 2746453.0}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991, \"Profit\": -15981475.0}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981, \"Profit\": 10271091.0}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929, \"Profit\": 27168926.5}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981, \"Profit\": -4000000.0}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005, \"Profit\": -996300.0}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968, \"Profit\": 5000000.0}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987, \"Profit\": 13564000.0}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992, \"Profit\": 24787173.0}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995, \"Profit\": -12261426.0}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986, \"Profit\": -3100000.0}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951, \"Profit\": 7270000.0}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981, \"Profit\": 20672000.0}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969, \"Profit\": 9208099.0}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981, \"Profit\": 23033818.0}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982, \"Profit\": 11900000.0}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988, \"Profit\": 12768757.0}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989, \"Profit\": 5642254.0}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995, \"Profit\": 10126948.0}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978, \"Profit\": 69675000.0}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992, \"Profit\": 338994850.0}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990, \"Profit\": 461684675.0}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980, \"Profit\": -310866.0}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000, \"Profit\": -1878193.0}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984, \"Profit\": -2357142.0}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989, \"Profit\": 1161099.0}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010, \"Profit\": 4783658.0}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991, \"Profit\": 230854823.0}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991, \"Profit\": 14438638.0}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993, \"Profit\": 11360491.0}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981, \"Profit\": 16985000.0}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972, \"Profit\": 0.0}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994, \"Profit\": 11068371.0}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996, \"Profit\": 28623460.0}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994, \"Profit\": -25061851.0}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964, \"Profit\": 11739668.0}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008, \"Profit\": 255538.0}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990, \"Profit\": 170500000.0}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966, \"Profit\": 8500000.0}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996, \"Profit\": 13570048.0}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996, \"Profit\": -33679957.0}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961, \"Profit\": 5600000.0}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963, \"Profit\": 7500000.0}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991, \"Profit\": -47781084.0}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980, \"Profit\": -40515669.0}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998, \"Profit\": 1651777.0}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953, \"Profit\": 23142000.0}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966, \"Profit\": 19562222.0}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986, \"Profit\": -13704226.0}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977, \"Profit\": 27663038.0}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002, \"Profit\": -37395.0}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945, \"Profit\": 3420000.0}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984, \"Profit\": 4075390.0}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996, \"Profit\": 742400878.0}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996, \"Profit\": -12317288.0}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006, \"Profit\": -775000.0}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006, \"Profit\": -999116.0}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995, \"Profit\": -9372778.0}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998, \"Profit\": -34402.0}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999, \"Profit\": -9163359.0}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966, \"Profit\": 9500000.0}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997, \"Profit\": 2858661.0}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994, \"Profit\": 864699.0}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986, \"Profit\": -7015337.0}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004, \"Profit\": -2906095.0}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980, \"Profit\": -6283172.0}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002, \"Profit\": -53192010.0}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967, \"Profit\": 22379978.0}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996, \"Profit\": 13617334.0}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995, \"Profit\": -40187130.0}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996, \"Profit\": 69832389.0}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963, \"Profit\": 58567035.0}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994, \"Profit\": 17342956.0}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995, \"Profit\": 28487912.0}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995, \"Profit\": 3555256.0}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995, \"Profit\": -11538372.0}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991, \"Profit\": 165400000.0}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007, \"Profit\": -664695.0}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982, \"Profit\": -1292417.0}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995, \"Profit\": 197758310.0}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996, \"Profit\": -21269076.0}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010, \"Profit\": -1992706.0}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993, \"Profit\": 860067947.0}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990, \"Profit\": -445000.0}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975, \"Profit\": 458700000.0}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978, \"Profit\": 188900376.0}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987, \"Profit\": -7271665.0}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006, \"Profit\": 21825443.0}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989, \"Profit\": 13033681.0}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995, \"Profit\": 18912216.0}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996, \"Profit\": 7223424.0}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990, \"Profit\": 176000000.0}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976, \"Profit\": 67614445.0}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995, \"Profit\": -25057578.0}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -7000000.0}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 18585047.0}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976, \"Profit\": 16500000.0}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -98642.0}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001, \"Profit\": -7980415.0}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985, \"Profit\": 8052713.0}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006, \"Profit\": 22430721.0}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996, \"Profit\": -17646176.0}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987, \"Profit\": 18984000.0}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993, \"Profit\": 52298489.0}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973, \"Profit\": 154800000.0}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006, \"Profit\": 28817561.0}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002, \"Profit\": 286952.0}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998, \"Profit\": -977566.0}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988, \"Profit\": 69672846.0}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962, \"Profit\": 40100000.0}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987, \"Profit\": 151200000.0}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992, \"Profit\": 476050219.0}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994, \"Profit\": 19317886.0}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998, \"Profit\": -1487736.0}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985, \"Profit\": -1600000.0}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991, \"Profit\": -1982029.0}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979, \"Profit\": -33500000.0}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986, \"Profit\": 9851591.0}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986, \"Profit\": -9497888.0}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972, \"Profit\": 3013000.0}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985, \"Profit\": -13396455.0}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988, \"Profit\": -2994861.0}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996, \"Profit\": -31552388.0}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007, \"Profit\": -5974683.0}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002, \"Profit\": -1786564.0}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962, \"Profit\": 7250000.0}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959, \"Profit\": 7400000.0}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993, \"Profit\": 2033920.0}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": -48884073.0}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986, \"Profit\": 166316455.0}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992, \"Profit\": 103500000.0}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994, \"Profit\": 704539505.0}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975, \"Profit\": 17123742.0}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997, \"Profit\": 493216.0}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984, \"Profit\": 4719990.0}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981, \"Profit\": -4600000.0}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992, \"Profit\": 32455275.0}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955, \"Profit\": 8000000.0}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980, \"Profit\": 5198912.0}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983, \"Profit\": -5753859.0}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999, \"Profit\": -3600207.0}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994, \"Profit\": 36502573.0}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992, \"Profit\": 92440066.0}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993, \"Profit\": 14979399.0}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944, \"Profit\": 9750000.0}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010, \"Profit\": 22339566.0}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975, \"Profit\": 18000000.0}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002, \"Profit\": -7293600.0}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992, \"Profit\": -3949139.0}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986, \"Profit\": 8747385.0}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996, \"Profit\": 7961389.0}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004, \"Profit\": -16882.0}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987, \"Profit\": 105192350.0}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992, \"Profit\": 284700000.0}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997, \"Profit\": -3987164.0}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998, \"Profit\": -1405000.0}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988, \"Profit\": 1373585.0}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989, \"Profit\": 114167015.0}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007, \"Profit\": -599567.0}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995, \"Profit\": 45800000.0}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992, \"Profit\": 22100816.0}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983, \"Profit\": 7232628.0}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994, \"Profit\": 35003303.0}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962, \"Profit\": 54995385.0}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993, \"Profit\": 24231527.0}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993, \"Profit\": 14549338.0}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965, \"Profit\": -3785127.0}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969, \"Profit\": -27000000.0}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930, \"Profit\": 342000.0}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992, \"Profit\": 13169910.0}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979, \"Profit\": 9650000.0}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964, \"Profit\": 96300000.0}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996, \"Profit\": -40629885.0}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996, \"Profit\": 26702929.0}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970, \"Profit\": 78100000.0}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994, \"Profit\": 325900000.0}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996, \"Profit\": 21371017.0}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990, \"Profit\": 6153000.0}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955, \"Profit\": 5900000.0}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986, \"Profit\": -400000.0}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000, \"Profit\": 11642318.0}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996, \"Profit\": 2572844.0}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992, \"Profit\": 41929168.0}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992, \"Profit\": 4948240.0}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998, \"Profit\": -11851144.0}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981, \"Profit\": 16474312.0}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984, \"Profit\": 33973029.0}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992, \"Profit\": 40752337.0}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966, \"Profit\": 24450000.0}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982, \"Profit\": -12324401.0}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996, \"Profit\": -732531.0}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969, \"Profit\": 41185053.0}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988, \"Profit\": 51613606.0}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989, \"Profit\": 38793054.0}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969, \"Profit\": -8800000.0}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004, \"Profit\": 57516.0}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982, \"Profit\": 22600832.0}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963, \"Profit\": 50600000.0}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980, \"Profit\": 99550000.0}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985, \"Profit\": 26230219.0}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982, \"Profit\": 15659423.0}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995, \"Profit\": -6000000.0}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975, \"Profit\": 4628948.0}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002, \"Profit\": -3260233.0}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962, \"Profit\": -5320000.0}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981, \"Profit\": 20032000.0}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977, \"Profit\": -6000000.0}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992, \"Profit\": -25641967.0}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -6100.0}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991, \"Profit\": 3901336.0}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979, \"Profit\": 179300000.0}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995, \"Profit\": 9224232.0}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990, \"Profit\": 2508000.0}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979, \"Profit\": 16008693.0}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995, \"Profit\": -3991633.0}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001, \"Profit\": 1116235.0}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996, \"Profit\": -14960434.0}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993, \"Profit\": 416286003.0}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938, \"Profit\": 7500000.0}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995, \"Profit\": 102133227.0}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994, \"Profit\": 67006296.0}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960, \"Profit\": 4200000.0}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988, \"Profit\": -2146000.0}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962, \"Profit\": 4800000.0}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996, \"Profit\": 376481886.0}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978, \"Profit\": -7600000.0}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996, \"Profit\": -24866674.0}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006, \"Profit\": 73509.0}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992, \"Profit\": 15281507.0}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974, \"Profit\": 90600000.0}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964, \"Profit\": 55000000.0}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988, \"Profit\": 6793213.0}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007, \"Profit\": -1568931.0}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999, \"Profit\": -689492.0}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982, \"Profit\": -41591364.0}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984, \"Profit\": 305080271.0}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989, \"Profit\": 426171806.0}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005, \"Profit\": -970379.0}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988, \"Profit\": 36369899.0}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 2456820.0}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981, \"Profit\": 14600000.0}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996, \"Profit\": 196716374.0}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953, \"Profit\": 1250000.0}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991, \"Profit\": 63930411.0}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994, \"Profit\": 21041856.0}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978, \"Profit\": 138600000.0}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968, \"Profit\": 29886000.0}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998, \"Profit\": -4856727.0}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958, \"Profit\": 9300000.0}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984, \"Profit\": 23704513.0}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985, \"Profit\": 18163999.0}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987, \"Profit\": 39793222.0}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989, \"Profit\": 16168359.0}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991, \"Profit\": 29872033.0}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994, \"Profit\": 10090181.0}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990, \"Profit\": 1635247.0}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945, \"Profit\": 22464742.0}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983, \"Profit\": 124000000.0}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992, \"Profit\": -16880006.0}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993, \"Profit\": 37189039.0}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994, \"Profit\": 173564608.0}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996, \"Profit\": 218814019.0}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984, \"Profit\": -5700000.0}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002, \"Profit\": -702671.0}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995, \"Profit\": -10331751.0}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977, \"Profit\": -200000.0}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989, \"Profit\": -4236531.0}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009, \"Profit\": -21500000.0}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983, \"Profit\": 160000000.0}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994, \"Profit\": -11409542.0}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975, \"Profit\": 104581275.0}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987, \"Profit\": 255728.0}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969, \"Profit\": 74000000.0}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976, \"Profit\": 45770885.0}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999, \"Profit\": 5478312.0}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985, \"Profit\": 227210860.0}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989, \"Profit\": -1180572.0}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980, \"Profit\": 46302978.0}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001, \"Profit\": -2279629.0}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004, \"Profit\": -8013.0}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995, \"Profit\": -8155621.0}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005, \"Profit\": -200228.0}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954, \"Profit\": 8690000.0}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995, \"Profit\": 17823573.0}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983, \"Profit\": 15697647.0}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010, \"Profit\": -1332652.0}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984, \"Profit\": 76698894.0}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994, \"Profit\": -9873753.0}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009, \"Profit\": 5491282.0}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985, \"Profit\": 34510568.0}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992, \"Profit\": 133100000.0}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996, \"Profit\": -2343612.0}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995, \"Profit\": 292100000.0}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960, \"Profit\": 2100000.0}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994, \"Profit\": -4666431.0}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977, \"Profit\": 26000000.0}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973, \"Profit\": 6361217.0}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982, \"Profit\": 111006019.0}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988, \"Profit\": 4614000.0}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988, \"Profit\": 4000000.0}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996, \"Profit\": 110836382.0}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993, \"Profit\": 175324422.0}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996, \"Profit\": -27779401.0}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998, \"Profit\": 4610513.0}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997, \"Profit\": 401802.0}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947, \"Profit\": -744000.0}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968, \"Profit\": 27595426.0}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992, \"Profit\": 20876702.0}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995, \"Profit\": 269100000.0}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986, \"Profit\": 131963328.0}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000, \"Profit\": -110721.0}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996, \"Profit\": 11682170.0}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002, \"Profit\": 81950.0}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999, \"Profit\": -18769.0}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980, \"Profit\": 187000.0}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981, \"Profit\": -9895836.0}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993, \"Profit\": 13450453.0}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982, \"Profit\": 105492484.0}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005, \"Profit\": -65070.0}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980, \"Profit\": 29823037.0}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990, \"Profit\": 19768418.0}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987, \"Profit\": 80267558.0}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987, \"Profit\": 15857000.0}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988, \"Profit\": -3645296.0}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994, \"Profit\": 29284974.0}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979, \"Profit\": 9000000.0}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991, \"Profit\": 44787599.0}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005, \"Profit\": -1000000.0}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990, \"Profit\": 449400000.0}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007, \"Profit\": -10000000.0}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981, \"Profit\": 32200000.0}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986, \"Profit\": 23382841.0}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953, \"Profit\": 83400000.0}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989, \"Profit\": 45969179.0}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970, \"Profit\": 50500000.0}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006, \"Profit\": 179523.0}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994, \"Profit\": 204928762.0}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969, \"Profit\": 11678778.0}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979, \"Profit\": -5500000.0}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995, \"Profit\": -8205944.0}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982, \"Profit\": -945000.0}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995, \"Profit\": -13447540.0}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990, \"Profit\": 1413105.0}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982, \"Profit\": 8459585.0}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951, \"Profit\": 21750000.0}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006, \"Profit\": 23897694.0}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976, \"Profit\": 3000000.0}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996, \"Profit\": 238700000.0}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968, \"Profit\": 30195426.0}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939, \"Profit\": 4712000.0}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991, \"Profit\": 340500000.0}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": 28738752.0}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995, \"Profit\": 3390587.0}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980, \"Profit\": 5380203.0}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995, \"Profit\": -4995143.0}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992, \"Profit\": 10171695.0}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987, \"Profit\": 40424681.0}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993, \"Profit\": -11303790.0}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994, \"Profit\": -1912244.0}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987, \"Profit\": -1207221.0}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992, \"Profit\": -30348023.0}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992, \"Profit\": 1632029.0}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981, \"Profit\": 366800358.0}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947, \"Profit\": 6012000.0}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981, \"Profit\": 16500000.0}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999, \"Profit\": 19109.0}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985, \"Profit\": -10994139.0}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983, \"Profit\": 540200000.0}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004, \"Profit\": -12341510.0}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -9599.0}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989, \"Profit\": 6566368.0}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983, \"Profit\": -5500000.0}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975, \"Profit\": 138676417.0}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989, \"Profit\": 20050028.0}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994, \"Profit\": -6724415.0}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007, \"Profit\": -2000000.0}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976, \"Profit\": 224000000.0}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988, \"Profit\": 3005924.0}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003, \"Profit\": 611615.0}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994, \"Profit\": -15827101.0}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985, \"Profit\": 256400000.0}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988, \"Profit\": 130715611.0}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996, \"Profit\": 133042381.0}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -20000000.0}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988, \"Profit\": 387800000.0}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994, \"Profit\": -19694930.0}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980, \"Profit\": -15000000.0}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953, \"Profit\": 31000000.0}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996, \"Profit\": 261069511.0}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993, \"Profit\": 48954968.0}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980, \"Profit\": 79953539.0}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984, \"Profit\": 800000.0}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009, \"Profit\": 4278767.0}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980, \"Profit\": -33000000.0}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995, \"Profit\": -13900000.0}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985, \"Profit\": 10237880.0}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008, \"Profit\": 83634.0}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005, \"Profit\": -3662.0}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985, \"Profit\": -16381187.0}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987, \"Profit\": 8122000.0}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999, \"Profit\": 12783173.0}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002, \"Profit\": -340882.0}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994, \"Profit\": 49215000.0}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995, \"Profit\": 298125643.0}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998, \"Profit\": -978790.0}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996, \"Profit\": 8917292.0}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996, \"Profit\": -1043411.0}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995, \"Profit\": 29100000.0}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985, \"Profit\": -336704.0}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988, \"Profit\": 8545844.0}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983, \"Profit\": 19942821.0}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993, \"Profit\": 296200000.0}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951, \"Profit\": 6200000.0}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997, \"Profit\": -42845460.0}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004, \"Profit\": 239651.0}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960, \"Profit\": 48000000.0}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997, \"Profit\": 349.0}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -3500000.0}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -5000000.0}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962, \"Profit\": -1000000.0}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -229372.0}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -7000000.0}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986, \"Profit\": 6962502.0}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994, \"Profit\": 141565669.0}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994, \"Profit\": -8164400.0}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951, \"Profit\": 8700000.0}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993, \"Profit\": 3842377.0}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986, \"Profit\": -14685000.0}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967, \"Profit\": 1165000.0}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984, \"Profit\": -19221647.0}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996, \"Profit\": 30311509.0}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980, \"Profit\": 25017374.0}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991, \"Profit\": 6524232.0}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987, \"Profit\": -25624819.0}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995, \"Profit\": -19745068.0}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994, \"Profit\": 3241469.0}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985, \"Profit\": 3803211.0}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -155299.0}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996, \"Profit\": 27049108.0}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991, \"Profit\": 255726716.0}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -2600000.0}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996, \"Profit\": -14923618.0}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996, \"Profit\": 1171475.0}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996, \"Profit\": 29341390.0}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991, \"Profit\": 1204508.0}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959, \"Profit\": 22116152.0}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995, \"Profit\": -39640994.0}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004, \"Profit\": 21798347.0}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973, \"Profit\": 16344729.0}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996, \"Profit\": 121600852.0}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003, \"Profit\": -486866.0}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959, \"Profit\": 6000000.0}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003, \"Profit\": -486948.0}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995, \"Profit\": 17341568.0}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985, \"Profit\": 7200000.0}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986, \"Profit\": -3000000.0}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989, \"Profit\": 35541667.0}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005, \"Profit\": -400000.0}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006, \"Profit\": -1295945.0}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993, \"Profit\": -21155093.0}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980, \"Profit\": 4609597.0}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998, \"Profit\": 5756617.0}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994, \"Profit\": -5118665.0}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006, \"Profit\": -2904796.0}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976, \"Profit\": 31745695.0}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994, \"Profit\": 167800000.0}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002, \"Profit\": 750798.0}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995, \"Profit\": 118493774.0}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952, \"Profit\": 1060000.0}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005, \"Profit\": -193740.0}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965, \"Profit\": 278014286.0}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996, \"Profit\": 10295053.0}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990, \"Profit\": 2262293.0}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987, \"Profit\": 15419483.0}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994, \"Profit\": 253200000.0}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995, \"Profit\": 78354449.0}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981, \"Profit\": 1400000.0}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990, \"Profit\": 12000000.0}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944, \"Profit\": 5500000.0}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984, \"Profit\": 54599495.0}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987, \"Profit\": -5772176.0}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981, \"Profit\": 58185706.0}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983, \"Profit\": 20950623.0}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999, \"Profit\": -994506.0}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978, \"Profit\": 245200000.0}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994, \"Profit\": 12362581.0}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977, \"Profit\": -9600000.0}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006, \"Profit\": -266688.0}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997, \"Profit\": -32778006.0}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995, \"Profit\": 33306268.0}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979, \"Profit\": 104000000.0}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984, \"Profit\": 69000000.0}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986, \"Profit\": 109000000.0}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986, \"Profit\": 44287414.0}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991, \"Profit\": -15713686.0}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969, \"Profit\": 24800000.0}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994, \"Profit\": 64423000.0}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982, \"Profit\": 84800000.0}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -14779056.0}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973, \"Profit\": 154116327.0}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996, \"Profit\": -1695398.0}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989, \"Profit\": 40200000.0}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991, \"Profit\": 69900000.0}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994, \"Profit\": 82000000.0}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981, \"Profit\": 75300000.0}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996, \"Profit\": -17226989.0}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977, \"Profit\": 786900000.0}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004, \"Profit\": 530470.0}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007, \"Profit\": -1000000.0}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951, \"Profit\": 5800000.0}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994, \"Profit\": 8272447.0}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999, \"Profit\": -5630418.0}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956, \"Profit\": -228264.0}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968, \"Profit\": -12000000.0}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948, \"Profit\": 6800000.0}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977, \"Profit\": 171400000.0}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998, \"Profit\": -4954641.0}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996, \"Profit\": 6342637.0}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997, \"Profit\": -693303.0}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948, \"Profit\": 3800000.0}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002, \"Profit\": -852260.0}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996, \"Profit\": 8936265.0}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009, \"Profit\": 21195779.0}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999, \"Profit\": -2812689.0}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993, \"Profit\": -1985007.0}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988, \"Profit\": -531428.0}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974, \"Profit\": 26432439.0}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986, \"Profit\": 3325872.0}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994, \"Profit\": 74053581.0}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996, \"Profit\": 30854588.0}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966, \"Profit\": 10000000.0}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995, \"Profit\": 7688744.0}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979, \"Profit\": 4500000.0}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987, \"Profit\": 4888000.0}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996, \"Profit\": -36417035.0}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007, \"Profit\": -2600000.0}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 57326708.0}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995, \"Profit\": 2227155.0}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994, \"Profit\": -10374831.0}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995, \"Profit\": -20935667.0}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986, \"Profit\": 338786701.0}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965, \"Profit\": 132200000.0}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009, \"Profit\": -2500000.0}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996, \"Profit\": 40669466.0}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933, \"Profit\": 2175000.0}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995, \"Profit\": 88521733.0}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000, \"Profit\": -2613590.0}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003, \"Profit\": -480200.0}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988, \"Profit\": 9000000.0}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995, \"Profit\": 5784569.0}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981, \"Profit\": 25400000.0}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993, \"Profit\": 31505000.0}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002, \"Profit\": 675711.0}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991, \"Profit\": 53656813.0}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993, \"Profit\": 21273609.0}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989, \"Profit\": 8408614.0}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990, \"Profit\": 188500000.0}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969, \"Profit\": 2000000.0}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981, \"Profit\": 21856053.0}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996, \"Profit\": 20900785.0}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965, \"Profit\": 1000000.0}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989, \"Profit\": -10809495.0}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999, \"Profit\": 242172.0}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994, \"Profit\": 265300000.0}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991, \"Profit\": 416816151.0}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005, \"Profit\": -741107.0}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984, \"Profit\": 71619031.0}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990, \"Profit\": 6667084.0}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993, \"Profit\": -219000.0}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982, \"Profit\": 9918576.0}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955, \"Profit\": 10400000.0}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000, \"Profit\": 170043.0}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000, \"Profit\": 961843.0}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995, \"Profit\": -14470234.0}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996, \"Profit\": 112266007.0}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990, \"Profit\": 196400000.0}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003, \"Profit\": -1962773.0}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982, \"Profit\": 162200000.0}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996, \"Profit\": 29248615.0}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955, \"Profit\": 5800000.0}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988, \"Profit\": 201600000.0}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996, \"Profit\": 407900000.0}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974, \"Profit\": 125700000.0}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976, \"Profit\": 20100000.0}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003, \"Profit\": -4878984.0}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995, \"Profit\": 331948825.0}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983, \"Profit\": 19500000.0}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996, \"Profit\": -15516210.0}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989, \"Profit\": 1157157.0}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997, \"Profit\": 12900000.0}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995, \"Profit\": 44324083.0}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987, \"Profit\": 51270454.0}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981, \"Profit\": -1173510.0}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004, \"Profit\": 17859.0}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983, \"Profit\": -3831561.0}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996, \"Profit\": 91754000.0}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 6146072.0}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944, \"Profit\": 6972000.0}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995, \"Profit\": 5637147.0}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982, \"Profit\": 37977250.0}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995, \"Profit\": -6001774.0}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001, \"Profit\": -500000.0}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985, \"Profit\": 122627960.0}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005, \"Profit\": -4474968.0}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999, \"Profit\": -9258013.0}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004, \"Profit\": -4152353.0}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003, \"Profit\": -86863.0}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 6941801.0}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997, \"Profit\": -1077012.0}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988, \"Profit\": 281500000.0}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991, \"Profit\": 20729091.0}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996, \"Profit\": -27770700.0}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993, \"Profit\": -1829786.0}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986, \"Profit\": 5369373.0}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978, \"Profit\": -11000000.0}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996, \"Profit\": 615787.0}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969, \"Profit\": -5490576.0}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987, \"Profit\": 28848100.0}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970, \"Profit\": 6168926.5}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956, \"Profit\": 800000.0}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -39281.0}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989, \"Profit\": -9444652.0}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994, \"Profit\": 61011757.0}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997, \"Profit\": -28551183.0}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983, \"Profit\": 62433837.0}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991, \"Profit\": 1824553.0}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955, \"Profit\": 6500000.0}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993, \"Profit\": 902679.0}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002, \"Profit\": -8300000.0}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961, \"Profit\": 37700000.0}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": 2225984.0}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996, \"Profit\": 3926732.0}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985, \"Profit\": 53532576.0}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995, \"Profit\": 89246220.0}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971, \"Profit\": 1000000.0}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992, \"Profit\": 163097323.0}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994, \"Profit\": -37948000.0}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996, \"Profit\": 67079192.0}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960, \"Profit\": 17750000.0}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973, \"Profit\": 390500000.0}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996, \"Profit\": -20621807.0}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937, \"Profit\": 2356000.0}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996, \"Profit\": 6792700.0}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988, \"Profit\": 31726644.0}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974, \"Profit\": 83500000.0}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983, \"Profit\": 27012241.0}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967, \"Profit\": 102100000.0}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002, \"Profit\": 1766892.0}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985, \"Profit\": 1739000.0}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000, \"Profit\": -18058441.0}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999, \"Profit\": 25177966.0}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008, \"Profit\": 164065678.0}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006, \"Profit\": -7945298.0}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005, \"Profit\": -6000000.0}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008, \"Profit\": 145764033.0}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009, \"Profit\": -1815917.0}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002, \"Profit\": 705923.0}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004, \"Profit\": 66439723.0}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001, \"Profit\": 49467960.0}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007, \"Profit\": 106029299.0}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001, \"Profit\": 14331864.0}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -989256.0}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006, \"Profit\": 20595141.0}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999, \"Profit\": -17770689.0}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004, \"Profit\": -19580916.0}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009, \"Profit\": 566812167.0}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005, \"Profit\": 7202856.0}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999, \"Profit\": 475636.0}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008, \"Profit\": 122852532.0}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003, \"Profit\": 40448701.0}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002, \"Profit\": 19428503.0}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000, \"Profit\": 19063972.0}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003, \"Profit\": 67719885.0}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007, \"Profit\": 49238440.0}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004, \"Profit\": -32074397.0}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010, \"Profit\": 7875481.0}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009, \"Profit\": -450966.0}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 7848418.0}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003, \"Profit\": 17855342.0}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001, \"Profit\": 9391450.0}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002, \"Profit\": 139043309.0}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007, \"Profit\": 396068181.0}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007, \"Profit\": 45066323.0}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999, \"Profit\": 59752036.0}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001, \"Profit\": -43291152.0}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000, \"Profit\": 5821335.0}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007, \"Profit\": 21791889.0}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002, \"Profit\": 78092667.0}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005, \"Profit\": 151339049.0}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005, \"Profit\": 62494381.0}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008, \"Profit\": 83546040.0}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002, \"Profit\": -5117355.0}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009, \"Profit\": 31826604.0}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 3823542.0}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004, \"Profit\": 121376832.0}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998, \"Profit\": -1865376.0}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000, \"Profit\": 14024898.0}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008, \"Profit\": 112617328.0}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008, \"Profit\": 2955399.0}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006, \"Profit\": 80612565.0}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002, \"Profit\": -12733495.0}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002, \"Profit\": 201924075.0}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002, \"Profit\": 34376425.0}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009, \"Profit\": 16603791.0}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 10912889.0}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004, \"Profit\": -3676031.0}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000, \"Profit\": 61262492.0}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002, \"Profit\": 102949664.0}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998, \"Profit\": 318109485.0}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002, \"Profit\": -12780633.0}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997, \"Profit\": 68310.0}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -1688237.0}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009, \"Profit\": -3705756.0}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002, \"Profit\": 3998520.0}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003, \"Profit\": -4796956.0}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002, \"Profit\": 10867586.0}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005, \"Profit\": -7046659.0}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004, \"Profit\": -18670886.0}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006, \"Profit\": 7064105.0}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010, \"Profit\": -37087697.0}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997, \"Profit\": 24555061.0}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997, \"Profit\": 230268353.0}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006, \"Profit\": 10948425.0}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006, \"Profit\": -45478542.0}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004, \"Profit\": -68088638.0}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002, \"Profit\": 11873145.0}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997, \"Profit\": -4646520.0}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002, \"Profit\": 125379330.0}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004, \"Profit\": 3563556.0}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010, \"Profit\": 823291110.0}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004, \"Profit\": -4804061.0}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005, \"Profit\": -529380.0}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001, \"Profit\": -24616034.0}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997, \"Profit\": 100700000.0}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979, \"Profit\": 194630630.0}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005, \"Profit\": 22835784.0}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000, \"Profit\": -26879733.0}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000, \"Profit\": -12628809.0}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007, \"Profit\": -1780720.0}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003, \"Profit\": 404004995.0}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -8815745.0}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005, \"Profit\": -11821431.0}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010, \"Profit\": -9884569.0}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001, \"Profit\": 77159085.0}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002, \"Profit\": -10220716.0}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007, \"Profit\": -5139523.0}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007, \"Profit\": 305578644.0}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003, \"Profit\": -14641417.0}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004, \"Profit\": 12297191.0}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 3919000.0}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999, \"Profit\": 341258047.0}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008, \"Profit\": -12986809.0}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006, \"Profit\": -489029.0}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009, \"Profit\": -20277218.0}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001, \"Profit\": 163851661.0}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998, \"Profit\": -3280136.0}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007, \"Profit\": 165697825.0}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006, \"Profit\": 13844063.0}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997, \"Profit\": 4212592.0}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000, \"Profit\": -5872893.0}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001, \"Profit\": 18883834.0}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001, \"Profit\": 256500000.0}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003, \"Profit\": 71425115.0}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999, \"Profit\": 222800000.0}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000, \"Profit\": 20674417.0}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003, \"Profit\": 5978681.0}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001, \"Profit\": 111627733.0}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005, \"Profit\": 89547131.0}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004, \"Profit\": 45326393.0}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997, \"Profit\": 91998907.0}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997, \"Profit\": 86801410.0}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004, \"Profit\": 64366354.0}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009, \"Profit\": 335975846.0}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999, \"Profit\": -11961340.0}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001, \"Profit\": -13955468.0}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003, \"Profit\": 139660942.0}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998, \"Profit\": 13331165.0}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001, \"Profit\": 33762229.0}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999, \"Profit\": -35748872.0}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002, \"Profit\": -5005243.0}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999, \"Profit\": 146885658.0}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006, \"Profit\": 10181129.0}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001, \"Profit\": -19034791.0}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006, \"Profit\": 20862471.0}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998, \"Profit\": 92457863.0}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999, \"Profit\": -4346385.0}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008, \"Profit\": 6111394.0}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006, \"Profit\": 77785051.0}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003, \"Profit\": 2984124.0}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997, \"Profit\": 16277770.0}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006, \"Profit\": 5978953.0}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002, \"Profit\": -13807000.0}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005, \"Profit\": 77918663.0}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999, \"Profit\": 2919219.0}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998, \"Profit\": 414600000.0}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002, \"Profit\": 3684949.0}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004, \"Profit\": -32570135.0}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004, \"Profit\": 113877963.0}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006, \"Profit\": 30102340.0}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001, \"Profit\": 145900000.0}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000, \"Profit\": -9800895.0}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009, \"Profit\": -20906986.0}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009, \"Profit\": 23710147.0}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007, \"Profit\": -1996357.0}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997, \"Profit\": 264111923.0}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009, \"Profit\": 12112672.0}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998, \"Profit\": -683727.0}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005, \"Profit\": 6040895.0}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999, \"Profit\": -23327434.0}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010, \"Profit\": 66047914.0}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999, \"Profit\": -17634867.0}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 4770368.0}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006, \"Profit\": 4170563.0}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001, \"Profit\": 96049020.0}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001, \"Profit\": -114219.0}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000, \"Profit\": 50717684.0}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007, \"Profit\": 99425746.0}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002, \"Profit\": 7799060.0}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007, \"Profit\": 40627510.0}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007, \"Profit\": -15632857.0}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999, \"Profit\": 274600000.0}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002, \"Profit\": 229738626.0}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997, \"Profit\": 49683989.0}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008, \"Profit\": 129482792.0}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002, \"Profit\": -4296179.0}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009, \"Profit\": 2530891499.0}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998, \"Profit\": -11414584.0}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004, \"Profit\": 104608827.0}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004, \"Profit\": 102543519.0}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004, \"Profit\": -37995841.0}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007, \"Profit\": 22157745.0}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008, \"Profit\": -5523509.0}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009, \"Profit\": -10891984.0}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001, \"Profit\": 54488383.0}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998, \"Profit\": -10868140.0}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006, \"Profit\": 115302837.0}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008, \"Profit\": 25216497.0}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004, \"Profit\": 5322212.0}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004, \"Profit\": -10890678.0}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999, \"Profit\": 14151490.0}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003, \"Profit\": 142940870.0}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002, \"Profit\": -842984.0}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004, \"Profit\": 35311842.0}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -16837455.0}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005, \"Profit\": -1499380.0}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008, \"Profit\": 126415735.0}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000, \"Profit\": -19528031.0}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000, \"Profit\": 5799652.0}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000, \"Profit\": -4758685.0}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008, \"Profit\": 1598133.0}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002, \"Profit\": 28067218.0}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003, \"Profit\": 3460000.0}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998, \"Profit\": -3843529.0}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006, \"Profit\": -34582838.0}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003, \"Profit\": -7401502.0}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005, \"Profit\": 222353017.0}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000, \"Profit\": -50274337.0}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008, \"Profit\": 837345358.0}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999, \"Profit\": 3655691.0}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003, \"Profit\": -719649.0}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001, \"Profit\": 12734552.0}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008, \"Profit\": 169809326.0}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008, \"Profit\": 44391484.0}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000, \"Profit\": 435694.0}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999, \"Profit\": 15882378.0}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000, \"Profit\": 1022442.0}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005, \"Profit\": 19849401.0}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999, \"Profit\": 204779795.0}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000, \"Profit\": 42376224.0}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008, \"Profit\": 40894666.0}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006, \"Profit\": 71377916.0}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007, \"Profit\": 204736344.0}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000, \"Profit\": -5865491.0}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996, \"Profit\": 51118386.0}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003, \"Profit\": 71583333.0}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001, \"Profit\": 41730604.0}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007, \"Profit\": 137594577.0}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -2325000.0}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999, \"Profit\": 19382381.0}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001, \"Profit\": 18855732.0}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007, \"Profit\": 5920041.0}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998, \"Profit\": -30147513.0}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003, \"Profit\": 12440113.0}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999, \"Profit\": 1547570.0}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006, \"Profit\": 29843754.0}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010, \"Profit\": 140191957.0}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007, \"Profit\": 44995215.0}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002, \"Profit\": -6621859.0}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005, \"Profit\": 13351350.0}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003, \"Profit\": 3559226.0}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002, \"Profit\": 37375275.0}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003, \"Profit\": 53432867.0}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004, \"Profit\": 9293790.0}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998, \"Profit\": 14066941.0}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002, \"Profit\": -4869273.0}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998, \"Profit\": 31189568.0}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000, \"Profit\": 140559438.0}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001, \"Profit\": 78638745.0}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000, \"Profit\": 3260865.0}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004, \"Profit\": -43373885.0}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002, \"Profit\": -36511129.0}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000, \"Profit\": 104280263.0}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999, \"Profit\": -2579224.0}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004, \"Profit\": -5396999.0}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007, \"Profit\": 20804637.0}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004, \"Profit\": 213894551.0}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001, \"Profit\": 256527158.0}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008, \"Profit\": 43060660.0}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998, \"Profit\": 86237688.0}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999, \"Profit\": 247700000.0}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999, \"Profit\": -8386380.0}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002, \"Profit\": 100338601.0}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004, \"Profit\": 67397389.0}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007, \"Profit\": 84594548.0}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009, \"Profit\": 266759475.0}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002, \"Profit\": -23800483.0}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007, \"Profit\": -17601608.0}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006, \"Profit\": 7235738.0}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007, \"Profit\": -5603130.0}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -35000000.0}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008, \"Profit\": -10457342.0}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": 100339088.0}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001, \"Profit\": 123743426.0}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997, \"Profit\": -24916650.0}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001, \"Profit\": 53282296.0}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002, \"Profit\": -55705158.0}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002, \"Profit\": 21327420.0}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000, \"Profit\": -7626063.0}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001, \"Profit\": 238708996.0}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006, \"Profit\": 97047376.0}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -20000000.0}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000, \"Profit\": -6750000.0}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006, \"Profit\": -24503683.0}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001, \"Profit\": -3476729.0}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006, \"Profit\": 6597806.0}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010, \"Profit\": 66452390.0}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005, \"Profit\": 47192859.0}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008, \"Profit\": 163953579.0}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008, \"Profit\": 32944278.0}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999, \"Profit\": 103463090.0}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001, \"Profit\": -1621147.0}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004, \"Profit\": -11638264.0}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997, \"Profit\": 28111725.0}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006, \"Profit\": 243572744.0}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002, \"Profit\": 153300000.0}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004, \"Profit\": 203587450.0}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007, \"Profit\": 312161562.0}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998, \"Profit\": 25045832.0}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003, \"Profit\": 1549702.0}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000, \"Profit\": 18399300.0}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002, \"Profit\": 55576018.0}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999, \"Profit\": 18741000.0}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008, \"Profit\": 27330581.0}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003, \"Profit\": -28989393.0}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001, \"Profit\": 19753825.0}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005, \"Profit\": 15064531.0}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003, \"Profit\": -48572910.0}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009, \"Profit\": 85150424.0}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999, \"Profit\": -11821713.0}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001, \"Profit\": -147794.0}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006, \"Profit\": 3468941.0}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999, \"Profit\": -15359790.0}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 14159144.0}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010, \"Profit\": 3319627.0}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005, \"Profit\": 166443761.0}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004, \"Profit\": 3512317.0}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006, \"Profit\": 150944203.0}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998, \"Profit\": -9954221.0}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -30000000.0}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007, \"Profit\": -7541768.0}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000, \"Profit\": 19773637.0}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007, \"Profit\": -9099074.0}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001, \"Profit\": 21958191.0}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002, \"Profit\": 20315272.0}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010, \"Profit\": 969105.0}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001, \"Profit\": -11549406.0}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008, \"Profit\": 15782621.0}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004, \"Profit\": -9369573.0}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004, \"Profit\": 47842412.0}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002, \"Profit\": 65081642.0}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000, \"Profit\": 14695413.0}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003, \"Profit\": 42063017.0}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009, \"Profit\": 250389438.0}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999, \"Profit\": 81448157.0}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004, \"Profit\": 83046844.0}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 39976782.0}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997, \"Profit\": 113317814.0}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003, \"Profit\": -66287.0}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003, \"Profit\": 239183.0}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006, \"Profit\": -1454618.0}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001, \"Profit\": -7997690.0}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998, \"Profit\": 880606.0}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003, \"Profit\": -14646257.0}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998, \"Profit\": -796617.0}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 3475778.0}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999, \"Profit\": 43699769.0}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005, \"Profit\": 51413159.0}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 65618084.0}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004, \"Profit\": -16938363.0}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003, \"Profit\": 29053394.0}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005, \"Profit\": 9147381.0}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008, \"Profit\": -3862000.0}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998, \"Profit\": 15358996.0}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005, \"Profit\": 39309352.0}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008, \"Profit\": 12653760.0}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 133743744.0}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999, \"Profit\": -3239756.0}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006, \"Profit\": 391923762.0}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000, \"Profit\": 342230516.0}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002, \"Profit\": 299106800.0}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003, \"Profit\": 24818283.0}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997, \"Profit\": -28411398.0}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004, \"Profit\": -17897621.0}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000, \"Profit\": -8046118.0}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002, \"Profit\": -3011004.0}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000, \"Profit\": -799075.0}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 87359111.0}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997, \"Profit\": -11779825.0}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004, \"Profit\": -11952475.0}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002, \"Profit\": -6646492.0}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001, \"Profit\": 14393111.0}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998, \"Profit\": -5800000.0}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000, \"Profit\": 26280963.0}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004, \"Profit\": 261739.0}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008, \"Profit\": -26182941.0}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005, \"Profit\": 324459076.0}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006, \"Profit\": -8300227.0}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003, \"Profit\": 107200000.0}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000, \"Profit\": 173200000.0}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997, \"Profit\": 14905095.0}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002, \"Profit\": 277687518.0}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005, \"Profit\": 254432738.0}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000, \"Profit\": 185793915.0}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003, \"Profit\": 149714544.0}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005, \"Profit\": 75015330.0}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009, \"Profit\": -20284343.0}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999, \"Profit\": -22736034.0}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998, \"Profit\": 25692188.0}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004, \"Profit\": -4283810.0}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006, \"Profit\": -6549798.0}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010, \"Profit\": -3324828.0}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007, \"Profit\": -13922582.0}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000, \"Profit\": 127500343.0}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008, \"Profit\": -14472493.0}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004, \"Profit\": 78029758.0}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998, \"Profit\": -6693285.0}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000, \"Profit\": 907672.0}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005, \"Profit\": -6750474.0}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006, \"Profit\": 61485708.0}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005, \"Profit\": 20539911.0}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004, \"Profit\": 51067909.0}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998, \"Profit\": 143750909.0}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998, \"Profit\": -3290019.0}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 27300771.0}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004, \"Profit\": -4459888.0}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000, \"Profit\": -12377977.0}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002, \"Profit\": 107825854.0}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003, \"Profit\": 81632614.0}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 128711.0}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006, \"Profit\": 155055633.0}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007, \"Profit\": -11864976.0}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002, \"Profit\": -11621350.0}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004, \"Profit\": 80987757.0}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006, \"Profit\": 20894473.0}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002, \"Profit\": 99832896.0}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009, \"Profit\": 149614744.0}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003, \"Profit\": -11603492.0}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005, \"Profit\": 155884728.0}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000, \"Profit\": 8804273.0}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008, \"Profit\": 13166495.0}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007, \"Profit\": -754650.0}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010, \"Profit\": -14880379.0}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005, \"Profit\": 31669806.0}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002, \"Profit\": 4013805.0}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009, \"Profit\": 25846765.0}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004, \"Profit\": -7302852.0}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004, \"Profit\": 2703083.0}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003, \"Profit\": 33240458.0}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004, \"Profit\": 157670152.0}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008, \"Profit\": -370382.0}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001, \"Profit\": -11853972.0}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006, \"Profit\": -5880548.0}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997, \"Profit\": 144117573.0}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003, \"Profit\": -2787583.0}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997, \"Profit\": 57118990.0}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997, \"Profit\": 75900000.0}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003, \"Profit\": 6464788.0}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006, \"Profit\": -10644032.0}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001, \"Profit\": 12978402.0}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009, \"Profit\": 64062750.0}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004, \"Profit\": 18051296.0}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006, \"Profit\": 18164784.0}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997, \"Profit\": 48706632.0}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009, \"Profit\": 112450423.0}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999, \"Profit\": -29100030.0}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006, \"Profit\": 21824696.0}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996, \"Profit\": -6642676.0}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010, \"Profit\": 23027734.0}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999, \"Profit\": -13045798.0}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000, \"Profit\": -9980747.0}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003, \"Profit\": 31434942.0}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 20936931.0}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000, \"Profit\": -9782502.0}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999, \"Profit\": 5164492.0}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006, \"Profit\": 30566773.0}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005, \"Profit\": 91887109.0}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006, \"Profit\": 1409668.0}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002, \"Profit\": 45000000.0}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002, \"Profit\": 14228104.0}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999, \"Profit\": 64803716.0}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009, \"Profit\": -11500000.0}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005, \"Profit\": 14585495.0}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009, \"Profit\": 38663756.0}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001, \"Profit\": 6929123.0}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001, \"Profit\": -39458332.0}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002, \"Profit\": 12788828.0}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004, \"Profit\": -1069238.0}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001, \"Profit\": 140700000.0}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010, \"Profit\": -7806704.0}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003, \"Profit\": 25463397.0}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003, \"Profit\": -17174509.0}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002, \"Profit\": -17566085.0}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998, \"Profit\": 239220.0}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000, \"Profit\": 70786269.0}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006, \"Profit\": 20114174.0}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005, \"Profit\": -9885099.0}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003, \"Profit\": -245707.0}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009, \"Profit\": 39525862.0}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007, \"Profit\": 43661095.0}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 1514729.0}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007, \"Profit\": -57802602.0}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003, \"Profit\": 104285587.0}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006, \"Profit\": -13327187.0}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005, \"Profit\": 44925450.0}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009, \"Profit\": 7092761.0}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -1725162.0}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003, \"Profit\": 99179718.0}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998, \"Profit\": 257061.0}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 167234864.0}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001, \"Profit\": -383693.0}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005, \"Profit\": -10526907.0}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004, \"Profit\": -7019902.0}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006, \"Profit\": 64548426.0}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010, \"Profit\": 97253432.0}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004, \"Profit\": 74290765.0}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010, \"Profit\": 28969954.0}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008, \"Profit\": -18000000.0}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007, \"Profit\": 15226144.0}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999, \"Profit\": 137835231.0}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009, \"Profit\": -3201173.0}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999, \"Profit\": 105048228.0}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999, \"Profit\": 14591451.0}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 9051924.0}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000, \"Profit\": 33057491.0}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008, \"Profit\": 1976656.0}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010, \"Profit\": 87014842.0}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005, \"Profit\": -7553562.0}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005, \"Profit\": -3403207.0}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997, \"Profit\": -9313159.0}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002, \"Profit\": 121269535.0}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999, \"Profit\": -26491365.0}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998, \"Profit\": -33796974.0}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 48534224.0}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010, \"Profit\": 21739347.0}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006, \"Profit\": 101038616.0}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008, \"Profit\": -39084160.0}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010, \"Profit\": 264572855.0}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005, \"Profit\": 22400154.0}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999, \"Profit\": 74935067.0}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997, \"Profit\": 50900000.0}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003, \"Profit\": 25539681.0}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008, \"Profit\": -7731255.0}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999, \"Profit\": -4834363.0}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002, \"Profit\": -29936195.0}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006, \"Profit\": -3280125.0}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -13645107.0}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999, \"Profit\": -6723131.0}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007, \"Profit\": 273531464.0}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000, \"Profit\": 11628751.0}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998, \"Profit\": -2979919.0}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006, \"Profit\": -3791709.0}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008, \"Profit\": 14690901.0}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009, \"Profit\": 176552113.0}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998, \"Profit\": 2507368.0}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007, \"Profit\": 5689095.0}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003, \"Profit\": -3066604.0}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999, \"Profit\": -3242320.0}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004, \"Profit\": 14396382.0}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006, \"Profit\": 53308879.0}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998, \"Profit\": 1064948.0}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000, \"Profit\": -572808.0}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999, \"Profit\": -11818103.0}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008, \"Profit\": -11378812.0}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009, \"Profit\": -730633.0}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000, \"Profit\": 228648063.0}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007, \"Profit\": -27329140.0}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005, \"Profit\": 6942802.0}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999, \"Profit\": 33948865.0}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001, \"Profit\": -7792888.0}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005, \"Profit\": -32240798.0}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997, \"Profit\": 20954997.0}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005, \"Profit\": -15387663.0}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 30923043.0}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999, \"Profit\": 14421271.0}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005, \"Profit\": 78601940.0}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001, \"Profit\": 5823109.0}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998, \"Profit\": 269464664.0}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006, \"Profit\": 200539042.0}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000, \"Profit\": 5000377.0}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008, \"Profit\": 7516819.0}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009, \"Profit\": 55724728.0}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 198200000.0}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005, \"Profit\": 32962616.0}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001, \"Profit\": 104101721.0}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998, \"Profit\": 222656605.0}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003, \"Profit\": 6734486.0}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008, \"Profit\": 9686263.0}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006, \"Profit\": -4460038.0}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001, \"Profit\": -17383131.0}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004, \"Profit\": 23809206.0}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000, \"Profit\": -27456806.0}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003, \"Profit\": 7685268.0}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006, \"Profit\": 79965956.0}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999, \"Profit\": -11782885.0}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999, \"Profit\": 571408.0}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002, \"Profit\": 36398162.0}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 9546543.0}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001, \"Profit\": -924496.0}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006, \"Profit\": 50029609.0}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003, \"Profit\": -745000.0}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002, \"Profit\": 24363530.0}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999, \"Profit\": -4900853.0}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007, \"Profit\": 97573043.0}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001, \"Profit\": 5823162.0}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007, \"Profit\": 14743644.0}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000, \"Profit\": -428353.0}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003, \"Profit\": 3904766.0}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999, \"Profit\": -12181208.0}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000, \"Profit\": -11265765.0}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005, \"Profit\": 57570227.0}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005, \"Profit\": -11005210.0}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003, \"Profit\": -3785154.0}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -14090178.0}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000, \"Profit\": -1228035.0}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003, \"Profit\": -29929349.0}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006, \"Profit\": 76402010.0}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 96007424.0}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006, \"Profit\": 632236138.0}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007, \"Profit\": 47915361.0}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002, \"Profit\": -3955382.0}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001, \"Profit\": 41172251.0}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000, \"Profit\": 11035310.0}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007, \"Profit\": -8501453.0}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010, \"Profit\": 14156221.0}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010, \"Profit\": -2866589.0}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010, \"Profit\": 18739628.0}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999, \"Profit\": -24680311.0}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009, \"Profit\": 6634502.0}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000, \"Profit\": 1170647.0}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997, \"Profit\": 1002884.0}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008, \"Profit\": 98066569.0}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999, \"Profit\": 56398826.0}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001, \"Profit\": 9535827.0}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999, \"Profit\": 6443582.0}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005, \"Profit\": -8590278.0}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003, \"Profit\": 188443451.0}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998, \"Profit\": 57150642.0}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004, \"Profit\": -12086323.0}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003, \"Profit\": 69156459.0}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999, \"Profit\": -5365542.0}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002, \"Profit\": 3624074.0}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002, \"Profit\": 14995444.0}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005, \"Profit\": 126037223.0}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006, \"Profit\": 28117718.0}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000, \"Profit\": 69296573.0}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007, \"Profit\": 255384141.0}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999, \"Profit\": -12339853.0}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999, \"Profit\": 112026975.0}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006, \"Profit\": 1748661.0}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001, \"Profit\": 11971293.0}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998, \"Profit\": 165649836.0}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999, \"Profit\": 145700000.0}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002, \"Profit\": 1177215.0}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004, \"Profit\": -5433754.0}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007, \"Profit\": 66858578.0}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006, \"Profit\": 149488115.0}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000, \"Profit\": 208400000.0}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005, \"Profit\": -3280627.0}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010, \"Profit\": 21846373.0}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004, \"Profit\": 27066518.0}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004, \"Profit\": -9929473.0}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001, \"Profit\": -1923346.0}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004, \"Profit\": -4281777.0}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997, \"Profit\": 9843425.0}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997, \"Profit\": -33326758.0}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 39705772.0}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996, \"Profit\": 96947179.0}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001, \"Profit\": 18341932.0}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000, \"Profit\": -3924922.0}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007, \"Profit\": -4448043.0}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001, \"Profit\": 46958599.0}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005, \"Profit\": 126216468.0}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004, \"Profit\": -34042459.0}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008, \"Profit\": -27691898.0}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999, \"Profit\": -17859583.0}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009, \"Profit\": 3349158.0}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002, \"Profit\": -27375529.0}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999, \"Profit\": 21257553.0}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998, \"Profit\": 25283321.0}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006, \"Profit\": 78402901.0}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000, \"Profit\": 16336404.0}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009, \"Profit\": 59956957.0}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005, \"Profit\": 73762868.0}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -886567.0}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -70896370.0}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002, \"Profit\": 15527914.0}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005, \"Profit\": -4916644.0}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997, \"Profit\": -49318920.0}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006, \"Profit\": 10078331.0}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997, \"Profit\": 161200000.0}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003, \"Profit\": 63626226.0}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006, \"Profit\": 87798051.0}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009, \"Profit\": 145777700.0}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002, \"Profit\": -26791977.0}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998, \"Profit\": -4788097.0}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006, \"Profit\": -2858192.0}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997, \"Profit\": 168900000.0}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002, \"Profit\": -28407897.0}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000, \"Profit\": 80453550.0}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005, \"Profit\": 243079719.0}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998, \"Profit\": 3757163.0}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003, \"Profit\": 160220058.0}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001, \"Profit\": 168512310.0}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008, \"Profit\": 36862966.0}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004, \"Profit\": 216414517.0}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009, \"Profit\": -5321772.0}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001, \"Profit\": -3401692.0}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007, \"Profit\": -7580199.0}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999, \"Profit\": 35853753.0}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001, \"Profit\": -51868170.0}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000, \"Profit\": 37013623.0}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001, \"Profit\": -750995.0}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998, \"Profit\": -10876140.0}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010, \"Profit\": -2625325.0}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999, \"Profit\": -13029732.0}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003, \"Profit\": -7077834.0}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000, \"Profit\": 89802314.0}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006, \"Profit\": 8902376.0}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999, \"Profit\": -22514515.0}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009, \"Profit\": -7364759.0}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006, \"Profit\": 6893591.0}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004, \"Profit\": -40990820.0}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006, \"Profit\": 58366864.0}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997, \"Profit\": 97993801.0}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006, \"Profit\": 28665672.0}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006, \"Profit\": -45183621.0}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008, \"Profit\": 15098231.0}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006, \"Profit\": -11211923.0}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000, \"Profit\": 64715863.0}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006, \"Profit\": 8828368.0}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003, \"Profit\": 773894287.0}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -447150.0}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -65000000.0}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -21795993.0}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006, \"Profit\": -19538362.0}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 168215319.0}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007, \"Profit\": -5000000.0}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005, \"Profit\": 170706988.0}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002, \"Profit\": 6423030.0}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008, \"Profit\": 74075270.0}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007, \"Profit\": 22090741.0}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000, \"Profit\": 50175307.0}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003, \"Profit\": 134822438.0}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000, \"Profit\": 37079671.0}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005, \"Profit\": -485483.0}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004, \"Profit\": 61311892.0}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002, \"Profit\": 2951798.0}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009, \"Profit\": 74700771.0}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002, \"Profit\": 23526835.0}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002, \"Profit\": 44298474.0}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004, \"Profit\": 31950770.0}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008, \"Profit\": 4281776.0}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009, \"Profit\": 158467382.0}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002, \"Profit\": 1438804.0}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008, \"Profit\": 32951479.0}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001, \"Profit\": 1755271.0}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008, \"Profit\": -855414.0}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006, \"Profit\": -5338536.0}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006, \"Profit\": -11803143.0}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997, \"Profit\": 254438649.0}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005, \"Profit\": 62250000.0}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009, \"Profit\": 1880305.0}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -14518911.0}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010, \"Profit\": -13369535.0}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005, \"Profit\": 10071069.0}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006, \"Profit\": -6450077.0}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997, \"Profit\": -1734419.0}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002, \"Profit\": 93400000.0}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004, \"Profit\": 150802638.0}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007, \"Profit\": 819601.0}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997, \"Profit\": -23467223.0}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 15619699.0}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004, \"Profit\": 72916616.0}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003, \"Profit\": 28312217.0}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003, \"Profit\": -42076064.0}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006, \"Profit\": -30691304.0}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998, \"Profit\": 2951628.0}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007, \"Profit\": -14977559.0}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -26482203.0}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004, \"Profit\": -32000000.0}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003, \"Profit\": -6745317.0}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009, \"Profit\": 204889685.0}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006, \"Profit\": 11480851.0}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002, \"Profit\": 7976468.0}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002, \"Profit\": 48349884.0}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996, \"Profit\": -22947259.0}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001, \"Profit\": 861785.0}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007, \"Profit\": 117702596.0}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008, \"Profit\": 6612350.0}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000, \"Profit\": 34567606.0}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003, \"Profit\": -46733791.0}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997, \"Profit\": -1830844.0}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009, \"Profit\": 127469019.0}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 4871190.0}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000, \"Profit\": 354683805.0}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001, \"Profit\": -4226628.0}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999, \"Profit\": -25032507.0}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007, \"Profit\": 34183821.0}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -19565399.0}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999, \"Profit\": 226601374.0}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005, \"Profit\": -19624526.0}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007, \"Profit\": -3624806.0}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005, \"Profit\": 47601218.0}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999, \"Profit\": 89705852.0}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000, \"Profit\": -8361798.0}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 21883441.0}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006, \"Profit\": -5389127.0}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 9037390.0}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004, \"Profit\": -13089292.0}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998, \"Profit\": 251000000.0}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 237233.0}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000, \"Profit\": 129343008.0}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008, \"Profit\": -15972724.0}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987, \"Profit\": 215933435.0}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001, \"Profit\": 23300105.0}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -1408730.0}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007, \"Profit\": 125914546.0}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003, \"Profit\": 10106210.0}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999, \"Profit\": 45523726.0}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000, \"Profit\": 20325623.0}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007, \"Profit\": -5963264.0}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005, \"Profit\": -49402930.0}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008, \"Profit\": -2884121.0}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005, \"Profit\": 55579798.0}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004, \"Profit\": 29881151.0}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978, \"Profit\": 200005260.0}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010, \"Profit\": -15211459.0}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997, \"Profit\": 119463257.0}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005, \"Profit\": 25299638.0}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004, \"Profit\": -6410556.0}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000, \"Profit\": 222141403.0}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007, \"Profit\": -2812211.0}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005, \"Profit\": 6437122.0}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005, \"Profit\": 155724838.0}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000, \"Profit\": 667524.0}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997, \"Profit\": 13084357.0}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006, \"Profit\": 48643839.0}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004, \"Profit\": 177281115.0}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010, \"Profit\": 175294625.0}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 4030230.0}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005, \"Profit\": 67115888.0}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000, \"Profit\": -20582818.0}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001, \"Profit\": 1560259.0}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003, \"Profit\": -7561926.0}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003, \"Profit\": 12788368.0}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003, \"Profit\": -2569406.0}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001, \"Profit\": 3264007.0}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009, \"Profit\": 23512850.0}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007, \"Profit\": 127823091.0}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998, \"Profit\": 9394881.0}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996, \"Profit\": -10870330.0}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000, \"Profit\": 288841.0}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -50000000.0}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008, \"Profit\": 474346274.0}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007, \"Profit\": -8655570.0}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008, \"Profit\": 103403799.0}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999, \"Profit\": 339192.0}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006, \"Profit\": 931243.0}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006, \"Profit\": 3963961.0}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002, \"Profit\": -5443347.0}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010, \"Profit\": -1005860.0}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008, \"Profit\": 45237389.0}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005, \"Profit\": 13940428.0}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003, \"Profit\": 9829545.0}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003, \"Profit\": 6767816.0}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004, \"Profit\": 29336658.0}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005, \"Profit\": 98100486.0}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005, \"Profit\": 92511106.0}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -90000000.0}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003, \"Profit\": 3083765.0}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001, \"Profit\": -2356100.0}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005, \"Profit\": 32858433.0}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998, \"Profit\": -3432147.0}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001, \"Profit\": -6516832.0}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008, \"Profit\": 77888063.0}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004, \"Profit\": 39823958.0}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004, \"Profit\": -6659698.0}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004, \"Profit\": -5466190.0}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 160352140.0}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000, \"Profit\": -4154873.0}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 80863945.0}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001, \"Profit\": -3602635.0}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999, \"Profit\": 100188905.0}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002, \"Profit\": 21781100.0}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000, \"Profit\": 27881663.0}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000, \"Profit\": -2198810.0}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001, \"Profit\": -9773208.0}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008, \"Profit\": 240056401.0}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006, \"Profit\": 9725589.0}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005, \"Profit\": 27993782.0}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005, \"Profit\": 311784257.0}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007, \"Profit\": 82465792.0}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008, \"Profit\": 31231984.0}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004, \"Profit\": 9225165.0}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000, \"Profit\": -3285910.0}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007, \"Profit\": 22466538.0}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006, \"Profit\": 52623713.0}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008, \"Profit\": -15968557.0}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002, \"Profit\": -5766720.0}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 38041738.0}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002, \"Profit\": 22659652.0}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998, \"Profit\": -47930281.0}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008, \"Profit\": 30164027.0}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008, \"Profit\": -4101715.0}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 64781781.0}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004, \"Profit\": -33517539.0}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007, \"Profit\": 30583311.0}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009, \"Profit\": 430132119.0}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000, \"Profit\": 11867723.0}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007, \"Profit\": -17835005.0}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003, \"Profit\": 52383924.0}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006, \"Profit\": 120190324.0}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000, \"Profit\": 101200000.0}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -138208.0}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998, \"Profit\": -4486021.0}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003, \"Profit\": 44192232.0}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005, \"Profit\": -13825574.0}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006, \"Profit\": -6775002.0}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998, \"Profit\": 51529000.0}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008, \"Profit\": 212133947.0}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007, \"Profit\": 26106409.0}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005, \"Profit\": 2636443.0}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006, \"Profit\": 75778934.0}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007, \"Profit\": -10665599.0}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002, \"Profit\": 83775994.0}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001, \"Profit\": 5889158.0}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003, \"Profit\": 144675402.0}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005, \"Profit\": 35064800.0}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003, \"Profit\": -1891482.0}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001, \"Profit\": 19260435.0}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 2010363.0}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002, \"Profit\": 778987880.0}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004, \"Profit\": 665538952.0}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005, \"Profit\": 746013036.0}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007, \"Profit\": 788468864.0}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009, \"Profit\": 687499905.0}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001, \"Profit\": 851457891.0}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006, \"Profit\": 300000317.0}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997, \"Profit\": 180700000.0}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001, \"Profit\": 23102389.0}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998, \"Profit\": -50129433.0}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998, \"Profit\": 15383563.0}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003, \"Profit\": -6803933.0}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006, \"Profit\": -2571825.0}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009, \"Profit\": 14235797.0}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002, \"Profit\": -36923185.0}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005, \"Profit\": 59019112.0}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005, \"Profit\": 2358449.0}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007, \"Profit\": 63197493.0}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000, \"Profit\": 2122740.0}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010, \"Profit\": 326581231.0}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004, \"Profit\": -7415287.0}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003, \"Profit\": 108360480.0}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008, \"Profit\": 125849257.0}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996, \"Profit\": 225500000.0}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003, \"Profit\": -9983506.0}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -132418.0}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009, \"Profit\": 29468574.0}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005, \"Profit\": 20763727.0}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004, \"Profit\": 110200225.0}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002, \"Profit\": -1160617.0}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003, \"Profit\": -23892215.0}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000, \"Profit\": -6264471.0}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006, \"Profit\": 576899282.0}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009, \"Profit\": 796685941.0}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002, \"Profit\": 318257136.0}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005, \"Profit\": 732334.0}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997, \"Profit\": -1988025.0}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969, \"Profit\": -17372578.0}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003, \"Profit\": 62231264.0}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999, \"Profit\": 7842974.0}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006, \"Profit\": -2330086.0}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002, \"Profit\": -4222535.0}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008, \"Profit\": -3391650.0}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998, \"Profit\": 6817779.0}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999, \"Profit\": -10976259.0}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004, \"Profit\": -9709125.0}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998, \"Profit\": 16020622.0}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997, \"Profit\": 108250091.0}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009, \"Profit\": -1617462.0}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006, \"Profit\": 67776175.0}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000, \"Profit\": 1395216.0}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009, \"Profit\": 28692979.0}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006, \"Profit\": -6927757.0}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009, \"Profit\": -38876677.0}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002, \"Profit\": -33885763.0}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010, \"Profit\": 593830280.0}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003, \"Profit\": 11693646.0}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999, \"Profit\": 7026509.0}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006, \"Profit\": -12022064.0}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008, \"Profit\": 601558145.0}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999, \"Profit\": -17982631.0}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006, \"Profit\": -10386283.0}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009, \"Profit\": 19771168.0}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009, \"Profit\": -17685000.0}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009, \"Profit\": -1948546.0}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997, \"Profit\": 48226569.0}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007, \"Profit\": 100708462.0}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006, \"Profit\": 134634237.0}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999, \"Profit\": -7734803.0}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002, \"Profit\": 67622499.0}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999, \"Profit\": 22387965.0}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999, \"Profit\": -20894793.0}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009, \"Profit\": 14179264.0}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007, \"Profit\": -39852958.0}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007, \"Profit\": -3278904.0}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 243601023.0}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010, \"Profit\": 452128345.0}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008, \"Profit\": 396604126.0}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999, \"Profit\": -18666083.0}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008, \"Profit\": 2274984.0}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005, \"Profit\": 43018913.0}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000, \"Profit\": -33045595.0}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002, \"Profit\": -36438863.0}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003, \"Profit\": 115826012.0}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007, \"Profit\": -794589.0}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998, \"Profit\": -15354626.0}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997, \"Profit\": 60673162.0}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997, \"Profit\": 99356941.0}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005, \"Profit\": -13047022.0}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999, \"Profit\": -10043599.0}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005, \"Profit\": 24947540.0}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999, \"Profit\": 76820.0}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999, \"Profit\": 226730660.0}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002, \"Profit\": 289942139.0}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006, \"Profit\": 494365000.0}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008, \"Profit\": 346368427.0}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009, \"Profit\": 16832166.0}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006, \"Profit\": 72578712.0}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002, \"Profit\": 70466905.0}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008, \"Profit\": 195904370.0}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001, \"Profit\": 14987695.0}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001, \"Profit\": -7503478.0}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001, \"Profit\": 45026845.0}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003, \"Profit\": 115323929.0}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003, \"Profit\": 10623801.0}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007, \"Profit\": -14998224.0}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004, \"Profit\": 19462753.0}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004, \"Profit\": 2066129.0}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002, \"Profit\": -999297.0}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007, \"Profit\": -7937456.0}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001, \"Profit\": -355548.0}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005, \"Profit\": 42687083.0}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006, \"Profit\": 10326650.0}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -35728703.0}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003, \"Profit\": 115703599.0}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001, \"Profit\": -13484010.0}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010, \"Profit\": -36452883.0}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002, \"Profit\": 66226631.0}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002, \"Profit\": 11606175.0}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010, \"Profit\": -8524254.0}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001, \"Profit\": -7747170.0}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001, \"Profit\": -1026818.0}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996, \"Profit\": 224000000.0}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001, \"Profit\": 11762400.0}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000, \"Profit\": -812452.0}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004, \"Profit\": -6960951.0}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009, \"Profit\": 86646119.0}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008, \"Profit\": 139617068.0}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005, \"Profit\": 1678010.0}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007, \"Profit\": 223327671.0}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001, \"Profit\": 272900000.0}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000, \"Profit\": -2960148.0}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003, \"Profit\": 37127162.0}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002, \"Profit\": -1828183.0}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003, \"Profit\": 89326122.0}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002, \"Profit\": -24283874.0}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001, \"Profit\": 22937778.0}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 1109095.0}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003, \"Profit\": 30723216.0}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010, \"Profit\": 48252166.0}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000, \"Profit\": 35236338.0}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001, \"Profit\": 11833473.0}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 81004669.0}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010, \"Profit\": 310591618.0}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977, \"Profit\": 19400000.0}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005, \"Profit\": 10842724.0}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004, \"Profit\": 95907920.0}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003, \"Profit\": 125098138.0}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 16393939.0}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005, \"Profit\": 101398413.0}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004, \"Profit\": 2000959.0}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002, \"Profit\": 7415268.0}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997, \"Profit\": 33527873.0}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005, \"Profit\": 343517357.0}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007, \"Profit\": 191494109.0}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010, \"Profit\": 111937227.0}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007, \"Profit\": 14009602.0}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001, \"Profit\": -1577194.0}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002, \"Profit\": -2580300.0}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009, \"Profit\": 137858642.0}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998, \"Profit\": -24680085.0}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001, \"Profit\": 2315140.0}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004, \"Profit\": 46501902.0}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005, \"Profit\": -20950473.0}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -1894163.0}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001, \"Profit\": 15083966.0}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007, \"Profit\": 53222245.0}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997, \"Profit\": -22313306.0}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002, \"Profit\": 6033556.0}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997, \"Profit\": 75604977.0}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009, \"Profit\": 60190972.0}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004, \"Profit\": 42332848.0}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004, \"Profit\": 42692139.0}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006, \"Profit\": -2214831.0}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006, \"Profit\": 74830111.0}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008, \"Profit\": 24263506.0}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000, \"Profit\": 2719474.0}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009, \"Profit\": -30451359.0}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002, \"Profit\": 21790248.0}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007, \"Profit\": -1946558.0}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003, \"Profit\": -2004336.0}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004, \"Profit\": -2051678.0}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004, \"Profit\": -8241629.0}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005, \"Profit\": 5350214.0}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006, \"Profit\": -1319901.0}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006, \"Profit\": 763019.0}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001, \"Profit\": 118638276.0}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 30900082.0}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001, \"Profit\": -14278659.0}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010, \"Profit\": 38622938.0}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007, \"Profit\": 435055701.0}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008, \"Profit\": -17169138.0}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -11696561.0}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006, \"Profit\": 55756082.0}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -25551411.0}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006, \"Profit\": -1656753.0}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999, \"Profit\": 35956241.0}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997, \"Profit\": 257710615.0}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002, \"Profit\": -14654131.0}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004, \"Profit\": -10708025.0}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005, \"Profit\": -12551377.0}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001, \"Profit\": 438836.0}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004, \"Profit\": -15193274.0}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003, \"Profit\": -21079812.0}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999, \"Profit\": -1478413.0}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002, \"Profit\": 32432423.0}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002, \"Profit\": 165800000.0}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999, \"Profit\": -6283313.0}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999, \"Profit\": -7128397.0}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998, \"Profit\": 905901.0}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003, \"Profit\": 40534455.0}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010, \"Profit\": 38332453.0}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002, \"Profit\": -5945394.0}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006, \"Profit\": 42363516.0}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998, \"Profit\": -53852216.0}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002, \"Profit\": -788276.0}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006, \"Profit\": 92523181.0}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007, \"Profit\": 3640402.0}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007, \"Profit\": 28211088.0}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006, \"Profit\": -1987333.0}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003, \"Profit\": 127079973.0}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000, \"Profit\": -1749894.0}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -1408568.0}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006, \"Profit\": -5949698.0}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998, \"Profit\": 56117629.0}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999, \"Profit\": -7447745.0}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 6602581.0}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000, \"Profit\": 12709625.0}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997, \"Profit\": 2554569.0}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999, \"Profit\": -6677392.0}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002, \"Profit\": 4445781.0}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002, \"Profit\": 832284377.0}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003, \"Profit\": 1039027325.0}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001, \"Profit\": 759621686.0}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005, \"Profit\": 20142629.0}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 23947569.0}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004, \"Profit\": -39536270.0}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006, \"Profit\": -345813.0}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007, \"Profit\": -45560985.0}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003, \"Profit\": 336810575.0}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007, \"Profit\": -1811610.0}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010, \"Profit\": 55850384.0}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999, \"Profit\": -1206224.0}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003, \"Profit\": 102454000.0}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002, \"Profit\": -9673593.0}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000, \"Profit\": 3320293.0}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010, \"Profit\": -11383026.0}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997, \"Profit\": 711686679.0}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007, \"Profit\": 35799818.0}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003, \"Profit\": -25459338.0}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010, \"Profit\": -151413.0}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998, \"Profit\": 145400000.0}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006, \"Profit\": 37636047.0}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008, \"Profit\": -13733033.0}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007, \"Profit\": -48478171.0}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000, \"Profit\": -571465.0}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007, \"Profit\": 50696051.0}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003, \"Profit\": -5534810.0}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003, \"Profit\": 202967903.0}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000, \"Profit\": -8444012.0}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009, \"Profit\": 29702568.0}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005, \"Profit\": 94110682.0}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999, \"Profit\": -3887360.0}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010, \"Profit\": -8979013.0}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009, \"Profit\": 12206355.0}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001, \"Profit\": -23827800.0}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007, \"Profit\": 73284657.0}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010, \"Profit\": -24865096.0}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007, \"Profit\": 67999782.0}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 568806957.0}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005, \"Profit\": 108320568.0}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997, \"Profit\": -39438962.0}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001, \"Profit\": 476060.0}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008, \"Profit\": 449516844.0}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005, \"Profit\": 457680671.0}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005, \"Profit\": 8579042.0}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005, \"Profit\": -13482738.0}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998, \"Profit\": 20143795.0}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009, \"Profit\": 154449670.0}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003, \"Profit\": 8114828.0}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004, \"Profit\": 58706816.0}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005, \"Profit\": -27900294.0}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999, \"Profit\": -4592365.0}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997, \"Profit\": -6198245.0}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003, \"Profit\": -18353336.0}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008, \"Profit\": -10493002.0}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006, \"Profit\": 7165608.0}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005, \"Profit\": -40081578.0}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005, \"Profit\": 7290120.0}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999, \"Profit\": 395279930.0}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001, \"Profit\": 5292381.0}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003, \"Profit\": -1604460.0}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005, \"Profit\": 1372277.0}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008, \"Profit\": 61213577.0}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002, \"Profit\": 363744044.0}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008, \"Profit\": 14787111.0}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001, \"Profit\": -69590483.0}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008, \"Profit\": 21975388.0}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009, \"Profit\": 84817028.0}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006, \"Profit\": 5869934.0}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997, \"Profit\": -37591580.0}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -17923177.0}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004, \"Profit\": 16148711.0}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999, \"Profit\": 13864342.0}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007, \"Profit\": 71487651.0}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003, \"Profit\": 74486484.0}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010, \"Profit\": 55676620.0}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006, \"Profit\": 97540909.0}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004, \"Profit\": 467749.0}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003, \"Profit\": -18891023.0}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008, \"Profit\": -9351194.0}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004, \"Profit\": 186763646.0}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009, \"Profit\": 73008336.0}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008, \"Profit\": 65508112.0}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004, \"Profit\": 110947227.0}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002, \"Profit\": -4407277.0}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998, \"Profit\": -19643874.0}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000, \"Profit\": 98270999.0}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005, \"Profit\": 76510853.0}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997, \"Profit\": 497790539.0}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000, \"Profit\": 50339483.0}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001, \"Profit\": 34665950.0}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998, \"Profit\": -27016668.0}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000, \"Profit\": -426401.0}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006, \"Profit\": -20945639.0}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999, \"Profit\": 22880016.0}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998, \"Profit\": -40349997.0}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004, \"Profit\": 6692434.0}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -15952309.0}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999, \"Profit\": 11446802.0}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009, \"Profit\": 43348218.0}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006, \"Profit\": -2100886.0}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002, \"Profit\": 301818803.0}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -30265502.0}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000, \"Profit\": -6958197.0}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005, \"Profit\": 41382396.0}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000, \"Profit\": 426209889.0}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006, \"Profit\": 247501348.0}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000, \"Profit\": 167100000.0}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003, \"Profit\": -26746567.0}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998, \"Profit\": -29367963.0}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001, \"Profit\": -34693666.0}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002, \"Profit\": 16184820.0}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003, \"Profit\": 19499204.0}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005, \"Profit\": 23894863.0}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003, \"Profit\": 6976113.0}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000, \"Profit\": 16000000.0}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005, \"Profit\": -3135041.0}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999, \"Profit\": -24140431.0}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005, \"Profit\": -10433765.0}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001, \"Profit\": 5097495.0}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006, \"Profit\": -13656694.0}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997, \"Profit\": -9921063.0}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998, \"Profit\": 21968169.0}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005, \"Profit\": 110931301.0}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002, \"Profit\": -14169043.0}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003, \"Profit\": 56598309.0}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001, \"Profit\": 40873922.0}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007, \"Profit\": -20808846.0}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999, \"Profit\": -20982604.0}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006, \"Profit\": 65161010.0}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999, \"Profit\": 130350000.0}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002, \"Profit\": 12676974.0}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003, \"Profit\": 53003694.0}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001, \"Profit\": 411864330.0}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -3853598.0}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997, \"Profit\": 16076865.0}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009, \"Profit\": 1934829.0}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004, \"Profit\": -11530572.0}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002, \"Profit\": -5732806.0}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002, \"Profit\": 12639865.0}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001, \"Profit\": 126213196.0}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009, \"Profit\": -23809997.0}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004, \"Profit\": 456567575.0}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000, \"Profit\": 246500000.0}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004, \"Profit\": -8172704.0}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004, \"Profit\": 36445708.0}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002, \"Profit\": 256824714.0}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 6467231.0}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998, \"Profit\": 25716953.0}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005, \"Profit\": -5533634.0}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997, \"Profit\": 21327406.0}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996, \"Profit\": -10196695.0}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008, \"Profit\": -35889542.0}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997, \"Profit\": 23894591.0}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003, \"Profit\": -6966656.0}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006, \"Profit\": 5025861.0}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009, \"Profit\": -1982104.0}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008, \"Profit\": 54646831.0}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999, \"Profit\": -19108377.0}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005, \"Profit\": 72989926.0}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010, \"Profit\": -5894734.0}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007, \"Profit\": 3932117.0}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -14326586.0}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003, \"Profit\": 611576929.0}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003, \"Profit\": 314259759.0}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004, \"Profit\": -737456.0}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998, \"Profit\": 213500000.0}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001, \"Profit\": -3080422.0}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999, \"Profit\": 336385488.0}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001, \"Profit\": 335007640.0}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008, \"Profit\": 222912118.0}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005, \"Profit\": 55279090.0}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999, \"Profit\": -7695214.0}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002, \"Profit\": 6643267.0}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999, \"Profit\": -3385046.0}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006, \"Profit\": 464480841.0}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001, \"Profit\": -12946185.0}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007, \"Profit\": 105556146.0}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004, \"Profit\": -11234415.0}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006, \"Profit\": 28818556.0}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009, \"Profit\": 206687380.0}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003, \"Profit\": 12552708.0}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001, \"Profit\": 107808615.0}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997, \"Profit\": 241200000.0}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 59180297.0}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000, \"Profit\": 28512760.0}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005, \"Profit\": 179941.0}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005, \"Profit\": 3409058.0}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999, \"Profit\": -23149899.0}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996, \"Profit\": 831846.0}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009, \"Profit\": 61553995.0}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005, \"Profit\": 2100915.0}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -38237989.0}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003, \"Profit\": 126835191.0}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006, \"Profit\": 67197993.0}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002, \"Profit\": 2965659.0}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008, \"Profit\": 194490286.0}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004, \"Profit\": 247405002.0}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006, \"Profit\": 11432264.0}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008, \"Profit\": 18319801.0}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005, \"Profit\": -8017773.0}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -25000000.0}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007, \"Profit\": 137103209.0}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004, \"Profit\": 540882184.0}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998, \"Profit\": -894234.0}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010, \"Profit\": 70175011.0}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009, \"Profit\": 5572742.0}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002, \"Profit\": 15972187.0}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998, \"Profit\": -16658907.0}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000, \"Profit\": -644238.0}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003, \"Profit\": -454860.0}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004, \"Profit\": 37489752.0}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999, \"Profit\": 321728226.0}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000, \"Profit\": -21729609.0}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002, \"Profit\": -8437200.0}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008, \"Profit\": 57081683.0}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009, \"Profit\": 7422883.0}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000, \"Profit\": 20394308.0}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010, \"Profit\": -14813170.0}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000, \"Profit\": -54985766.0}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009, \"Profit\": 263054631.0}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008, \"Profit\": 21487293.0}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009, \"Profit\": 25473591.0}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007, \"Profit\": -566681.0}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007, \"Profit\": -39920877.0}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001, \"Profit\": 1684207.0}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007, \"Profit\": 64107979.0}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004, \"Profit\": 72276787.0}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005, \"Profit\": -58138.0}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001, \"Profit\": -3477072.0}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -326515.0}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004, \"Profit\": 45740956.0}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005, \"Profit\": -6375758.0}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007, \"Profit\": 11680109.0}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005, \"Profit\": -1308120.0}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003, \"Profit\": 61327628.0}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005, \"Profit\": 73954076.0}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006, \"Profit\": 6547755.0}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 3850527.0}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007, \"Profit\": 44593167.0}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000, \"Profit\": 3732366.0}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001, \"Profit\": 77992536.0}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000, \"Profit\": 77600000.0}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002, \"Profit\": -192369.0}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004, \"Profit\": 93676606.0}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007, \"Profit\": 33813837.0}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005, \"Profit\": -3815600.0}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006, \"Profit\": 29723550.0}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -18784118.0}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998, \"Profit\": 14145924.0}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002, \"Profit\": 25308707.0}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001, \"Profit\": 340728529.0}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004, \"Profit\": 278531634.0}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007, \"Profit\": 226744465.0}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010, \"Profit\": -7034049.0}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999, \"Profit\": 2827813.0}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002, \"Profit\": 5657770.0}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006, \"Profit\": 94607383.0}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999, \"Profit\": 40230832.0}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007, \"Profit\": 18847174.0}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006, \"Profit\": -793649.0}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002, \"Profit\": 40223306.0}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998, \"Profit\": -3291804.0}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009, \"Profit\": -7416950.0}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001, \"Profit\": -5643257.0}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006, \"Profit\": -6604039.0}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006, \"Profit\": -8985557.0}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006, \"Profit\": 104901703.0}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004, \"Profit\": 51600882.0}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003, \"Profit\": 42293719.0}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003, \"Profit\": -23440253.0}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998, \"Profit\": -372713.0}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001, \"Profit\": -9478590.0}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004, \"Profit\": 1471479.0}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997, \"Profit\": -10887043.0}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003, \"Profit\": 62325829.0}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001, \"Profit\": -56403089.0}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001, \"Profit\": -21735014.0}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005, \"Profit\": -38329080.0}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001, \"Profit\": 2906394.0}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009, \"Profit\": -48749383.0}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998, \"Profit\": -10437432.0}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003, \"Profit\": 5489826.0}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999, \"Profit\": -11455880.0}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003, \"Profit\": -8988946.0}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005, \"Profit\": 142006880.0}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006, \"Profit\": 67234615.0}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004, \"Profit\": 586899420.0}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998, \"Profit\": 152200000.0}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999, \"Profit\": 111626121.0}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003, \"Profit\": 29350576.0}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008, \"Profit\": 50761789.0}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004, \"Profit\": 77071435.0}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001, \"Profit\": 135334774.0}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997, \"Profit\": 12967368.0}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003, \"Profit\": -4744515.0}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003, \"Profit\": -19878028.0}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010, \"Profit\": -6599172.0}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009, \"Profit\": 6613298.0}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006, \"Profit\": 4271305.0}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003, \"Profit\": -3436289.0}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004, \"Profit\": 103225796.0}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003, \"Profit\": 86837138.0}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002, \"Profit\": 85000000.0}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006, \"Profit\": 78926474.0}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003, \"Profit\": 530011224.0}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006, \"Profit\": 840659812.0}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007, \"Profit\": 660996492.0}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004, \"Profit\": -12787249.0}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000, \"Profit\": 30182088.0}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999, \"Profit\": -15572796.0}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000, \"Profit\": -5017320.0}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010, \"Profit\": 131435277.0}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007, \"Profit\": -8142626.0}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010, \"Profit\": -8116546.0}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999, \"Profit\": 4770413.0}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010, \"Profit\": 42090007.0}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001, \"Profit\": -15593868.0}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000, \"Profit\": -2238995.0}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000, \"Profit\": 4557291.0}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001, \"Profit\": 262211740.0}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010, \"Profit\": 1028339.0}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009, \"Profit\": 58005745.0}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002, \"Profit\": -92905005.0}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998, \"Profit\": 18047939.0}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009, \"Profit\": 193755453.0}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 74941380.0}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002, \"Profit\": -13318189.0}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001, \"Profit\": -15000000.0}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009, \"Profit\": -22966569.0}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004, \"Profit\": 21664370.0}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 103946923.0}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001, \"Profit\": 65452128.0}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004, \"Profit\": 135420597.0}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004, \"Profit\": 128360435.0}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009, \"Profit\": 165090399.0}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001, \"Profit\": -206742.0}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006, \"Profit\": 21674817.0}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002, \"Profit\": -10194188.0}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 89862682.0}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998, \"Profit\": 8336997.0}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006, \"Profit\": 291551094.0}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009, \"Profit\": -12527349.0}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004, \"Profit\": -3387928.0}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998, \"Profit\": -25982016.0}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009, \"Profit\": 53471431.0}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008, \"Profit\": 13440721.0}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005, \"Profit\": 92918508.0}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 101054514.0}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010, \"Profit\": 84549380.0}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997, \"Profit\": -7409183.0}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006, \"Profit\": 68480323.0}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004, \"Profit\": -643243.0}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005, \"Profit\": 9535005.0}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006, \"Profit\": 251086036.0}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004, \"Profit\": 558846.0}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001, \"Profit\": 297739855.0}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 61461343.0}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998, \"Profit\": 158600000.0}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -12047005.0}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008, \"Profit\": 39109687.0}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005, \"Profit\": -11715669.0}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002, \"Profit\": 148308367.0}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009, \"Profit\": 277358031.0}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 135055643.0}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006, \"Profit\": 67896006.0}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -1000000.0}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997, \"Profit\": -62349296.0}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000, \"Profit\": -3732028.0}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998, \"Profit\": 17226218.0}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000, \"Profit\": 105300000.0}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009, \"Profit\": 107879983.0}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002, \"Profit\": -8574299.0}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006, \"Profit\": 22271485.0}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002, \"Profit\": -408969.0}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008, \"Profit\": -26800870.0}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009, \"Profit\": 6411527.0}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999, \"Profit\": -24591165.0}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006, \"Profit\": -4281205.0}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000, \"Profit\": -6491078.0}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002, \"Profit\": -4692196.0}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002, \"Profit\": -7012353.0}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002, \"Profit\": -14977277.0}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008, \"Profit\": 24091811.0}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006, \"Profit\": 107840603.0}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998, \"Profit\": -1827500.0}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006, \"Profit\": -518580.0}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006, \"Profit\": 2122787.0}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002, \"Profit\": 9199600.0}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003, \"Profit\": 18293628.0}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997, \"Profit\": 5916769.0}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008, \"Profit\": 69254105.0}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999, \"Profit\": -800000.0}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 73284813.0}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003, \"Profit\": 30443032.0}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007, \"Profit\": 470495432.0}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 85305995.0}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006, \"Profit\": -22594580.0}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002, \"Profit\": -44147492.0}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010, \"Profit\": 100885538.0}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005, \"Profit\": 180700012.0}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000, \"Profit\": -5229903.0}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999, \"Profit\": 238007919.0}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005, \"Profit\": 63772522.0}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006, \"Profit\": 131720088.0}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000, \"Profit\": -29300000.0}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004, \"Profit\": 616111.0}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002, \"Profit\": 128455420.0}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008, \"Profit\": 73107610.0}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007, \"Profit\": 22226214.0}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005, \"Profit\": -27507986.0}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001, \"Profit\": 34451470.0}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007, \"Profit\": -4934612.0}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005, \"Profit\": 69891803.0}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007, \"Profit\": 81987.0}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997, \"Profit\": -26043392.0}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008, \"Profit\": 10636074.0}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010, \"Profit\": 39343435.0}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004, \"Profit\": -6476122.0}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005, \"Profit\": -8329380.0}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000, \"Profit\": 54511.0}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998, \"Profit\": -10964259.0}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004, \"Profit\": 78940078.0}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007, \"Profit\": 101162920.0}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 92068993.0}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002, \"Profit\": 68787401.0}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000, \"Profit\": 8662299.0}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008, \"Profit\": 41989671.0}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008, \"Profit\": 8505302.0}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002, \"Profit\": 22150183.0}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000, \"Profit\": -12639221.0}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008, \"Profit\": 1326280.0}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998, \"Profit\": 112894685.0}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001, \"Profit\": -17218547.0}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999, \"Profit\": -34369221.0}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005, \"Profit\": 111941727.0}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005, \"Profit\": 3762763.0}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000, \"Profit\": -40870390.0}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003, \"Profit\": -296980.0}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002, \"Profit\": 2853194.0}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 8573083.0}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007, \"Profit\": -7768749.0}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007, \"Profit\": 10342161.0}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998, \"Profit\": 10921898.0}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007, \"Profit\": -7062858.0}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008, \"Profit\": -6232662.0}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001, \"Profit\": -18682235.0}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002, \"Profit\": 58693537.0}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005, \"Profit\": 7500866.0}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000, \"Profit\": 66036760.0}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998, \"Profit\": -13389116.0}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005, \"Profit\": -787706.0}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000, \"Profit\": -46536031.0}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000, \"Profit\": 2890108.0}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001, \"Profit\": 38607223.0}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007, \"Profit\": -2962114.0}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003, \"Profit\": -183406.0}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000, \"Profit\": 106706683.0}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008, \"Profit\": 16781410.0}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000, \"Profit\": 103739110.0}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008, \"Profit\": -2822878.0}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000, \"Profit\": 11719931.0}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003, \"Profit\": -4168107.0}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006, \"Profit\": -8654723.0}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006, \"Profit\": -4786371.0}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001, \"Profit\": 257425832.0}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007, \"Profit\": 73025968.0}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998, \"Profit\": 210300000.0}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998, \"Profit\": 9080435.0}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 32524497.0}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999, \"Profit\": -9937594.0}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004, \"Profit\": -188020.0}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004, \"Profit\": 16419128.0}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005, \"Profit\": -23328075.0}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997, \"Profit\": 79400000.0}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007, \"Profit\": -1360916.0}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001, \"Profit\": 18270895.0}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002, \"Profit\": -17323302.0}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010, \"Profit\": 193347692.0}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004, \"Profit\": 5102511.0}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001, \"Profit\": -2648431.0}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004, \"Profit\": 101896345.0}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005, \"Profit\": 147925093.0}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006, \"Profit\": 153876815.0}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007, \"Profit\": 124528909.0}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008, \"Profit\": 102346769.0}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009, \"Profit\": 50259697.0}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001, \"Profit\": -19483292.0}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006, \"Profit\": -1994639.0}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005, \"Profit\": 19425966.0}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003, \"Profit\": 62336445.0}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006, \"Profit\": -12594916.0}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001, \"Profit\": 96189101.0}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003, \"Profit\": 110200000.0}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006, \"Profit\": 138710620.0}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004, \"Profit\": 156185387.0}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002, \"Profit\": 192294164.0}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002, \"Profit\": 75823486.0}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003, \"Profit\": 111161177.0}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006, \"Profit\": -2192431.0}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006, \"Profit\": 35125717.0}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001, \"Profit\": 45542091.0}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996, \"Profit\": 158046663.0}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997, \"Profit\": 77363301.0}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000, \"Profit\": 121838076.0}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002, \"Profit\": 104529000.0}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -4098260.0}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007, \"Profit\": 65556675.0}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004, \"Profit\": 26386345.0}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997, \"Profit\": 15450113.0}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006, \"Profit\": 17280697.0}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007, \"Profit\": -9198143.0}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004, \"Profit\": 40066497.0}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002, \"Profit\": -8853850.0}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001, \"Profit\": 119602.0}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997, \"Profit\": 61445884.0}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008, \"Profit\": 358547258.0}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001, \"Profit\": 67080413.0}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003, \"Profit\": 186685242.0}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999, \"Profit\": -71905.0}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004, \"Profit\": -6777817.0}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000, \"Profit\": 279017.0}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000, \"Profit\": 54177170.0}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006, \"Profit\": 27123569.0}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000, \"Profit\": 258200000.0}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004, \"Profit\": 24629128.0}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006, \"Profit\": -14708.0}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999, \"Profit\": 53465522.0}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006, \"Profit\": 31889159.0}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006, \"Profit\": -1377194.0}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001, \"Profit\": 30836296.0}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006, \"Profit\": 49982632.0}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010, \"Profit\": 214512934.0}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998, \"Profit\": 253500000.0}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007, \"Profit\": -865642.0}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009, \"Profit\": 438249844.0}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010, \"Profit\": 29219151.0}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007, \"Profit\": 35203582.0}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001, \"Profit\": 434399218.0}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004, \"Profit\": 849838758.0}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007, \"Profit\": 638958162.0}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010, \"Profit\": 564395990.0}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004, \"Profit\": 292275019.0}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003, \"Profit\": -3067281.0}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002, \"Profit\": -11026468.0}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002, \"Profit\": -6051235.0}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007, \"Profit\": 24538513.0}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 46625798.0}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002, \"Profit\": 337563071.0}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998, \"Profit\": -1746585.0}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997, \"Profit\": -19834787.0}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007, \"Profit\": 454571022.0}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003, \"Profit\": 20767884.0}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005, \"Profit\": 118753820.0}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003, \"Profit\": -7475253.0}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999, \"Profit\": 632806292.0}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004, \"Profit\": 29464368.0}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005, \"Profit\": 52907715.0}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000, \"Profit\": 20007180.0}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005, \"Profit\": 21627454.0}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002, \"Profit\": -6185756.0}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -11627590.0}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -60376918.0}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999, \"Profit\": 137068340.0}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006, \"Profit\": 28495466.0}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008, \"Profit\": 28612166.0}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001, \"Profit\": 263100280.0}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007, \"Profit\": -16635393.0}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007, \"Profit\": -14262385.0}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004, \"Profit\": -591817.0}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005, \"Profit\": -22303235.0}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006, \"Profit\": -2415064.0}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008, \"Profit\": 351257315.0}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998, \"Profit\": 502773.0}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998, \"Profit\": 31743823.0}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005, \"Profit\": 368336279.0}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007, \"Profit\": 39047261.0}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001, \"Profit\": 15684906.0}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002, \"Profit\": -41625938.0}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999, \"Profit\": -1601011.0}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001, \"Profit\": 2693891.0}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998, \"Profit\": 338099999.0}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998, \"Profit\": 30891409.0}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006, \"Profit\": 29020814.0}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004, \"Profit\": 101627117.0}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003, \"Profit\": -342077.0}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005, \"Profit\": -73699549.0}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006, \"Profit\": 7387513.0}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001, \"Profit\": -10594175.0}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003, \"Profit\": 10470220.0}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000, \"Profit\": 16189835.0}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002, \"Profit\": 83010692.0}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999, \"Profit\": -21621647.0}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007, \"Profit\": -7969390.0}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000, \"Profit\": 73593107.0}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000, \"Profit\": 49452927.0}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002, \"Profit\": 516222.0}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002, \"Profit\": -32029962.0}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010, \"Profit\": -8145454.0}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009, \"Profit\": -21713042.0}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001, \"Profit\": 1250934.0}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002, \"Profit\": -3982361.0}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008, \"Profit\": -4771170.0}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010, \"Profit\": 40092818.0}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997, \"Profit\": 35992389.0}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004, \"Profit\": -1446193.0}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 31037603.0}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996, \"Profit\": 170200000.0}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004, \"Profit\": -20655679.0}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997, \"Profit\": 47949859.0}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007, \"Profit\": 152363226.0}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 110416609.0}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008, \"Profit\": 22517784.0}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000, \"Profit\": 63874043.0}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003, \"Profit\": -8358212.0}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008, \"Profit\": -26605538.0}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008, \"Profit\": 70339667.0}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001, \"Profit\": -982873.0}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997, \"Profit\": 40468000.0}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998, \"Profit\": -22831706.0}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998, \"Profit\": 31042592.0}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004, \"Profit\": 583705001.0}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007, \"Profit\": 632871626.0}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002, \"Profit\": 682708551.0}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010, \"Profit\": -41850857.0}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001, \"Profit\": 27057552.0}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006, \"Profit\": 159120000.0}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000, \"Profit\": -45781132.0}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 255949886.0}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003, \"Profit\": -3477351.0}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001, \"Profit\": 53049560.0}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 81721296.0}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003, \"Profit\": 127851995.0}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001, \"Profit\": 162692062.0}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010, \"Profit\": -1493784.0}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005, \"Profit\": 9598131.0}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001, \"Profit\": 47294136.0}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005, \"Profit\": -4404874.0}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 32776032.0}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999, \"Profit\": 16628981.0}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001, \"Profit\": -9711754.0}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002, \"Profit\": 26515310.0}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 541695615.0}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 733998877.0}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997, \"Profit\": 21100000.0}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003, \"Profit\": 7273824.0}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006, \"Profit\": 3187506.0}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000, \"Profit\": 11934477.0}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997, \"Profit\": -14313571.0}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998, \"Profit\": 17672944.0}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004, \"Profit\": -3778029.0}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998, \"Profit\": 69709917.0}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007, \"Profit\": 62356221.0}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006, \"Profit\": 15235190.0}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -8545745.0}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006, \"Profit\": 10399714.0}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999, \"Profit\": 57441732.0}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999, \"Profit\": 9133087.0}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008, \"Profit\": 45589243.0}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999, \"Profit\": 193800000.0}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002, \"Profit\": 46000000.0}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005, \"Profit\": -61583254.0}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -9531133.0}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003, \"Profit\": -25454936.0}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002, \"Profit\": -1380159.0}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008, \"Profit\": -13820528.0}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000, \"Profit\": 208711434.0}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999, \"Profit\": -22899970.0}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009, \"Profit\": 9227561.0}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009, \"Profit\": 31445389.0}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008, \"Profit\": 17154645.0}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 16560117.0}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006, \"Profit\": 103328121.0}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999, \"Profit\": -3802134.0}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996, \"Profit\": 104000000.0}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998, \"Profit\": 47800000.0}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002, \"Profit\": 7312826.0}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -30648433.0}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008, \"Profit\": 71597610.0}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002, \"Profit\": 20046142.0}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006, \"Profit\": 77844.0}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 809288297.0}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003, \"Profit\": 8537164.0}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008, \"Profit\": 132517783.0}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002, \"Profit\": 125500000.0}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002, \"Profit\": -2535644.0}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005, \"Profit\": -26747450.0}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007, \"Profit\": 45395745.0}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009, \"Profit\": 39668350.0}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999, \"Profit\": -2711870.0}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008, \"Profit\": -3631195.0}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998, \"Profit\": 416635085.0}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003, \"Profit\": 128100000.0}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004, \"Profit\": 92705641.0}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004, \"Profit\": 78097882.0}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004, \"Profit\": 52958031.0}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002, \"Profit\": -9401355.0}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003, \"Profit\": 14641323.0}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 2100834.0}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002, \"Profit\": 18563926.0}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001, \"Profit\": 25754228.0}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007, \"Profit\": -3721369.0}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997, \"Profit\": -31495558.0}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008, \"Profit\": 59661554.0}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002, \"Profit\": 1633441.0}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998, \"Profit\": 84800000.0}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008, \"Profit\": -8587515.0}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001, \"Profit\": 2646056.0}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006, \"Profit\": 18971871.0}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -16918075.0}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005, \"Profit\": 45024620.0}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004, \"Profit\": -18287436.0}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002, \"Profit\": 3050241.0}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 9491653.0}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009, \"Profit\": 200461461.0}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006, \"Profit\": 35742066.0}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006, \"Profit\": 90013377.0}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999, \"Profit\": 41292135.0}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004, \"Profit\": 1161796.0}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999, \"Profit\": -3490129.0}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004, \"Profit\": -26768556.0}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999, \"Profit\": 25572780.0}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000, \"Profit\": 32721314.0}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005, \"Profit\": -2852009.0}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007, \"Profit\": 36778552.0}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003, \"Profit\": -10867369.0}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999, \"Profit\": 76304264.0}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009, \"Profit\": -2345796.0}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008, \"Profit\": 28717945.0}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004, \"Profit\": 30274834.0}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999, \"Profit\": 395874.0}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003, \"Profit\": 10632458.0}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000, \"Profit\": -3814423.0}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001, \"Profit\": 47401343.0}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008, \"Profit\": 300349.0}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007, \"Profit\": 111934139.0}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003, \"Profit\": 263058296.0}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 171628539.0}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007, \"Profit\": 557272592.0}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009, \"Profit\": 626303693.0}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 5122676.0}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005, \"Profit\": -9574927.0}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010, \"Profit\": 18241549.0}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010, \"Profit\": 32226657.0}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000, \"Profit\": -10221401.0}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009, \"Profit\": 1341896.0}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002, \"Profit\": 35694737.0}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007, \"Profit\": 3006708.0}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002, \"Profit\": -4159158.0}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008, \"Profit\": 44706727.0}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005, \"Profit\": 19048526.0}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998, \"Profit\": -15599509.0}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000, \"Profit\": -13445453.0}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000, \"Profit\": 4688384.0}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005, \"Profit\": -9606304.0}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999, \"Profit\": 21846082.0}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001, \"Profit\": -5094254.0}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007, \"Profit\": 77006691.0}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007, \"Profit\": -1339582.0}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999, \"Profit\": -9429625.0}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999, \"Profit\": -4189146.0}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999, \"Profit\": -63301101.0}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002, \"Profit\": -9414000.0}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000, \"Profit\": 35159800.0}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003, \"Profit\": -53296816.0}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003, \"Profit\": 4302406.0}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000, \"Profit\": -38248021.0}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997, \"Profit\": 1642879955.0}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010, \"Profit\": 16553799.0}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003, \"Profit\": 101265204.0}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002, \"Profit\": 18983590.0}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001, \"Profit\": 2558739.0}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007, \"Profit\": 41777490.0}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007, \"Profit\": 60009888.0}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997, \"Profit\": 229504276.0}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001, \"Profit\": 43430876.0}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003, \"Profit\": 66453758.0}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001, \"Profit\": 180644183.0}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004, \"Profit\": 419272402.0}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999, \"Profit\": -13798243.0}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004, \"Profit\": 6176322.0}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001, \"Profit\": 192947037.0}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010, \"Profit\": -3819393.0}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999, \"Profit\": 394966906.0}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010, \"Profit\": 846340665.0}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009, \"Profit\": 38989667.0}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002, \"Profit\": -8200000.0}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000, \"Profit\": 160300000.0}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000, \"Profit\": -3088668.0}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001, \"Profit\": 59505362.0}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008, \"Profit\": 5664173.0}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002, \"Profit\": -23083131.0}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002, \"Profit\": 201094024.0}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999, \"Profit\": 6017070.0}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009, \"Profit\": 245680447.0}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004, \"Profit\": 143673959.0}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005, \"Profit\": 14151744.0}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005, \"Profit\": 53095856.0}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002, \"Profit\": 22928932.0}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009, \"Profit\": -1085730.0}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008, \"Profit\": 98163455.0}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004, \"Profit\": 347398577.0}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002, \"Profit\": 197200000.0}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007, \"Profit\": 2043864.0}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998, \"Profit\": 188400000.0}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006, \"Profit\": -6451622.0}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005, \"Profit\": -23584344.0}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999, \"Profit\": 303191819.0}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 2874789.0}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006, \"Profit\": 6879971.0}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -3508031.0}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009, \"Profit\": 59666635.0}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004, \"Profit\": -14081258.0}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002, \"Profit\": 4344615.0}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005, \"Profit\": -2080803.0}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997, \"Profit\": -43467226.0}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006, \"Profit\": 4321070.0}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001, \"Profit\": 6097096.0}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998, \"Profit\": 1315026.0}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006, \"Profit\": 19384046.0}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998, \"Profit\": -4944909.0}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004, \"Profit\": -9880152.0}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 652623634.0}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 620155447.0}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008, \"Profit\": 359439854.0}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001, \"Profit\": -94635231.0}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999, \"Profit\": 852450.0}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006, \"Profit\": 34517763.0}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003, \"Profit\": 98071655.0}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001, \"Profit\": -37376626.0}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006, \"Profit\": 37344087.0}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006, \"Profit\": 31732211.0}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008, \"Profit\": 7664070.0}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000, \"Profit\": 65630030.0}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002, \"Profit\": 13230435.0}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005, \"Profit\": -19345223.0}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004, \"Profit\": 137726736.0}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009, \"Profit\": 165115214.0}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006, \"Profit\": -9277936.0}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006, \"Profit\": -3050786.0}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000, \"Profit\": 174856037.0}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009, \"Profit\": 61208315.0}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005, \"Profit\": -562153.0}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003, \"Profit\": 73708457.0}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005, \"Profit\": -7930682.0}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002, \"Profit\": -7601372.0}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006, \"Profit\": 66318875.0}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005, \"Profit\": -11464425.0}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002, \"Profit\": 69114494.0}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999, \"Profit\": -29282579.0}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006, \"Profit\": -619507.0}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005, \"Profit\": 6037621.0}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008, \"Profit\": 17649951.0}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009, \"Profit\": 556304609.0}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 136077420.0}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005, \"Profit\": 15361993.0}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998, \"Profit\": 58571864.0}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000, \"Profit\": 23574362.0}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000, \"Profit\": 807075.0}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008, \"Profit\": 123686497.0}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005, \"Profit\": 26746888.0}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001, \"Profit\": 10384136.0}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009, \"Profit\": -5627531.0}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000, \"Profit\": -20764514.0}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003, \"Profit\": 2011439.0}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007, \"Profit\": 1489150.0}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005, \"Profit\": -24118255.0}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -1977589.0}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004, \"Profit\": -3876149.0}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006, \"Profit\": 82511035.0}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -3965855.0}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004, \"Profit\": 130150546.0}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004, \"Profit\": 188514545.0}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000, \"Profit\": -1140525.0}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999, \"Profit\": -44373310.0}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008, \"Profit\": 12194905.0}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 4606587.0}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000, \"Profit\": 138500000.0}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998, \"Profit\": 268825.0}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001, \"Profit\": 132726605.0}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997, \"Profit\": 30100000.0}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006, \"Profit\": 76199867.0}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006, \"Profit\": 16606717.0}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000, \"Profit\": 1431365.0}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999, \"Profit\": 38294169.0}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010, \"Profit\": 163771698.0}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 31975553.0}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008, \"Profit\": -3364350.0}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997, \"Profit\": 49252038.0}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006, \"Profit\": -6536961.0}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 15160543.0}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 52193251.0}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008, \"Profit\": 352743103.0}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007, \"Profit\": 15666994.0}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -8703816.0}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 79627047.0}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005, \"Profit\": 459745532.0}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009, \"Profit\": 46068357.0}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 5119205.0}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007, \"Profit\": 20702180.0}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007, \"Profit\": -7872812.0}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010, \"Profit\": 3951693.0}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000, \"Profit\": -1577515.0}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 9125664.0}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004, \"Profit\": 91448997.0}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005, \"Profit\": 26549774.0}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001, \"Profit\": 66728529.0}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003, \"Profit\": -4439488.0}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009, \"Profit\": -18938920.0}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -9941620.0}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 243218368.0}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005, \"Profit\": 32175038.0}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999, \"Profit\": 1476168.0}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007, \"Profit\": 26700285.0}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002, \"Profit\": 44658262.0}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005, \"Profit\": -8490294.0}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010, \"Profit\": -12122444.0}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003, \"Profit\": 10990505.0}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003, \"Profit\": 34533352.0}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007, \"Profit\": -14424879.0}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000, \"Profit\": 25862054.0}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000, \"Profit\": 1142507.0}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009, \"Profit\": -1956637.0}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008, \"Profit\": 16107627.0}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006, \"Profit\": 51966987.0}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998, \"Profit\": -8514957.0}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005, \"Profit\": -13185434.0}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004, \"Profit\": -16599920.0}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009, \"Profit\": -876344.0}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998, \"Profit\": 35576699.0}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004, \"Profit\": 6862585.0}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002, \"Profit\": -37371735.0}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005, \"Profit\": 18589427.0}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999, \"Profit\": -18421978.0}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998, \"Profit\": -24219674.0}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008, \"Profit\": -24587877.0}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000, \"Profit\": 198693989.0}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005, \"Profit\": 155319402.0}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002, \"Profit\": 35060915.0}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003, \"Profit\": -13117304.0}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999, \"Profit\": 47105681.0}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008, \"Profit\": -1756433.0}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 82094360.0}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008, \"Profit\": 265934768.0}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000, \"Profit\": 2192613.0}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010, \"Profit\": -7577748.0}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009, \"Profit\": 224825760.0}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008, \"Profit\": 34042410.0}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998, \"Profit\": -4935028.0}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999, \"Profit\": 19059640.0}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004, \"Profit\": 35121280.0}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001, \"Profit\": 8462071.0}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006, \"Profit\": -3386217.0}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000, \"Profit\": -43708398.0}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006, \"Profit\": 2677636.0}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008, \"Profit\": 37236603.0}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004, \"Profit\": -8686176.0}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006, \"Profit\": 98278893.0}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000, \"Profit\": 14267829.0}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005, \"Profit\": -4533039.0}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004, \"Profit\": -20269146.0}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009, \"Profit\": -22745254.0}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998, \"Profit\": 167191646.0}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003, \"Profit\": 18649556.0}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000, \"Profit\": 307100000.0}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000, \"Profit\": 4061935.0}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008, \"Profit\": 33369434.0}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 123176423.0}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010, \"Profit\": -18302259.0}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000, \"Profit\": 259627820.0}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003, \"Profit\": 282711549.0}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006, \"Profit\": 309359555.0}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010, \"Profit\": -14428.0}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010, \"Profit\": 158484023.0}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005, \"Profit\": 11073932.0}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000, \"Profit\": -17717290.0}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 46826768.0}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000, \"Profit\": 9805992.0}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009, \"Profit\": -2395277.0}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -1038779.0}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008, \"Profit\": 175990976.0}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007, \"Profit\": -1573149.0}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005, \"Profit\": 27359917.0}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998, \"Profit\": 185800000.0}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010, \"Profit\": -414412.0}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 28649881.0}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 8762690.0}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003, \"Profit\": -741837.0}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009, \"Profit\": -23998728.0}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -6454460.0}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998, \"Profit\": -2919307.0}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001, \"Profit\": 32780981.0}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009, \"Profit\": 75090286.0}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008, \"Profit\": 12851125.0}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -1919916.0}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006, \"Profit\": -22493812.0}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005, \"Profit\": 61475336.0}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998, \"Profit\": 168700000.0}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "display_data",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-83a27f75f41a4f0dbeb572b930710fdc.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-83a27f75f41a4f0dbeb572b930710fdc.vega-embed details,\n",
+ " #altair-viz-83a27f75f41a4f0dbeb572b930710fdc.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-83a27f75f41a4f0dbeb572b930710fdc\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-83a27f75f41a4f0dbeb572b930710fdc\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-83a27f75f41a4f0dbeb572b930710fdc\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"opacity\": 0.6}}, \"data\": {\"name\": \"data-bcbee19b5f0fdd2dbb6a4678f1257770\"}, \"mark\": {\"type\": \"point\"}, \"encoding\": {\"color\": {\"field\": \"Major_Genre\", \"type\": \"nominal\"}, \"x\": {\"field\": \"Running_Time_min\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Rotten_Tomatoes_Rating\", \"type\": \"quantitative\"}}, \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-bcbee19b5f0fdd2dbb6a4678f1257770\": [{\"Title\": \"The Land Girls\", \"US_Gross\": 146083.0, \"Worldwide_Gross\": 146083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1071.0, \"Year\": 1998, \"Profit\": -7853917.0}, {\"Title\": \"First Love, Last Rites\", \"US_Gross\": 10876.0, \"Worldwide_Gross\": 10876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 207.0, \"Year\": 1998, \"Profit\": -289124.0}, {\"Title\": \"I Married a Strange Person\", \"US_Gross\": 203134.0, \"Worldwide_Gross\": 203134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 865.0, \"Year\": 1998, \"Profit\": -46866.0}, {\"Title\": \"Let's Talk About Sex\", \"US_Gross\": 373615.0, \"Worldwide_Gross\": 373615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 73615.0}, {\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998, \"Profit\": 87521.0}, {\"Title\": \"Mississippi Mermaid\", \"US_Gross\": 24551.0, \"Worldwide_Gross\": 2624551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 1024551.0}, {\"Title\": \"Following\", \"US_Gross\": 44705.0, \"Worldwide_Gross\": 44705.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000.0, \"Release_Date\": \"1999-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 15133.0, \"Year\": 1999, \"Profit\": 38705.0}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999, \"Profit\": 4426908.0}, {\"Title\": \"Pirates\", \"US_Gross\": 1641825.0, \"Worldwide_Gross\": 6341825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3275.0, \"Year\": 1986, \"Profit\": -33658175.0}, {\"Title\": \"Tom Jones\", \"US_Gross\": 37600000.0, \"Worldwide_Gross\": 37600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4035.0, \"Year\": 1963, \"Profit\": 36600000.0}, {\"Title\": \"Oliver!\", \"US_Gross\": 37402877.0, \"Worldwide_Gross\": 37402877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1968-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9111.0, \"Year\": 1968, \"Profit\": 27402877.0}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962, \"Profit\": 11129846.0}, {\"Title\": \"Tora, Tora, Tora\", \"US_Gross\": 29548291.0, \"Worldwide_Gross\": 29548291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-09-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970, \"Profit\": 4548291.0}, {\"Title\": \"Hollywood Shuffle\", \"US_Gross\": 5228617.0, \"Worldwide_Gross\": 5228617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1532.0, \"Year\": 1987, \"Profit\": 5128617.0}, {\"Title\": \"Darling Lili\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Blake Edwards\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 858.0, \"Year\": 1970, \"Profit\": -17000000.0}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956, \"Profit\": 66500000.0}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957, \"Profit\": -340000.0}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995, \"Profit\": 139841459.0}, {\"Title\": 1776, \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1972-11-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4099.0, \"Year\": 1972, \"Profit\": -4000000.0}, {\"Title\": 1941, \"US_Gross\": 34175000.0, \"Worldwide_Gross\": 94875000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1979-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13364.0, \"Year\": 1979, \"Profit\": 62875000.0}, {\"Title\": \"Chacun sa nuit\", \"US_Gross\": 18435.0, \"Worldwide_Gross\": 18435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 365.0, \"Year\": 2007, \"Profit\": -1881565.0}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968, \"Profit\": 58200000.0}, {\"Title\": \"20,000 Leagues Under the Sea\", \"US_Gross\": 28200000.0, \"Worldwide_Gross\": 28200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1954-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1954, \"Profit\": 23200000.0}, {\"Title\": \"24 7: Twenty Four Seven\", \"US_Gross\": 72544.0, \"Worldwide_Gross\": 72544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1417.0, \"Year\": 1998, \"Profit\": -1927456.0}, {\"Title\": \"Twin Falls Idaho\", \"US_Gross\": 985341.0, \"Worldwide_Gross\": 1027228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2810.0, \"Year\": 1999, \"Profit\": 527228.0}, {\"Title\": \"Three Kingdoms: Resurrection of the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22139590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 2139590.0}, {\"Title\": \"3 Men and a Baby\", \"US_Gross\": 167780960.0, \"Worldwide_Gross\": 167780960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-11-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16764.0, \"Year\": 1987, \"Profit\": 152780960.0}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994, \"Profit\": -8255040.0}, {\"Title\": \"Forty Shades of Blue\", \"US_Gross\": 75828.0, \"Worldwide_Gross\": 172569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 873.0, \"Year\": 2005, \"Profit\": -1327431.0}, {\"Title\": \"Four Rooms\", \"US_Gross\": 4301000.0, \"Worldwide_Gross\": 4301000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34328.0, \"Year\": 1995, \"Profit\": 301000.0}, {\"Title\": \"The Four Seasons\", \"US_Gross\": 42488161.0, \"Worldwide_Gross\": 42488161.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Alda\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1814.0, \"Year\": 1981, \"Profit\": 35988161.0}, {\"Title\": \"Four Weddings and a Funeral\", \"US_Gross\": 52700832.0, \"Worldwide_Gross\": 242895809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1994-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39003.0, \"Year\": 1994, \"Profit\": 238395809.0}, {\"Title\": \"51 Birch Street\", \"US_Gross\": 84689.0, \"Worldwide_Gross\": 84689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2006-10-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 439.0, \"Year\": 2006, \"Profit\": -265311.0}, {\"Title\": \"55 Days at Peking\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2104.0, \"Year\": 1962, \"Profit\": -7000000.0}, {\"Title\": \"Nine 1/2 Weeks\", \"US_Gross\": 6734844.0, \"Worldwide_Gross\": 6734844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12731.0, \"Year\": 1986, \"Profit\": -11265156.0}, {\"Title\": \"Ast\\u00c8rix aux Jeux Olympiques\", \"US_Gross\": 999811.0, \"Worldwide_Gross\": 132999811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 113500000.0, \"Release_Date\": \"2008-07-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5620.0, \"Year\": 2008, \"Profit\": 19499811.0}, {\"Title\": \"The Abyss\", \"US_Gross\": 54243125.0, \"Worldwide_Gross\": 54243125.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1989-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 51018.0, \"Year\": 1989, \"Profit\": -15756875.0}, {\"Title\": \"Action Jackson\", \"US_Gross\": 20257000.0, \"Worldwide_Gross\": 20257000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 3856.0, \"Year\": 1988, \"Profit\": 13257000.0}, {\"Title\": \"Ace Ventura: Pet Detective\", \"US_Gross\": 72217396.0, \"Worldwide_Gross\": 107217396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 63543.0, \"Year\": 1994, \"Profit\": 95217396.0}, {\"Title\": \"Ace Ventura: When Nature Calls\", \"US_Gross\": 108360063.0, \"Worldwide_Gross\": 212400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 51275.0, \"Year\": 1995, \"Profit\": 182400000.0}, {\"Title\": \"April Fool's Day\", \"US_Gross\": 12947763.0, \"Worldwide_Gross\": 12947763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986, \"Profit\": 7947763.0}, {\"Title\": \"Among Giants\", \"US_Gross\": 64359.0, \"Worldwide_Gross\": 64359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 546.0, \"Year\": 1999, \"Profit\": -3935641.0}, {\"Title\": \"Annie Get Your Gun\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3768785.0, \"Release_Date\": \"1950-05-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1326.0, \"Year\": 1950, \"Profit\": 4231215.0}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1951-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 1951, \"Profit\": -3000000.0}, {\"Title\": \"The Princess and the Cobbler\", \"US_Gross\": 669276.0, \"Worldwide_Gross\": 669276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 893.0, \"Year\": 1995, \"Profit\": -23330724.0}, {\"Title\": \"The Alamo\", \"US_Gross\": 7900000.0, \"Worldwide_Gross\": 7900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Wayne\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 1960, \"Profit\": -4100000.0}, {\"Title\": \"Alexander's Ragtime Band\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1937, \"Profit\": 2000000.0}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993, \"Profit\": 4299670.0}, {\"Title\": \"Amen\", \"US_Gross\": 274299.0, \"Worldwide_Gross\": 274299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5416.0, \"Year\": 2003, \"Profit\": -13725701.0}, {\"Title\": \"American Graffiti\", \"US_Gross\": 115000000.0, \"Worldwide_Gross\": 140000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 777000.0, \"Release_Date\": \"1973-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30952.0, \"Year\": 1973, \"Profit\": 139223000.0}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986, \"Profit\": 3650000.0}, {\"Title\": \"The American President\", \"US_Gross\": 60022813.0, \"Worldwide_Gross\": 107822813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22780.0, \"Year\": 1995, \"Profit\": 45822813.0}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977, \"Profit\": 34251425.0}, {\"Title\": \"Anatomie\", \"US_Gross\": 9598.0, \"Worldwide_Gross\": 9598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6266.0, \"Year\": 2000, \"Profit\": -2490402.0}, {\"Title\": \"The Adventures of Huck Finn\", \"US_Gross\": 24103594.0, \"Worldwide_Gross\": 24103594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1993-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3095.0, \"Year\": 1993, \"Profit\": 17603594.0}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959, \"Profit\": 21600000.0}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979, \"Profit\": 47300000.0}, {\"Title\": \"Arachnophobia\", \"US_Gross\": 53208180.0, \"Worldwide_Gross\": 53208180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1990-07-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20528.0, \"Year\": 1990, \"Profit\": 22208180.0}, {\"Title\": \"Arn - Tempelriddaren\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 14900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6251.0, \"Year\": 2007, \"Profit\": -1600000.0}, {\"Title\": \"Arnolds Park\", \"US_Gross\": 23616.0, \"Worldwide_Gross\": 23616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Movie Partners\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 77.0, \"Year\": 2007, \"Profit\": -576384.0}, {\"Title\": \"Sweet Sweetback's Baad Asssss Song\", \"US_Gross\": 15200000.0, \"Worldwide_Gross\": 15200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1769.0, \"Year\": 1971, \"Profit\": 15050000.0}, {\"Title\": \"And Then Came Love\", \"US_Gross\": 8158.0, \"Worldwide_Gross\": 8158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 989000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Meadow\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 200.0, \"Year\": 2007, \"Profit\": -980842.0}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 42000000.0, \"Worldwide_Gross\": 42000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1956-10-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 1956, \"Profit\": 36000000.0}, {\"Title\": \"Barbarella\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1968-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10794.0, \"Year\": 1968, \"Profit\": -9000000.0}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974, \"Profit\": 9000000.0}, {\"Title\": \"Barbarians, The\", \"US_Gross\": 800000.0, \"Worldwide_Gross\": 800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1987-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 236.0, \"Year\": 1987, \"Profit\": -3200000.0}, {\"Title\": \"Babe\", \"US_Gross\": 63658910.0, \"Worldwide_Gross\": 246100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35644.0, \"Year\": 1995, \"Profit\": 216100000.0}, {\"Title\": \"Boynton Beach Club\", \"US_Gross\": 3127472.0, \"Worldwide_Gross\": 3127472.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Wingate Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 227472.0}, {\"Title\": \"Baby's Day Out\", \"US_Gross\": 16581575.0, \"Worldwide_Gross\": 16581575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 8332.0, \"Year\": 1994, \"Profit\": -33418425.0}, {\"Title\": \"Bound by Honor\", \"US_Gross\": 4496583.0, \"Worldwide_Gross\": 4496583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1993-04-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10142.0, \"Year\": 1993, \"Profit\": -30503417.0}, {\"Title\": \"Bon Cop, Bad Cop\", \"US_Gross\": 12671300.0, \"Worldwide_Gross\": 12671300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 151.0, \"Year\": 2006, \"Profit\": 4671300.0}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985, \"Profit\": 362109762.0}, {\"Title\": \"Back to the Future Part II\", \"US_Gross\": 118450002.0, \"Worldwide_Gross\": 332000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1989-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87341.0, \"Year\": 1989, \"Profit\": 292000000.0}, {\"Title\": \"Back to the Future Part III\", \"US_Gross\": 87666629.0, \"Worldwide_Gross\": 243700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1990-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 77541.0, \"Year\": 1990, \"Profit\": 203700000.0}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969, \"Profit\": 96308900.0}, {\"Title\": \"Bad Boys\", \"US_Gross\": 65647413.0, \"Worldwide_Gross\": 141247413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 53929.0, \"Year\": 1995, \"Profit\": 118247413.0}, {\"Title\": \"Body Double\", \"US_Gross\": 8801940.0, \"Worldwide_Gross\": 8801940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9738.0, \"Year\": 1984, \"Profit\": -1198060.0}, {\"Title\": \"The Beast from 20,000 Fathoms\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000.0, \"Release_Date\": \"1953-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1953, \"Profit\": 4790000.0}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991, \"Profit\": -5226510.0}, {\"Title\": \"The Beastmaster\", \"US_Gross\": 10751126.0, \"Worldwide_Gross\": 10751126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5734.0, \"Year\": 1982, \"Profit\": 5751126.0}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959, \"Profit\": 58000000.0}, {\"Title\": \"Benji\", \"US_Gross\": 31559560.0, \"Worldwide_Gross\": 31559560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1974-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1801.0, \"Year\": 1974, \"Profit\": 31059560.0}, {\"Title\": \"Before Sunrise\", \"US_Gross\": 5274005.0, \"Worldwide_Gross\": 5274005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39705.0, \"Year\": 1995, \"Profit\": 2774005.0}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991, \"Profit\": 383476931.0}, {\"Title\": \"The Ballad of Gregorio Cortez\", \"US_Gross\": 909000.0, \"Worldwide_Gross\": 909000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1305000.0, \"Release_Date\": \"1983-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Embassy\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983, \"Profit\": -396000.0}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005, \"Profit\": -2995345.0}, {\"Title\": \"Battle for the Planet of the Apes\", \"US_Gross\": 8800000.0, \"Worldwide_Gross\": 8800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1972-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6094.0, \"Year\": 1972, \"Profit\": 7000000.0}, {\"Title\": \"Big Things\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -50000.0}, {\"Title\": \"Bogus\", \"US_Gross\": 4357406.0, \"Worldwide_Gross\": 4357406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-09-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2742.0, \"Year\": 1996, \"Profit\": -27642594.0}, {\"Title\": \"Beverly Hills Cop\", \"US_Gross\": 234760478.0, \"Worldwide_Gross\": 316300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1984-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45065.0, \"Year\": 1984, \"Profit\": 301300000.0}, {\"Title\": \"Beverly Hills Cop II\", \"US_Gross\": 153665036.0, \"Worldwide_Gross\": 276665036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1987-05-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 29712.0, \"Year\": 1987, \"Profit\": 256665036.0}, {\"Title\": \"Beverly Hills Cop III\", \"US_Gross\": 42586861.0, \"Worldwide_Gross\": 119180938.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 21199.0, \"Year\": 1994, \"Profit\": 69180938.0}, {\"Title\": \"The Black Hole\", \"US_Gross\": 35841901.0, \"Worldwide_Gross\": 35841901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7810.0, \"Year\": 1979, \"Profit\": 15841901.0}, {\"Title\": \"Bathory\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3436763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1446.0, \"Year\": 2008, \"Profit\": -11563237.0}, {\"Title\": \"Big\", \"US_Gross\": 114968774.0, \"Worldwide_Gross\": 151668774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1988-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49256.0, \"Year\": 1988, \"Profit\": 133668774.0}, {\"Title\": \"Boyz n the Hood\", \"US_Gross\": 56190094.0, \"Worldwide_Gross\": 56190094.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1991-07-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 30299.0, \"Year\": 1991, \"Profit\": 49690094.0}, {\"Title\": \"The Book of Mormon Movie, Volume 1: The Journey\", \"US_Gross\": 1660865.0, \"Worldwide_Gross\": 1660865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Distributor Unknown\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -339135.0}, {\"Title\": \"Return to the Blue Lagoon\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 4632.0, \"Year\": 1990, \"Profit\": -9000000.0}, {\"Title\": \"Bright Lights, Big City\", \"US_Gross\": 16118077.0, \"Worldwide_Gross\": 16118077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 11929.0, \"Year\": 1988, \"Profit\": -8881923.0}, {\"Title\": \"The Blue Bird\", \"US_Gross\": 887000.0, \"Worldwide_Gross\": 887000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 359.0, \"Year\": 1975, \"Profit\": -313000.0}, {\"Title\": \"The Blue Butterfly\", \"US_Gross\": 1610194.0, \"Worldwide_Gross\": 1610194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10400000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 817.0, \"Year\": 2004, \"Profit\": -8789806.0}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982, \"Profit\": 5139618.0}, {\"Title\": \"Bloodsport\", \"US_Gross\": 11806119.0, \"Worldwide_Gross\": 11806119.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1988-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19816.0, \"Year\": 1988, \"Profit\": 10306119.0}, {\"Title\": \"The Blues Brothers\", \"US_Gross\": 57229890.0, \"Worldwide_Gross\": 57229890.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1980-06-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 62941.0, \"Year\": 1980, \"Profit\": 30229890.0}, {\"Title\": \"Blow Out\", \"US_Gross\": 13747234.0, \"Worldwide_Gross\": 13747234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Filmways Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10239.0, \"Year\": 1981, \"Profit\": -4252766.0}, {\"Title\": \"De battre mon coeur s'est arr\\u00cdt\\u00c8\", \"US_Gross\": 1023424.0, \"Worldwide_Gross\": 8589831.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7295.0, \"Year\": 2005, \"Profit\": 3089831.0}, {\"Title\": \"The Broadway Melody\", \"US_Gross\": 2800000.0, \"Worldwide_Gross\": 4358000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 379000.0, \"Release_Date\": \"1928-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2017.0, \"Year\": 1928, \"Profit\": 3979000.0}, {\"Title\": \"Boom Town\", \"US_Gross\": 9172000.0, \"Worldwide_Gross\": 9172000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1115.0, \"Year\": 1939, \"Profit\": 7172000.0}, {\"Title\": \"Bound\", \"US_Gross\": 3802260.0, \"Worldwide_Gross\": 6300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23564.0, \"Year\": 1996, \"Profit\": 1800000.0}, {\"Title\": \"Bang\", \"US_Gross\": 527.0, \"Worldwide_Gross\": 527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"1996-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff \\\"\\\"King Jeff\\\"\\\" Hollins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 369.0, \"Year\": 1996, \"Profit\": -9473.0}, {\"Title\": \"Bananas\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1971-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12415.0, \"Year\": 1971, \"Profit\": 29168926.5}, {\"Title\": \"Bill & Ted's Bogus Journey\", \"US_Gross\": 37537675.0, \"Worldwide_Gross\": 37537675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-07-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20188.0, \"Year\": 1991, \"Profit\": 17537675.0}, {\"Title\": \"The Ballad of Cable Hogue\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3716946.0, \"Release_Date\": \"1970-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3125.0, \"Year\": 1970, \"Profit\": 1283054.0}, {\"Title\": \"The Blood of Heroes\", \"US_Gross\": 882290.0, \"Worldwide_Gross\": 882290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7700000.0, \"Release_Date\": \"1990-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2523.0, \"Year\": 1990, \"Profit\": -6817710.0}, {\"Title\": \"The Blood of My Brother: A Story of Death in Iraq\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lifesize Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 90.0, \"Year\": 2006, \"Profit\": -120000.0}, {\"Title\": \"Boomerang\", \"US_Gross\": 70052444.0, \"Worldwide_Gross\": 131052444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 202.0, \"Year\": 1992, \"Profit\": 89052444.0}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957, \"Profit\": 30300000.0}, {\"Title\": \"Born on the Fourth of July\", \"US_Gross\": 70001698.0, \"Worldwide_Gross\": 70001698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32108.0, \"Year\": 1989, \"Profit\": 56001698.0}, {\"Title\": \"Basquiat\", \"US_Gross\": 2962051.0, \"Worldwide_Gross\": 2962051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7935.0, \"Year\": 1996, \"Profit\": -37949.0}, {\"Title\": \"Black Rain\", \"US_Gross\": 45892212.0, \"Worldwide_Gross\": 45892212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-09-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 137.0, \"Year\": 1989, \"Profit\": 15892212.0}, {\"Title\": \"Bottle Rocket\", \"US_Gross\": 407488.0, \"Worldwide_Gross\": 407488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21980.0, \"Year\": 1996, \"Profit\": -4592512.0}, {\"Title\": \"Braindead\", \"US_Gross\": 242623.0, \"Worldwide_Gross\": 242623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32827.0, \"Year\": 1993, \"Profit\": -2757377.0}, {\"Title\": \"The Bridges of Madison County\", \"US_Gross\": 71516617.0, \"Worldwide_Gross\": 175516617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 21923.0, \"Year\": 1995, \"Profit\": 153516617.0}, {\"Title\": \"The Brothers McMullen\", \"US_Gross\": 10426506.0, \"Worldwide_Gross\": 10426506.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1995-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4365.0, \"Year\": 1995, \"Profit\": 10401506.0}, {\"Title\": \"Dracula\", \"US_Gross\": 82522790.0, \"Worldwide_Gross\": 215862692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 136.0, \"Year\": 1992, \"Profit\": 175862692.0}, {\"Title\": \"Broken Arrow\", \"US_Gross\": 70645997.0, \"Worldwide_Gross\": 148345997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 33584.0, \"Year\": 1996, \"Profit\": 83345997.0}, {\"Title\": \"Brainstorm\", \"US_Gross\": 8921050.0, \"Worldwide_Gross\": 8921050.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1983-09-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4410.0, \"Year\": 1983, \"Profit\": -6078950.0}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995, \"Profit\": 137000000.0}, {\"Title\": \"Les Bronz\\u00c8s 3: amis pour la vie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 83833602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2006-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1254.0, \"Year\": 2006, \"Profit\": 41833602.0}, {\"Title\": \"Brazil\", \"US_Gross\": 9929135.0, \"Worldwide_Gross\": 9929135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 76635.0, \"Year\": 1985, \"Profit\": -5070865.0}, {\"Title\": \"Blazing Saddles\", \"US_Gross\": 119500000.0, \"Worldwide_Gross\": 119500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1974-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45771.0, \"Year\": 1974, \"Profit\": 116900000.0}, {\"Title\": \"The Basket\", \"US_Gross\": 609042.0, \"Worldwide_Gross\": 609042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 343.0, \"Year\": 2000, \"Profit\": -690958.0}, {\"Title\": \"Bathing Beauty\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2361000.0, \"Release_Date\": \"1943-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 487.0, \"Year\": 1943, \"Profit\": 1139000.0}, {\"Title\": \"Bill & Ted's Excellent Adventure\", \"US_Gross\": 39916091.0, \"Worldwide_Gross\": 39916091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30341.0, \"Year\": 1989, \"Profit\": 29916091.0}, {\"Title\": \"A Bridge Too Far\", \"US_Gross\": 50800000.0, \"Worldwide_Gross\": 50800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1977-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16882.0, \"Year\": 1977, \"Profit\": 24800000.0}, {\"Title\": \"Beetle Juice\", \"US_Gross\": 73326666.0, \"Worldwide_Gross\": 73326666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61197.0, \"Year\": 1988, \"Profit\": 58326666.0}, {\"Title\": \"Batman Returns\", \"US_Gross\": 162831698.0, \"Worldwide_Gross\": 266822354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1992-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78673.0, \"Year\": 1992, \"Profit\": 186822354.0}, {\"Title\": \"Batman Forever\", \"US_Gross\": 184031112.0, \"Worldwide_Gross\": 336529144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 76218.0, \"Year\": 1995, \"Profit\": 236529144.0}, {\"Title\": \"Batman - The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1377800.0, \"Release_Date\": \"2001-08-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -1377800.0}, {\"Title\": \"Batman\", \"US_Gross\": 251188924.0, \"Worldwide_Gross\": 411348924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1989-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111464.0, \"Year\": 1989, \"Profit\": 376348924.0}, {\"Title\": \"Buffy the Vampire Slayer\", \"US_Gross\": 14231669.0, \"Worldwide_Gross\": 14231669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16056.0, \"Year\": 1992, \"Profit\": 7231669.0}, {\"Title\": \"Bienvenue chez les Ch'tis\", \"US_Gross\": 1470856.0, \"Worldwide_Gross\": 243470856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 109.0, \"Distributor\": \"Link Productions Ltd.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7129.0, \"Year\": 2008, \"Profit\": 227470856.0}, {\"Title\": \"Beyond the Valley of the Dolls\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4626.0, \"Year\": 1970, \"Profit\": 8000000.0}, {\"Title\": \"Broken Vessels\", \"US_Gross\": 15030.0, \"Worldwide_Gross\": 85343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 399.0, \"Year\": 1999, \"Profit\": -514657.0}, {\"Title\": \"The Boys from Brazil\", \"US_Gross\": 19000000.0, \"Worldwide_Gross\": 19000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8741.0, \"Year\": 1977, \"Profit\": 7000000.0}, {\"Title\": \"The Business of Fancy Dancing\", \"US_Gross\": 174682.0, \"Worldwide_Gross\": 174682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Outrider Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 355.0, \"Year\": 2002, \"Profit\": -25318.0}, {\"Title\": \"Caddyshack\", \"US_Gross\": 39846344.0, \"Worldwide_Gross\": 39846344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35436.0, \"Year\": 1980, \"Profit\": 33846344.0}, {\"Title\": \"Cape Fear\", \"US_Gross\": 79091969.0, \"Worldwide_Gross\": 182291969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 47196.0, \"Year\": 1991, \"Profit\": 147291969.0}, {\"Title\": \"Clear and Present Danger\", \"US_Gross\": 122012656.0, \"Worldwide_Gross\": 207500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"1994-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29612.0, \"Year\": 1994, \"Profit\": 145500000.0}, {\"Title\": \"Carrie\", \"US_Gross\": 25878153.0, \"Worldwide_Gross\": 25878153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1976-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 38767.0, \"Year\": 1976, \"Profit\": 24078153.0}, {\"Title\": \"Casino Royale\", \"US_Gross\": 22744718.0, \"Worldwide_Gross\": 41744718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1967-04-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 1967, \"Profit\": 29744718.0}, {\"Title\": \"Camping Sauvage\", \"US_Gross\": 3479302.0, \"Worldwide_Gross\": 3479302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 378.0, \"Year\": 2004, \"Profit\": -1120698.0}, {\"Title\": \"The Cotton Club\", \"US_Gross\": 25928721.0, \"Worldwide_Gross\": 25928721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6940.0, \"Year\": 1984, \"Profit\": -22071279.0}, {\"Title\": \"Crop Circles: Quest for Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153.0, \"Year\": 2002, \"Profit\": -600000.0}, {\"Title\": \"Close Encounters of the Third Kind\", \"US_Gross\": 166000000.0, \"Worldwide_Gross\": 337700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1977-11-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 59049.0, \"Year\": 1977, \"Profit\": 317700000.0}, {\"Title\": \"The Cable Guy\", \"US_Gross\": 60240295.0, \"Worldwide_Gross\": 102825796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51109.0, \"Year\": 1996, \"Profit\": 55825796.0}, {\"Title\": \"Chocolate: Deep Dark Secrets\", \"US_Gross\": 49000.0, \"Worldwide_Gross\": 1549000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 527.0, \"Year\": 2005, \"Profit\": 549000.0}, {\"Title\": \"Child's Play\", \"US_Gross\": 33244684.0, \"Worldwide_Gross\": 44196684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1988-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16165.0, \"Year\": 1988, \"Profit\": 35196684.0}, {\"Title\": \"Child's Play 2\", \"US_Gross\": 26904572.0, \"Worldwide_Gross\": 34166572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8666.0, \"Year\": 1990, \"Profit\": 21166572.0}, {\"Title\": \"Chain Reaction\", \"US_Gross\": 21226204.0, \"Worldwide_Gross\": 60209334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 15817.0, \"Year\": 1996, \"Profit\": 5209334.0}, {\"Title\": \"Charly\", \"US_Gross\": 814666.0, \"Worldwide_Gross\": 814666.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 60.0, \"Year\": 2002, \"Profit\": -135334.0}, {\"Title\": \"Chariots of Fire\", \"US_Gross\": 57159946.0, \"Worldwide_Gross\": 57159946.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1981-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 16138.0, \"Year\": 1981, \"Profit\": 51659946.0}, {\"Title\": \"A Christmas Story\", \"US_Gross\": 19294144.0, \"Worldwide_Gross\": 19294144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 51757.0, \"Year\": 1983, \"Profit\": 16044144.0}, {\"Title\": \"Cat on a Hot Tin Roof\", \"US_Gross\": 17570324.0, \"Worldwide_Gross\": 17570324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1958-09-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 14540.0, \"Year\": 1958, \"Profit\": 14570324.0}, {\"Title\": \"C.H.U.D.\", \"US_Gross\": 4700000.0, \"Worldwide_Gross\": 4700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1984-08-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2806.0, \"Year\": 1984, \"Profit\": 3450000.0}, {\"Title\": \"Crooklyn\", \"US_Gross\": 13024170.0, \"Worldwide_Gross\": 13024170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1994-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3137.0, \"Year\": 1994, \"Profit\": -975830.0}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998, \"Profit\": 347780.0}, {\"Title\": \"Cleopatra\", \"US_Gross\": 48000000.0, \"Worldwide_Gross\": 62000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1963-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7870.0, \"Year\": 1963, \"Profit\": 26000000.0}, {\"Title\": \"Cliffhanger\", \"US_Gross\": 84049211.0, \"Worldwide_Gross\": 255000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34447.0, \"Year\": 1993, \"Profit\": 190000000.0}, {\"Title\": \"The Californians\", \"US_Gross\": 4134.0, \"Worldwide_Gross\": 4134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fabrication Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 226.0, \"Year\": 2005, \"Profit\": -495866.0}, {\"Title\": \"The Client\", \"US_Gross\": 92115211.0, \"Worldwide_Gross\": 117615211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19299.0, \"Year\": 1994, \"Profit\": 72615211.0}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002, \"Profit\": -127908.0}, {\"Title\": \"Clueless\", \"US_Gross\": 56598476.0, \"Worldwide_Gross\": 56598476.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13700000.0, \"Release_Date\": \"1995-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 39055.0, \"Year\": 1995, \"Profit\": 42898476.0}, {\"Title\": \"The Color Purple\", \"US_Gross\": 93589701.0, \"Worldwide_Gross\": 93589701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 26962.0, \"Year\": 1985, \"Profit\": 78589701.0}, {\"Title\": \"Clerks\", \"US_Gross\": 3073428.0, \"Worldwide_Gross\": 3073428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1994-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 89991.0, \"Year\": 1994, \"Profit\": 3046428.0}, {\"Title\": \"Central do Brasil\", \"US_Gross\": 5969553.0, \"Worldwide_Gross\": 17006158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 17343.0, \"Year\": 1998, \"Profit\": 14106158.0}, {\"Title\": \"Clash of the Titans\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 108.0, \"Distributor\": \"MGM\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 45773.0, \"Year\": 1981, \"Profit\": 15000000.0}, {\"Title\": \"Clockwatchers\", \"US_Gross\": 444354.0, \"Worldwide_Gross\": 444354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artistic License\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3171.0, \"Year\": 1998, \"Profit\": -1555646.0}, {\"Title\": \"Commando\", \"US_Gross\": 35073978.0, \"Worldwide_Gross\": 35073978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 49.0, \"Year\": 1985, \"Profit\": 25073978.0}, {\"Title\": \"The Color of Money\", \"US_Gross\": 52293000.0, \"Worldwide_Gross\": 52293000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1986-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25824.0, \"Year\": 1986, \"Profit\": 42293000.0}, {\"Title\": \"Cinderella\", \"US_Gross\": 85000000.0, \"Worldwide_Gross\": 85000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1950-02-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 373.0, \"Year\": 1950, \"Profit\": 82100000.0}, {\"Title\": \"Congo\", \"US_Gross\": 81022333.0, \"Worldwide_Gross\": 152022333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 17954.0, \"Year\": 1995, \"Profit\": 102022333.0}, {\"Title\": \"Conan the Barbarian\", \"US_Gross\": 38264085.0, \"Worldwide_Gross\": 38264085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1982-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38886.0, \"Year\": 1982, \"Profit\": 18264085.0}, {\"Title\": \"Conan the Destroyer\", \"US_Gross\": 26400000.0, \"Worldwide_Gross\": 26400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20368.0, \"Year\": 1984, \"Profit\": 8400000.0}, {\"Title\": \"Class of 1984\", \"US_Gross\": 6965361.0, \"Worldwide_Gross\": 6965361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1982-08-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2945.0, \"Year\": 1982, \"Profit\": 3715361.0}, {\"Title\": \"The Clan of the Cave Bear\", \"US_Gross\": 1953732.0, \"Worldwide_Gross\": 1953732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-01-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2763.0, \"Year\": 1986, \"Profit\": -13046268.0}, {\"Title\": \"The Case of the Grinning Cat\", \"US_Gross\": 7033.0, \"Worldwide_Gross\": 7033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Run/Icarus\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -192967.0}, {\"Title\": \"Bacheha-Ye aseman\", \"US_Gross\": 925402.0, \"Worldwide_Gross\": 925402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 180000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6657.0, \"Year\": 1999, \"Profit\": 745402.0}, {\"Title\": \"Coming Home\", \"US_Gross\": 32653000.0, \"Worldwide_Gross\": 32653000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Hal Ashby\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4410.0, \"Year\": 1977, \"Profit\": 29653000.0}, {\"Title\": \"Nanjing! Nanjing!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1725.0, \"Year\": 2009, \"Profit\": 8000000.0}, {\"Title\": \"Cool Runnings\", \"US_Gross\": 68856263.0, \"Worldwide_Gross\": 155056263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24533.0, \"Year\": 1993, \"Profit\": 141056263.0}, {\"Title\": \"Conquest of the Planet of the Apes\", \"US_Gross\": 9700000.0, \"Worldwide_Gross\": 9700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1971-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jack Lee Thompson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6188.0, \"Year\": 1971, \"Profit\": 8000000.0}, {\"Title\": \"Cure\", \"US_Gross\": 94596.0, \"Worldwide_Gross\": 94596.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2724.0, \"Year\": 2001, \"Profit\": 84596.0}, {\"Title\": \"Crocodile Dundee\", \"US_Gross\": 174803506.0, \"Worldwide_Gross\": 328000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1986-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 27277.0, \"Year\": 1986, \"Profit\": 323000000.0}, {\"Title\": \"Dayereh\", \"US_Gross\": 673780.0, \"Worldwide_Gross\": 673780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1851.0, \"Year\": 2001, \"Profit\": 663780.0}, {\"Title\": \"Karakter\", \"US_Gross\": 713413.0, \"Worldwide_Gross\": 713413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5531.0, \"Year\": 1998, \"Profit\": -3786587.0}, {\"Title\": \"Creepshow\", \"US_Gross\": 20036244.0, \"Worldwide_Gross\": 20036244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1982-11-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 12530.0, \"Year\": 1982, \"Profit\": 12036244.0}, {\"Title\": \"Creepshow 2\", \"US_Gross\": 14000000.0, \"Worldwide_Gross\": 14000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5910.0, \"Year\": 1987, \"Profit\": 10500000.0}, {\"Title\": \"The Crying Game\", \"US_Gross\": 62546695.0, \"Worldwide_Gross\": 62546695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1992-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 21195.0, \"Year\": 1992, \"Profit\": 58546695.0}, {\"Title\": \"Crimson Tide\", \"US_Gross\": 91387195.0, \"Worldwide_Gross\": 159387195.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 33354.0, \"Year\": 1995, \"Profit\": 104387195.0}, {\"Title\": \"Caravans\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 173.0, \"Year\": 1977, \"Profit\": -13000000.0}, {\"Title\": \"Crying With Laughter\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 820000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -820000.0}, {\"Title\": \"Fengkuang de Shitou\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 3000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1209.0, \"Year\": 2006, \"Profit\": 2500000.0}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941, \"Profit\": 9512500.0}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995, \"Profit\": 58400000.0}, {\"Title\": \"Casper\", \"US_Gross\": 100328194.0, \"Worldwide_Gross\": 282300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-05-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26121.0, \"Year\": 1995, \"Profit\": 227300000.0}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979, \"Profit\": -18000000.0}, {\"Title\": \"Catch-22\", \"US_Gross\": 24911670.0, \"Worldwide_Gross\": 24911670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1970-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9671.0, \"Year\": 1970, \"Profit\": 6911670.0}, {\"Title\": \"City Hall\", \"US_Gross\": 20278055.0, \"Worldwide_Gross\": 20278055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9908.0, \"Year\": 1996, \"Profit\": -19721945.0}, {\"Title\": \"Cutthroat Island\", \"US_Gross\": 10017322.0, \"Worldwide_Gross\": 10017322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"1995-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10346.0, \"Year\": 1995, \"Profit\": -81982678.0}, {\"Title\": \"La femme de chambre du Titanic\", \"US_Gross\": 244465.0, \"Worldwide_Gross\": 244465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 822.0, \"Year\": 1998, \"Profit\": -9755535.0}, {\"Title\": \"Courage Under Fire\", \"US_Gross\": 59003384.0, \"Worldwide_Gross\": 100833145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19682.0, \"Year\": 1996, \"Profit\": 54833145.0}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969, \"Profit\": 321508.0}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974, \"Profit\": 2820000.0}, {\"Title\": \"Cavite\", \"US_Gross\": 70071.0, \"Worldwide_Gross\": 71644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Truly Indie\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 487.0, \"Year\": 2006, \"Profit\": 64644.0}, {\"Title\": \"Copycat\", \"US_Gross\": 32051917.0, \"Worldwide_Gross\": 32051917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17182.0, \"Year\": 1995, \"Profit\": 12051917.0}, {\"Title\": \"Dark Angel\", \"US_Gross\": 4372561.0, \"Worldwide_Gross\": 4372561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1990-09-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Triumph Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3396.0, \"Year\": 1990, \"Profit\": -2627439.0}, {\"Title\": \"Boot, Das\", \"US_Gross\": 11487676.0, \"Worldwide_Gross\": 84970337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2184.0, \"Year\": 1982, \"Profit\": 72970337.0}, {\"Title\": \"Desperado\", \"US_Gross\": 25532388.0, \"Worldwide_Gross\": 25532388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1995-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 51515.0, \"Year\": 1995, \"Profit\": 18532388.0}, {\"Title\": \"Dumb & Dumber\", \"US_Gross\": 127175374.0, \"Worldwide_Gross\": 246400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 88093.0, \"Year\": 1994, \"Profit\": 230400000.0}, {\"Title\": \"Diamonds Are Forever\", \"US_Gross\": 43800000.0, \"Worldwide_Gross\": 116000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1971-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25354.0, \"Year\": 1971, \"Profit\": 108800000.0}, {\"Title\": \"The Dark Half\", \"US_Gross\": 9579068.0, \"Worldwide_Gross\": 9579068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5488.0, \"Year\": 1993, \"Profit\": -5420932.0}, {\"Title\": \"The Dark Hours\", \"US_Gross\": 423.0, \"Worldwide_Gross\": 423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 2804.0, \"Year\": 2005, \"Profit\": -399577.0}, {\"Title\": \"Dante's Peak\", \"US_Gross\": 67163857.0, \"Worldwide_Gross\": 178200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1997-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 23472.0, \"Year\": 1997, \"Profit\": 63200000.0}, {\"Title\": \"Daylight\", \"US_Gross\": 32908290.0, \"Worldwide_Gross\": 158908290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20052.0, \"Year\": 1996, \"Profit\": 78908290.0}, {\"Title\": \"Dick Tracy\", \"US_Gross\": 103738726.0, \"Worldwide_Gross\": 162738726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25364.0, \"Year\": 1990, \"Profit\": 115738726.0}, {\"Title\": \"Decoys\", \"US_Gross\": 84733.0, \"Worldwide_Gross\": 84733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2486.0, \"Year\": 2004, \"Profit\": -4915267.0}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 5100000.0, \"Worldwide_Gross\": 55000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1979-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 1979, \"Profit\": 53500000.0}, {\"Title\": \"The Addams Family\", \"US_Gross\": 113502246.0, \"Worldwide_Gross\": 191502246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-11-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28907.0, \"Year\": 1991, \"Profit\": 161502246.0}, {\"Title\": \"Death Becomes Her\", \"US_Gross\": 58422650.0, \"Worldwide_Gross\": 149022650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 27681.0, \"Year\": 1992, \"Profit\": 94022650.0}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985, \"Profit\": -1089096.0}, {\"Title\": \"Dead Poets' Society\", \"US_Gross\": 95860116.0, \"Worldwide_Gross\": 239500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16400000.0, \"Release_Date\": \"1989-06-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 89662.0, \"Year\": 1989, \"Profit\": 223100000.0}, {\"Title\": \"The Day the Earth Stood Still\", \"US_Gross\": 3700000.0, \"Worldwide_Gross\": 3700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 51517.0, \"Year\": 2003, \"Profit\": 2500000.0}, {\"Title\": \"Deep Throat\", \"US_Gross\": 45000000.0, \"Worldwide_Gross\": 45000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1972-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3075.0, \"Year\": 1972, \"Profit\": 44975000.0}, {\"Title\": \"The Dead Zone\", \"US_Gross\": 20766000.0, \"Worldwide_Gross\": 20766000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19485.0, \"Year\": 1983, \"Profit\": 10766000.0}, {\"Title\": \"Die Hard 2\", \"US_Gross\": 117323878.0, \"Worldwide_Gross\": 239814025.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1990-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79636.0, \"Year\": 1990, \"Profit\": 169814025.0}, {\"Title\": \"Die Hard: With a Vengeance\", \"US_Gross\": 100012499.0, \"Worldwide_Gross\": 364480746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1995-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 87437.0, \"Year\": 1995, \"Profit\": 274480746.0}, {\"Title\": \"Dragonheart\", \"US_Gross\": 51364680.0, \"Worldwide_Gross\": 104364680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1996-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 26309.0, \"Year\": 1996, \"Profit\": 47364680.0}, {\"Title\": \"Die Hard\", \"US_Gross\": 81350242.0, \"Worldwide_Gross\": 139109346.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1988-07-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 237.0, \"Year\": 1988, \"Profit\": 111109346.0}, {\"Title\": \"Diner\", \"US_Gross\": 12592907.0, \"Worldwide_Gross\": 12592907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7803.0, \"Year\": 1982, \"Profit\": 7592907.0}, {\"Title\": \"Dil Jo Bhi Kahey...\", \"US_Gross\": 129319.0, \"Worldwide_Gross\": 129319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 159.0, \"Year\": 2005, \"Profit\": -1470681.0}, {\"Title\": \"Don Juan DeMarco\", \"US_Gross\": 22032635.0, \"Worldwide_Gross\": 22032635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20386.0, \"Year\": 1995, \"Profit\": -2967365.0}, {\"Title\": \"Tales from the Crypt: Demon Knight\", \"US_Gross\": 21089146.0, \"Worldwide_Gross\": 21089146.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1995-01-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6430.0, \"Year\": 1995, \"Profit\": 9089146.0}, {\"Title\": \"Damnation Alley\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1977-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1655.0, \"Year\": 1977, \"Profit\": 14168926.5}, {\"Title\": \"Dead Man Walking\", \"US_Gross\": 39387284.0, \"Worldwide_Gross\": 83088295.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 32159.0, \"Year\": 1995, \"Profit\": 72088295.0}, {\"Title\": \"Dances with Wolves\", \"US_Gross\": 184208842.0, \"Worldwide_Gross\": 424200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1990-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 71399.0, \"Year\": 1990, \"Profit\": 405200000.0}, {\"Title\": \"Dangerous Liaisons\", \"US_Gross\": 34700000.0, \"Worldwide_Gross\": 34700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1988-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 25761.0, \"Year\": 1988, \"Profit\": 20700000.0}, {\"Title\": \"Donovan's Reef\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2686000.0, \"Release_Date\": \"1962-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2907.0, \"Year\": 1962, \"Profit\": 3914000.0}, {\"Title\": \"Due occhi diabolici\", \"US_Gross\": 349618.0, \"Worldwide_Gross\": 349618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1991-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2059.0, \"Year\": 1991, \"Profit\": -8650382.0}, {\"Title\": \"Double Impact\", \"US_Gross\": 29090445.0, \"Worldwide_Gross\": 29090445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1991-08-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sheldon Lettich\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10426.0, \"Year\": 1991, \"Profit\": 13090445.0}, {\"Title\": \"The Doors\", \"US_Gross\": 34167219.0, \"Worldwide_Gross\": 34167219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 29750.0, \"Year\": 1991, \"Profit\": -5832781.0}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 5804262.0, \"Worldwide_Gross\": 34004262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 1985, \"Profit\": 30504262.0}, {\"Title\": \"Days of Thunder\", \"US_Gross\": 82670733.0, \"Worldwide_Gross\": 157670733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1990-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 25395.0, \"Year\": 1990, \"Profit\": 97670733.0}, {\"Title\": \"Dracula: Pages from a Virgin's Diary\", \"US_Gross\": 39659.0, \"Worldwide_Gross\": 84788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2003-05-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1013.0, \"Year\": 2003, \"Profit\": -1015212.0}, {\"Title\": \"Dolphin\", \"US_Gross\": 14000.0, \"Worldwide_Gross\": 14000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000.0, \"Release_Date\": \"1979-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 1979, \"Profit\": -156000.0}, {\"Title\": \"Death Race 2000\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1975-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10015.0, \"Year\": 1975, \"Profit\": 30868926.5}, {\"Title\": \"Drei\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -7200000.0}, {\"Title\": \"The Dress\", \"US_Gross\": 16556.0, \"Worldwide_Gross\": 16556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2650000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Attitude Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1844.0, \"Year\": 1998, \"Profit\": -2633444.0}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978, \"Profit\": 35000000.0}, {\"Title\": \"Dragonslayer\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4945.0, \"Year\": 1981, \"Profit\": -12000000.0}, {\"Title\": \"Driving Miss Daisy\", \"US_Gross\": 106593296.0, \"Worldwide_Gross\": 106593296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1989-12-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22566.0, \"Year\": 1989, \"Profit\": 99093296.0}, {\"Title\": \"Dressed to Kill\", \"US_Gross\": 31899000.0, \"Worldwide_Gross\": 31899000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1980-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9556.0, \"Year\": 1980, \"Profit\": 25399000.0}, {\"Title\": \"Do the Right Thing\", \"US_Gross\": 26004026.0, \"Worldwide_Gross\": 26004026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 26877.0, \"Year\": 1989, \"Profit\": 20004026.0}, {\"Title\": \"Dune\", \"US_Gross\": 27447471.0, \"Worldwide_Gross\": 27447471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1984-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38489.0, \"Year\": 1984, \"Profit\": -17552529.0}, {\"Title\": \"Dolphins and Whales Tribes of the Ocean 3D\", \"US_Gross\": 7714996.0, \"Worldwide_Gross\": 17252287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 11252287.0}, {\"Title\": \"Down & Out with the Dolls\", \"US_Gross\": 58936.0, \"Worldwide_Gross\": 58936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 75.0, \"Year\": 2003, \"Profit\": -1141064.0}, {\"Title\": \"Dream With The Fishes\", \"US_Gross\": 542909.0, \"Worldwide_Gross\": 542909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1188.0, \"Year\": 1997, \"Profit\": -457091.0}, {\"Title\": \"Doctor Zhivago\", \"US_Gross\": 111721000.0, \"Worldwide_Gross\": 111721000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1965-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27671.0, \"Year\": 1965, \"Profit\": 100721000.0}, {\"Title\": \"The Evil Dead\", \"US_Gross\": 2400000.0, \"Worldwide_Gross\": 29400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45030.0, \"Year\": 1983, \"Profit\": 29025000.0}, {\"Title\": \"Evil Dead II\", \"US_Gross\": 5923044.0, \"Worldwide_Gross\": 5923044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1987-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rosebud Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 44214.0, \"Year\": 1987, \"Profit\": 2423044.0}, {\"Title\": \"Army of Darkness\", \"US_Gross\": 11502976.0, \"Worldwide_Gross\": 21502976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55671.0, \"Year\": 1993, \"Profit\": 10502976.0}, {\"Title\": \"Ed and his Dead Mother\", \"US_Gross\": 673.0, \"Worldwide_Gross\": 673.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 829.0, \"Year\": 1992, \"Profit\": -1799327.0}, {\"Title\": \"Edward Scissorhands\", \"US_Gross\": 53976987.0, \"Worldwide_Gross\": 53976987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-12-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 102485.0, \"Year\": 1990, \"Profit\": 33976987.0}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994, \"Profit\": -12171534.0}, {\"Title\": \"The Egyptian\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1097.0, \"Year\": 1953, \"Profit\": 10000000.0}, {\"Title\": \"Everyone Says I Love You\", \"US_Gross\": 9725847.0, \"Worldwide_Gross\": 34600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16481.0, \"Year\": 1996, \"Profit\": 14600000.0}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980, \"Profit\": 21010864.0}, {\"Title\": \"Emma\", \"US_Gross\": 22231658.0, \"Worldwide_Gross\": 37831658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"1996-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 13798.0, \"Year\": 1996, \"Profit\": 31931658.0}, {\"Title\": \"Star Wars Ep. V: The Empire Strikes Back\", \"US_Gross\": 290271960.0, \"Worldwide_Gross\": 534171960.0, \"US_DVD_Sales\": 10027926.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1980-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1980, \"Profit\": 511171960.0}, {\"Title\": \"Escape from New York\", \"US_Gross\": 25244700.0, \"Worldwide_Gross\": 25244700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1981-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 34497.0, \"Year\": 1981, \"Profit\": 19244700.0}, {\"Title\": \"Escape from L.A.\", \"US_Gross\": 25426861.0, \"Worldwide_Gross\": 25426861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23262.0, \"Year\": 1996, \"Profit\": -24573139.0}, {\"Title\": \"Escape from the Planet of the Apes\", \"US_Gross\": 12300000.0, \"Worldwide_Gross\": 12300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1970-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7686.0, \"Year\": 1970, \"Profit\": 9800000.0}, {\"Title\": \"Eraser\", \"US_Gross\": 101295562.0, \"Worldwide_Gross\": 234400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37287.0, \"Year\": 1996, \"Profit\": 134400000.0}, {\"Title\": \"Eraserhead\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 26595.0, \"Year\": 1976, \"Profit\": 6900000.0}, {\"Title\": \"Everything You Always Wanted to Know\", \"US_Gross\": 18016290.0, \"Worldwide_Gross\": 18016290.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1972-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1972, \"Profit\": 16016290.0}, {\"Title\": \"ET: The Extra-Terrestrial\", \"US_Gross\": 435110554.0, \"Worldwide_Gross\": 792910554.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1982-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 105028.0, \"Year\": 1982, \"Profit\": 782410554.0}, {\"Title\": \"Excessive Force\", \"US_Gross\": 1152117.0, \"Worldwide_Gross\": 1152117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-05-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 537.0, \"Year\": 1993, \"Profit\": -11847883.0}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977, \"Profit\": 11011000.0}, {\"Title\": \"Exotica\", \"US_Gross\": 5046118.0, \"Worldwide_Gross\": 5046118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8402.0, \"Year\": 1994, \"Profit\": 3546118.0}, {\"Title\": \"Force 10 from Navarone\", \"US_Gross\": 7100000.0, \"Worldwide_Gross\": 7100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1978-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5917.0, \"Year\": 1978, \"Profit\": 2100000.0}, {\"Title\": \"A Farewell To Arms\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1956-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1655.0, \"Year\": 1956, \"Profit\": 6000000.0}, {\"Title\": \"Fatal Attraction\", \"US_Gross\": 156645693.0, \"Worldwide_Gross\": 320100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22328.0, \"Year\": 1987, \"Profit\": 306100000.0}, {\"Title\": \"Family Plot\", \"US_Gross\": 13200000.0, \"Worldwide_Gross\": 13200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1976-04-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7290.0, \"Year\": 1976, \"Profit\": 10200000.0}, {\"Title\": \"Fabled\", \"US_Gross\": 31425.0, \"Worldwide_Gross\": 31425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ari S. Kirschenbaum\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 146.0, \"Year\": 2004, \"Profit\": -368575.0}, {\"Title\": \"Fetching Cody\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 535.0, \"Year\": 2006, \"Profit\": -1500000.0}, {\"Title\": \"The French Connection\", \"US_Gross\": 41158757.0, \"Worldwide_Gross\": 41158757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1971-10-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 33674.0, \"Year\": 1971, \"Profit\": 38958757.0}, {\"Title\": \"From Dusk Till Dawn\", \"US_Gross\": 25728961.0, \"Worldwide_Gross\": 25728961.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 80234.0, \"Year\": 1996, \"Profit\": 5728961.0}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 39754601.0, \"Worldwide_Gross\": 59754601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1980-05-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 1980, \"Profit\": 59204601.0}, {\"Title\": \"Friday the 13th Part 3\", \"US_Gross\": 36690067.0, \"Worldwide_Gross\": 36690067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2250000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1982, \"Profit\": 34440067.0}, {\"Title\": \"Friday the 13th Part IV: The Final Chapter\", \"US_Gross\": 32980880.0, \"Worldwide_Gross\": 32980880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"1984-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1984, \"Profit\": 30380880.0}, {\"Title\": \"Friday the 13th Part V: A New Beginning\", \"US_Gross\": 21930418.0, \"Worldwide_Gross\": 21930418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"1985-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1985, \"Profit\": 19730418.0}, {\"Title\": \"Friday the 13th Part VI: Jason Lives\", \"US_Gross\": 19472057.0, \"Worldwide_Gross\": 19472057.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1986, \"Profit\": 16472057.0}, {\"Title\": \"Friday the 13th Part VII: The New Blood\", \"US_Gross\": 19170001.0, \"Worldwide_Gross\": 19170001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1988-05-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 8916.0, \"Year\": 1988, \"Profit\": 16370001.0}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989, \"Profit\": 9343976.0}, {\"Title\": \"Jason Goes to Hell: The Final Friday\", \"US_Gross\": 15935068.0, \"Worldwide_Gross\": 15935068.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 8733.0, \"Year\": 1993, \"Profit\": 12935068.0}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967, \"Profit\": 3700000.0}, {\"Title\": \"Per un pugno di dollari\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1967-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 39929.0, \"Year\": 1967, \"Profit\": 3300000.0}, {\"Title\": \"The Fall of the Roman Empire\", \"US_Gross\": 4750000.0, \"Worldwide_Gross\": 4750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1964-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3184.0, \"Year\": 1964, \"Profit\": -14250000.0}, {\"Title\": \"Friday the 13th Part 2\", \"US_Gross\": 21722776.0, \"Worldwide_Gross\": 21722776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1981-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 13395.0, \"Year\": 1981, \"Profit\": 20472776.0}, {\"Title\": \"Faithful\", \"US_Gross\": 2104439.0, \"Worldwide_Gross\": 2104439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Mazursky\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 989.0, \"Year\": 1996, \"Profit\": -10895561.0}, {\"Title\": \"Fair Game\", \"US_Gross\": 11497497.0, \"Worldwide_Gross\": 11497497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 194.0, \"Year\": 1995, \"Profit\": -38502503.0}, {\"Title\": \"A Few Good Men\", \"US_Gross\": 141340178.0, \"Worldwide_Gross\": 236500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 63541.0, \"Year\": 1992, \"Profit\": 203500000.0}, {\"Title\": \"The Fugitive\", \"US_Gross\": 183875760.0, \"Worldwide_Gross\": 368900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1993-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 96914.0, \"Year\": 1993, \"Profit\": 324900000.0}, {\"Title\": \"From Here to Eternity\", \"US_Gross\": 30500000.0, \"Worldwide_Gross\": 30500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1650000.0, \"Release_Date\": \"1953-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 15115.0, \"Year\": 1953, \"Profit\": 28850000.0}, {\"Title\": \"First Morning\", \"US_Gross\": 87264.0, \"Worldwide_Gross\": 87264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Illuminare\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -212736.0}, {\"Title\": \"Shooting Fish\", \"US_Gross\": 302204.0, \"Worldwide_Gross\": 302204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4849.0, \"Year\": 1998, \"Profit\": -3697796.0}, {\"Title\": \"F.I.S.T\", \"US_Gross\": 20388920.0, \"Worldwide_Gross\": 20388920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1978-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2737.0, \"Year\": 1978, \"Profit\": 9388920.0}, {\"Title\": \"Flashdance\", \"US_Gross\": 90463574.0, \"Worldwide_Gross\": 201463574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12485.0, \"Year\": 1983, \"Profit\": 194463574.0}, {\"Title\": \"Fled\", \"US_Gross\": 17192205.0, \"Worldwide_Gross\": 19892205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4215.0, \"Year\": 1996, \"Profit\": -10107795.0}, {\"Title\": \"Flash Gordon\", \"US_Gross\": 27107960.0, \"Worldwide_Gross\": 27107960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1980-12-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14894.0, \"Year\": 1980, \"Profit\": -7892040.0}, {\"Title\": \"The Flintstones\", \"US_Gross\": 130531208.0, \"Worldwide_Gross\": 358500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 26521.0, \"Year\": 1994, \"Profit\": 313500000.0}, {\"Title\": \"Flight of the Intruder\", \"US_Gross\": 14471440.0, \"Worldwide_Gross\": 14471440.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Milius\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2592.0, \"Year\": 1991, \"Profit\": -20528560.0}, {\"Title\": \"Flatliners\", \"US_Gross\": 61308153.0, \"Worldwide_Gross\": 61308153.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23295.0, \"Year\": 1990, \"Profit\": 35308153.0}, {\"Title\": \"The Flower of Evil\", \"US_Gross\": 181798.0, \"Worldwide_Gross\": 181798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -5818202.0}, {\"Title\": \"Funny Ha Ha\", \"US_Gross\": 77070.0, \"Worldwide_Gross\": 77070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1138.0, \"Year\": 2005, \"Profit\": 47070.0}, {\"Title\": \"The Funeral\", \"US_Gross\": 1212799.0, \"Worldwide_Gross\": 1412799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Abel Ferrara\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4084.0, \"Year\": 1996, \"Profit\": -11087201.0}, {\"Title\": \"Fantasia 2000 (IMAX)\", \"US_Gross\": 60507228.0, \"Worldwide_Gross\": 60507228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-01-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -19492772.0}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980, \"Profit\": 20378361.0}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994, \"Profit\": 624400525.0}, {\"Title\": \"Fortress\", \"US_Gross\": 6730578.0, \"Worldwide_Gross\": 46730578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1993-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7026.0, \"Year\": 1993, \"Profit\": 34730578.0}, {\"Title\": \"Fiddler on the Roof\", \"US_Gross\": 80500000.0, \"Worldwide_Gross\": 80500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1971-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14260.0, \"Year\": 1971, \"Profit\": 71500000.0}, {\"Title\": \"The Front Page\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3875.0, \"Year\": 1974, \"Profit\": 11000000.0}, {\"Title\": \"First Blood\", \"US_Gross\": 47212904.0, \"Worldwide_Gross\": 125212904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Kotcheff\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 56369.0, \"Year\": 1982, \"Profit\": 111212904.0}, {\"Title\": \"Friday\", \"US_Gross\": 27467564.0, \"Worldwide_Gross\": 27936778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1995-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21623.0, \"Year\": 1995, \"Profit\": 24436778.0}, {\"Title\": \"Freeze Frame\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 91062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1723.0, \"Year\": 2004, \"Profit\": -1908938.0}, {\"Title\": \"Firefox\", \"US_Gross\": 45785720.0, \"Worldwide_Gross\": 45785720.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1982-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9348.0, \"Year\": 1982, \"Profit\": 24785720.0}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996, \"Profit\": 44204567.0}, {\"Title\": \"First Knight\", \"US_Gross\": 37361412.0, \"Worldwide_Gross\": 127361412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20928.0, \"Year\": 1995, \"Profit\": 52361412.0}, {\"Title\": \"From Russia With Love\", \"US_Gross\": 24800000.0, \"Worldwide_Gross\": 78900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1964-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32541.0, \"Year\": 1964, \"Profit\": 76900000.0}, {\"Title\": \"The Firm\", \"US_Gross\": 158340892.0, \"Worldwide_Gross\": 270340892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 957.0, \"Year\": 1993, \"Profit\": 228340892.0}, {\"Title\": \"Frenzy\", \"US_Gross\": 12600000.0, \"Worldwide_Gross\": 12600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1972-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 13093.0, \"Year\": 1972, \"Profit\": 9100000.0}, {\"Title\": \"Footloose\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1984-02-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Herbert Ross\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15626.0, \"Year\": 1984, \"Profit\": 71800000.0}, {\"Title\": \"Fast Times at Ridgemont High\", \"US_Gross\": 27092880.0, \"Worldwide_Gross\": 27092880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1982-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31362.0, \"Year\": 1982, \"Profit\": 22592880.0}, {\"Title\": \"Fighting Tommy Riley\", \"US_Gross\": 10514.0, \"Worldwide_Gross\": 10514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 499.0, \"Year\": 2005, \"Profit\": -289486.0}, {\"Title\": \"The First Wives Club\", \"US_Gross\": 105489203.0, \"Worldwide_Gross\": 181489203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14682.0, \"Year\": 1996, \"Profit\": 151489203.0}, {\"Title\": \"Flirting with Disaster\", \"US_Gross\": 14853474.0, \"Worldwide_Gross\": 14853474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8474.0, \"Year\": 1996, \"Profit\": 7853474.0}, {\"Title\": \"For Your Eyes Only\", \"US_Gross\": 54800000.0, \"Worldwide_Gross\": 195300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23527.0, \"Year\": 1981, \"Profit\": 167300000.0}, {\"Title\": \"Fiza\", \"US_Gross\": 623791.0, \"Worldwide_Gross\": 1179462.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Video Sound\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 749.0, \"Year\": 2000, \"Profit\": 179462.0}, {\"Title\": \"Grip: A Criminal's Story\", \"US_Gross\": 1336.0, \"Worldwide_Gross\": 1336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"JeTi Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -10664.0}, {\"Title\": \"The Ghost and the Darkness\", \"US_Gross\": 38564422.0, \"Worldwide_Gross\": 38564422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 19735.0, \"Year\": 1996, \"Profit\": -16435578.0}, {\"Title\": \"Gallipoli\", \"US_Gross\": 5732587.0, \"Worldwide_Gross\": 5732587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1981-08-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14139.0, \"Year\": 1981, \"Profit\": 2732587.0}, {\"Title\": \"Gabriela\", \"US_Gross\": 2335352.0, \"Worldwide_Gross\": 2335352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Power Point Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1399.0, \"Year\": 2001, \"Profit\": 2285352.0}, {\"Title\": \"Il buono, il brutto, il cattivo\", \"US_Gross\": 6100000.0, \"Worldwide_Gross\": 6100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1967-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 104.0, \"Year\": 1967, \"Profit\": 4900000.0}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981, \"Profit\": 23644000.0}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974, \"Profit\": 44300000.0}, {\"Title\": \"The Godfather: Part III\", \"US_Gross\": 66520529.0, \"Worldwide_Gross\": 66520529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"1990-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82977.0, \"Year\": 1990, \"Profit\": 12520529.0}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990, \"Profit\": 21743809.0}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972, \"Profit\": 261500000.0}, {\"Title\": \"God's Army\", \"US_Gross\": 2637726.0, \"Worldwide_Gross\": 2652515.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 638.0, \"Year\": 2000, \"Profit\": 2352515.0}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963, \"Profit\": 7744471.0}, {\"Title\": \"Gory Gory Hallelujah\", \"US_Gross\": 12604.0, \"Worldwide_Gross\": 12604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 425000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sue Corcoran\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 134.0, \"Year\": 2005, \"Profit\": -412396.0}, {\"Title\": \"Ghost\", \"US_Gross\": 217631306.0, \"Worldwide_Gross\": 517600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1990-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51125.0, \"Year\": 1990, \"Profit\": 495600000.0}, {\"Title\": \"Ghostbusters\", \"US_Gross\": 238632124.0, \"Worldwide_Gross\": 291632124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 358.0, \"Year\": 1984, \"Profit\": 261632124.0}, {\"Title\": \"Girl 6\", \"US_Gross\": 4880941.0, \"Worldwide_Gross\": 4880941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3348.0, \"Year\": 1996, \"Profit\": -7119059.0}, {\"Title\": \"Goldeneye\", \"US_Gross\": 106429941.0, \"Worldwide_Gross\": 356429941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 69199.0, \"Year\": 1995, \"Profit\": 296429941.0}, {\"Title\": \"The Glimmer Man\", \"US_Gross\": 20404841.0, \"Worldwide_Gross\": 36404841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7230.0, \"Year\": 1996, \"Profit\": -8595159.0}, {\"Title\": \"Glory\", \"US_Gross\": 26593580.0, \"Worldwide_Gross\": 26593580.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 56427.0, \"Year\": 1989, \"Profit\": 8593580.0}, {\"Title\": \"The Gambler\", \"US_Gross\": 51773.0, \"Worldwide_Gross\": 101773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 199.0, \"Year\": 1999, \"Profit\": -2898227.0}, {\"Title\": \"Good Morning Vietnam\", \"US_Gross\": 123922370.0, \"Worldwide_Gross\": 123922370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32609.0, \"Year\": 1987, \"Profit\": 110922370.0}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982, \"Profit\": 30767889.0}, {\"Title\": \"Gentleman's Agreement\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1946-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4637.0, \"Year\": 1946, \"Profit\": 5800000.0}, {\"Title\": \"Goodbye Bafana\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2717302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3631.0, \"Year\": 2007, \"Profit\": -27282698.0}, {\"Title\": \"Get on the Bus\", \"US_Gross\": 5691854.0, \"Worldwide_Gross\": 5691854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"1996-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2701.0, \"Year\": 1996, \"Profit\": 3291854.0}, {\"Title\": \"The Golden Child\", \"US_Gross\": 79817937.0, \"Worldwide_Gross\": 79817937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14471.0, \"Year\": 1986, \"Profit\": 67817937.0}, {\"Title\": \"Good Dick\", \"US_Gross\": 28835.0, \"Worldwide_Gross\": 28835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Present Pictures/Morning Knight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3004.0, \"Year\": 2008, \"Profit\": -171165.0}, {\"Title\": \"Goldfinger\", \"US_Gross\": 51100000.0, \"Worldwide_Gross\": 124900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1964-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 47095.0, \"Year\": 1964, \"Profit\": 121900000.0}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993, \"Profit\": 56306973.0}, {\"Title\": \"Gremlins\", \"US_Gross\": 148168459.0, \"Worldwide_Gross\": 148168459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1984-06-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42163.0, \"Year\": 1984, \"Profit\": 137168459.0}, {\"Title\": \"Get Real\", \"US_Gross\": 1152411.0, \"Worldwide_Gross\": 1152411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6026.0, \"Year\": 1999, \"Profit\": -847589.0}, {\"Title\": \"Gremlins 2: The New Batch\", \"US_Gross\": 41476097.0, \"Worldwide_Gross\": 41476097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1990-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22712.0, \"Year\": 1990, \"Profit\": -8523903.0}, {\"Title\": \"The Greatest Story Ever Told\", \"US_Gross\": 15473333.0, \"Worldwide_Gross\": 15473333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1965-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3300.0, \"Year\": 1965, \"Profit\": -4526667.0}, {\"Title\": \"The Gospel of John\", \"US_Gross\": 4068087.0, \"Worldwide_Gross\": 4068087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -6931913.0}, {\"Title\": \"The Greatest Show on Earth\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1952-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4264.0, \"Year\": 1952, \"Profit\": 32000000.0}, {\"Title\": \"The First Great Train Robbery\", \"US_Gross\": 391942.0, \"Worldwide_Gross\": 391942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1979-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Crichton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5141.0, \"Year\": 1979, \"Profit\": -5608058.0}, {\"Title\": \"Get Shorty\", \"US_Gross\": 72021008.0, \"Worldwide_Gross\": 115021008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30250000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33364.0, \"Year\": 1995, \"Profit\": 84771008.0}, {\"Title\": \"Gettysburg\", \"US_Gross\": 10731997.0, \"Worldwide_Gross\": 10731997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11215.0, \"Year\": 1993, \"Profit\": -14268003.0}, {\"Title\": \"Guiana 1838\", \"US_Gross\": 227241.0, \"Worldwide_Gross\": 227241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"RBC Radio\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -772759.0}, {\"Title\": \"Happiness\", \"US_Gross\": 2746453.0, \"Worldwide_Gross\": 5746453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Good Machine Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 64.0, \"Year\": 1998, \"Profit\": 2746453.0}, {\"Title\": \"Harley Davidson and the Marlboro Man\", \"US_Gross\": 7018525.0, \"Worldwide_Gross\": 7018525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-08-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6995.0, \"Year\": 1991, \"Profit\": -15981475.0}, {\"Title\": \"Heavy Metal\", \"US_Gross\": 19571091.0, \"Worldwide_Gross\": 19571091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9300000.0, \"Release_Date\": \"1981-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 45.0, \"Year\": 1981, \"Profit\": 10271091.0}, {\"Title\": \"Hell's Angels\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1929-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 2050.0, \"Year\": 1929, \"Profit\": 27168926.5}, {\"Title\": \"Heartbeeps\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 620.0, \"Year\": 1981, \"Profit\": -4000000.0}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005, \"Profit\": -996300.0}, {\"Title\": \"Hang 'em High\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1968-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 10292.0, \"Year\": 1968, \"Profit\": 5000000.0}, {\"Title\": \"Hellraiser\", \"US_Gross\": 14564000.0, \"Worldwide_Gross\": 14564000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1987-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22442.0, \"Year\": 1987, \"Profit\": 13564000.0}, {\"Title\": \"Hero\", \"US_Gross\": 19487173.0, \"Worldwide_Gross\": 66787173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 323.0, \"Year\": 1992, \"Profit\": 24787173.0}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995, \"Profit\": -12261426.0}, {\"Title\": \"Highlander\", \"US_Gross\": 5900000.0, \"Worldwide_Gross\": 12900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1986-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40802.0, \"Year\": 1986, \"Profit\": -3100000.0}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951, \"Profit\": 7270000.0}, {\"Title\": \"History of the World: Part I\", \"US_Gross\": 31672000.0, \"Worldwide_Gross\": 31672000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16691.0, \"Year\": 1981, \"Profit\": 20672000.0}, {\"Title\": \"Hello, Dolly\", \"US_Gross\": 33208099.0, \"Worldwide_Gross\": 33208099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1969-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 254.0, \"Year\": 1969, \"Profit\": 9208099.0}, {\"Title\": \"Halloween II\", \"US_Gross\": 25533818.0, \"Worldwide_Gross\": 25533818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1981-10-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 12197.0, \"Year\": 1981, \"Profit\": 23033818.0}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982, \"Profit\": 11900000.0}, {\"Title\": \"Halloween 4: The Return of Michael Myers\", \"US_Gross\": 17768757.0, \"Worldwide_Gross\": 17768757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1988-10-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 11079.0, \"Year\": 1988, \"Profit\": 12768757.0}, {\"Title\": \"Halloween 5: The Revenge of Michael Myers\", \"US_Gross\": 11642254.0, \"Worldwide_Gross\": 11642254.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-10-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Galaxy International Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989, \"Profit\": 5642254.0}, {\"Title\": \"Halloween: The Curse of Michael Myers\", \"US_Gross\": 15126948.0, \"Worldwide_Gross\": 15126948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1995-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 8576.0, \"Year\": 1995, \"Profit\": 10126948.0}, {\"Title\": \"Halloween\", \"US_Gross\": 47000000.0, \"Worldwide_Gross\": 70000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1978-10-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39866.0, \"Year\": 1978, \"Profit\": 69675000.0}, {\"Title\": \"Home Alone 2: Lost in New York\", \"US_Gross\": 173585516.0, \"Worldwide_Gross\": 358994850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 51408.0, \"Year\": 1992, \"Profit\": 338994850.0}, {\"Title\": \"Home Alone\", \"US_Gross\": 285761243.0, \"Worldwide_Gross\": 476684675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1990-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 79080.0, \"Year\": 1990, \"Profit\": 461684675.0}, {\"Title\": \"Home Movies\", \"US_Gross\": 89134.0, \"Worldwide_Gross\": 89134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 291.0, \"Year\": 1980, \"Profit\": -310866.0}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000, \"Profit\": -1878193.0}, {\"Title\": \"The Hotel New Hampshire\", \"US_Gross\": 5142858.0, \"Worldwide_Gross\": 5142858.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 4387.0, \"Year\": 1984, \"Profit\": -2357142.0}, {\"Title\": \"Henry V\", \"US_Gross\": 10161099.0, \"Worldwide_Gross\": 10161099.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1989-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14499.0, \"Year\": 1989, \"Profit\": 1161099.0}, {\"Title\": \"Housefull\", \"US_Gross\": 1183658.0, \"Worldwide_Gross\": 14883658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 687.0, \"Year\": 2010, \"Profit\": 4783658.0}, {\"Title\": \"Hook\", \"US_Gross\": 119654823.0, \"Worldwide_Gross\": 300854823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1991-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 60159.0, \"Year\": 1991, \"Profit\": 230854823.0}, {\"Title\": \"House Party 2\", \"US_Gross\": 19438638.0, \"Worldwide_Gross\": 19438638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-10-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1596.0, \"Year\": 1991, \"Profit\": 14438638.0}, {\"Title\": \"Hocus Pocus\", \"US_Gross\": 39360491.0, \"Worldwide_Gross\": 39360491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1993-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15893.0, \"Year\": 1993, \"Profit\": 11360491.0}, {\"Title\": \"The Howling\", \"US_Gross\": 17985000.0, \"Worldwide_Gross\": 17985000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8731.0, \"Year\": 1981, \"Profit\": 16985000.0}, {\"Title\": \"High Plains Drifter\", \"US_Gross\": 15700000.0, \"Worldwide_Gross\": 15700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15700000.0, \"Release_Date\": \"1972-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15718.0, \"Year\": 1972, \"Profit\": 0.0}, {\"Title\": \"Hoop Dreams\", \"US_Gross\": 7768371.0, \"Worldwide_Gross\": 11768371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 9492.0, \"Year\": 1994, \"Profit\": 11068371.0}, {\"Title\": \"Happy Gilmore\", \"US_Gross\": 38623460.0, \"Worldwide_Gross\": 38623460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 54111.0, \"Year\": 1996, \"Profit\": 28623460.0}, {\"Title\": \"The Hudsucker Proxy\", \"US_Gross\": 2816518.0, \"Worldwide_Gross\": 14938149.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32344.0, \"Year\": 1994, \"Profit\": -25061851.0}, {\"Title\": \"A Hard Day's Night\", \"US_Gross\": 12299668.0, \"Worldwide_Gross\": 12299668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 560000.0, \"Release_Date\": \"1964-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15291.0, \"Year\": 1964, \"Profit\": 11739668.0}, {\"Title\": \"Heroes\", \"US_Gross\": 655538.0, \"Worldwide_Gross\": 655538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 505.0, \"Year\": 2008, \"Profit\": 255538.0}, {\"Title\": \"The Hunt for Red October\", \"US_Gross\": 120709866.0, \"Worldwide_Gross\": 200500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1990-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 55202.0, \"Year\": 1990, \"Profit\": 170500000.0}, {\"Title\": \"Harper\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 2395.0, \"Year\": 1966, \"Profit\": 8500000.0}, {\"Title\": \"Harriet the Spy\", \"US_Gross\": 26570048.0, \"Worldwide_Gross\": 26570048.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1996-07-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2963.0, \"Year\": 1996, \"Profit\": 13570048.0}, {\"Title\": \"Le hussard sur le toit\", \"US_Gross\": 1320043.0, \"Worldwide_Gross\": 1320043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3083.0, \"Year\": 1996, \"Profit\": -33679957.0}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961, \"Profit\": 5600000.0}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963, \"Profit\": 7500000.0}, {\"Title\": \"Hudson Hawk\", \"US_Gross\": 17218916.0, \"Worldwide_Gross\": 17218916.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1991-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 21920.0, \"Year\": 1991, \"Profit\": -47781084.0}, {\"Title\": \"Heaven's Gate\", \"US_Gross\": 3484331.0, \"Worldwide_Gross\": 3484331.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1980-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4649.0, \"Year\": 1980, \"Profit\": -40515669.0}, {\"Title\": \"Hav Plenty\", \"US_Gross\": 2301777.0, \"Worldwide_Gross\": 2301777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 650000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 580.0, \"Year\": 1998, \"Profit\": 1651777.0}, {\"Title\": \"House of Wax\", \"US_Gross\": 23800000.0, \"Worldwide_Gross\": 23800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 658000.0, \"Release_Date\": \"1953-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 1953, \"Profit\": 23142000.0}, {\"Title\": \"Hawaii\", \"US_Gross\": 34562222.0, \"Worldwide_Gross\": 34562222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1966-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1153.0, \"Year\": 1966, \"Profit\": 19562222.0}, {\"Title\": \"Howard the Duck\", \"US_Gross\": 16295774.0, \"Worldwide_Gross\": 16295774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 16051.0, \"Year\": 1986, \"Profit\": -13704226.0}, {\"Title\": \"High Anxiety\", \"US_Gross\": 31063038.0, \"Worldwide_Gross\": 31063038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"1977-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7025.0, \"Year\": 1977, \"Profit\": 27663038.0}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002, \"Profit\": -37395.0}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945, \"Profit\": 3420000.0}, {\"Title\": \"The Ice Pirates\", \"US_Gross\": 13075390.0, \"Worldwide_Gross\": 13075390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1984-03-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3600.0, \"Year\": 1984, \"Profit\": 4075390.0}, {\"Title\": \"Independence Day\", \"US_Gross\": 306169255.0, \"Worldwide_Gross\": 817400878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 149493.0, \"Year\": 1996, \"Profit\": 742400878.0}, {\"Title\": \"The Island of Dr. Moreau\", \"US_Gross\": 27682712.0, \"Worldwide_Gross\": 27682712.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 13770.0, \"Year\": 1996, \"Profit\": -12317288.0}, {\"Title\": \"Iraq for Sale: The War Profiteers\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 775000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 854.0, \"Year\": 2006, \"Profit\": -775000.0}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006, \"Profit\": -999116.0}, {\"Title\": \"The Indian in the Cupboard\", \"US_Gross\": 35627222.0, \"Worldwide_Gross\": 35627222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4836.0, \"Year\": 1995, \"Profit\": -9372778.0}, {\"Title\": \"I Love You \\u00d6 Don't Touch Me!\", \"US_Gross\": 33598.0, \"Worldwide_Gross\": 33598.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-02-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 298.0, \"Year\": 1998, \"Profit\": -34402.0}, {\"Title\": \"Illuminata\", \"US_Gross\": 836641.0, \"Worldwide_Gross\": 836641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1100.0, \"Year\": 1999, \"Profit\": -9163359.0}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966, \"Profit\": 9500000.0}, {\"Title\": \"In the Company of Men\", \"US_Gross\": 2883661.0, \"Worldwide_Gross\": 2883661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 7601.0, \"Year\": 1997, \"Profit\": 2858661.0}, {\"Title\": \"The Inkwell\", \"US_Gross\": 8864699.0, \"Worldwide_Gross\": 8864699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-04-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 542.0, \"Year\": 1994, \"Profit\": 864699.0}, {\"Title\": \"Invaders from Mars\", \"US_Gross\": 4884663.0, \"Worldwide_Gross\": 4984663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1986-06-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1933.0, \"Year\": 1986, \"Profit\": -7015337.0}, {\"Title\": \"L'incomparable mademoiselle C.\", \"US_Gross\": 493905.0, \"Worldwide_Gross\": 493905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 66.0, \"Year\": 2004, \"Profit\": -2906095.0}, {\"Title\": \"The Island\", \"US_Gross\": 15716828.0, \"Worldwide_Gross\": 15716828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1980-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 1980, \"Profit\": -6283172.0}, {\"Title\": \"Eye See You\", \"US_Gross\": 79161.0, \"Worldwide_Gross\": 1807990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 397.0, \"Year\": 2002, \"Profit\": -53192010.0}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967, \"Profit\": 22379978.0}, {\"Title\": \"Jack\", \"US_Gross\": 58617334.0, \"Worldwide_Gross\": 58617334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17267.0, \"Year\": 1996, \"Profit\": 13617334.0}, {\"Title\": \"Jade\", \"US_Gross\": 9812870.0, \"Worldwide_Gross\": 9812870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5279.0, \"Year\": 1995, \"Profit\": -40187130.0}, {\"Title\": \"Jingle All the Way\", \"US_Gross\": 60592389.0, \"Worldwide_Gross\": 129832389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 22928.0, \"Year\": 1996, \"Profit\": 69832389.0}, {\"Title\": \"Dr. No\", \"US_Gross\": 16067035.0, \"Worldwide_Gross\": 59567035.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1963-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36019.0, \"Year\": 1963, \"Profit\": 58567035.0}, {\"Title\": \"The Jungle Book\", \"US_Gross\": 44342956.0, \"Worldwide_Gross\": 44342956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1994-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5564.0, \"Year\": 1994, \"Profit\": 17342956.0}, {\"Title\": \"Judge Dredd\", \"US_Gross\": 34687912.0, \"Worldwide_Gross\": 113487912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 30736.0, \"Year\": 1995, \"Profit\": 28487912.0}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995, \"Profit\": 3555256.0}, {\"Title\": \"Jefferson in Paris\", \"US_Gross\": 2461628.0, \"Worldwide_Gross\": 2461628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1464.0, \"Year\": 1995, \"Profit\": -11538372.0}, {\"Title\": \"JFK\", \"US_Gross\": 70405498.0, \"Worldwide_Gross\": 205400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1991-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 59684.0, \"Year\": 1991, \"Profit\": 165400000.0}, {\"Title\": \"Journey from the Fall\", \"US_Gross\": 635305.0, \"Worldwide_Gross\": 635305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Imaginasian\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 586.0, \"Year\": 2007, \"Profit\": -664695.0}, {\"Title\": \"Jekyll and Hyde... Together Again\", \"US_Gross\": 3707583.0, \"Worldwide_Gross\": 3707583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 486.0, \"Year\": 1982, \"Profit\": -1292417.0}, {\"Title\": \"Jumanji\", \"US_Gross\": 100458310.0, \"Worldwide_Gross\": 262758310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 54973.0, \"Year\": 1995, \"Profit\": 197758310.0}, {\"Title\": \"The Juror\", \"US_Gross\": 22730924.0, \"Worldwide_Gross\": 22730924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6482.0, \"Year\": 1996, \"Profit\": -21269076.0}, {\"Title\": \"Jerusalema\", \"US_Gross\": 7294.0, \"Worldwide_Gross\": 7294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 6777.0, \"Year\": 2010, \"Profit\": -1992706.0}, {\"Title\": \"Jurassic Park\", \"US_Gross\": 357067947.0, \"Worldwide_Gross\": 923067947.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1993-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 1993, \"Profit\": 860067947.0}, {\"Title\": \"Johnny Suede\", \"US_Gross\": 55000.0, \"Worldwide_Gross\": 55000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1587.0, \"Year\": 1990, \"Profit\": -445000.0}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975, \"Profit\": 458700000.0}, {\"Title\": \"Jaws 2\", \"US_Gross\": 102922376.0, \"Worldwide_Gross\": 208900376.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18793.0, \"Year\": 1978, \"Profit\": 188900376.0}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987, \"Profit\": -7271665.0}, {\"Title\": \"Kabhi Alvida Naa Kehna\", \"US_Gross\": 3275443.0, \"Worldwide_Gross\": 32575443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4128.0, \"Year\": 2006, \"Profit\": 21825443.0}, {\"Title\": \"Kickboxer\", \"US_Gross\": 14533681.0, \"Worldwide_Gross\": 14533681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1989-09-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark DiSalle\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11692.0, \"Year\": 1989, \"Profit\": 13033681.0}, {\"Title\": \"Kids\", \"US_Gross\": 7412216.0, \"Worldwide_Gross\": 20412216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1995-07-21T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 90.0, \"Distributor\": \"Shining Excalibur\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26122.0, \"Year\": 1995, \"Profit\": 18912216.0}, {\"Title\": \"Kingpin\", \"US_Gross\": 25023424.0, \"Worldwide_Gross\": 32223424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28404.0, \"Year\": 1996, \"Profit\": 7223424.0}, {\"Title\": \"Kindergarten Cop\", \"US_Gross\": 91457688.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1990-12-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 40433.0, \"Year\": 1990, \"Profit\": 176000000.0}, {\"Title\": \"King Kong\", \"US_Gross\": 52614445.0, \"Worldwide_Gross\": 90614445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1976-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 1976, \"Profit\": 67614445.0}, {\"Title\": \"Kiss of Death\", \"US_Gross\": 14942422.0, \"Worldwide_Gross\": 14942422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2374.0, \"Year\": 1995, \"Profit\": -25057578.0}, {\"Title\": \"The Kings of Appletown\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -7000000.0}, {\"Title\": \"Koltchak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 38585047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 18585047.0}, {\"Title\": \"Kingdom of the Spiders\", \"US_Gross\": 17000000.0, \"Worldwide_Gross\": 17000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1976-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1463.0, \"Year\": 1976, \"Profit\": 16500000.0}, {\"Title\": \"Keeping it Real: The Adventures of Greg Walloch\", \"US_Gross\": 1358.0, \"Worldwide_Gross\": 1358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avatar\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -98642.0}, {\"Title\": \"Akira\", \"US_Gross\": 19585.0, \"Worldwide_Gross\": 19585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 39948.0, \"Year\": 2001, \"Profit\": -7980415.0}, {\"Title\": \"Krush Groove\", \"US_Gross\": 11052713.0, \"Worldwide_Gross\": 11052713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-10-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 588.0, \"Year\": 1985, \"Profit\": 8052713.0}, {\"Title\": \"Krrish\", \"US_Gross\": 1430721.0, \"Worldwide_Gross\": 32430721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"AdLab Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2735.0, \"Year\": 2006, \"Profit\": 22430721.0}, {\"Title\": \"Kansas City\", \"US_Gross\": 1353824.0, \"Worldwide_Gross\": 1353824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2397.0, \"Year\": 1996, \"Profit\": -17646176.0}, {\"Title\": \"The Last Emperor\", \"US_Gross\": 43984000.0, \"Worldwide_Gross\": 43984000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bernardo Bertolucci\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24262.0, \"Year\": 1987, \"Profit\": 18984000.0}, {\"Title\": \"Last Action Hero\", \"US_Gross\": 50016394.0, \"Worldwide_Gross\": 137298489.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1993-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43171.0, \"Year\": 1993, \"Profit\": 52298489.0}, {\"Title\": \"Live and Let Die\", \"US_Gross\": 35400000.0, \"Worldwide_Gross\": 161800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1973-06-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24044.0, \"Year\": 1973, \"Profit\": 154800000.0}, {\"Title\": \"Lage Raho Munnabhai\", \"US_Gross\": 2217561.0, \"Worldwide_Gross\": 31517561.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5236.0, \"Year\": 2006, \"Profit\": 28817561.0}, {\"Title\": \"The Last Waltz\", \"US_Gross\": 321952.0, \"Worldwide_Gross\": 321952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 6893.0, \"Year\": 2002, \"Profit\": 286952.0}, {\"Title\": \"The Last Big Thing\", \"US_Gross\": 22434.0, \"Worldwide_Gross\": 22434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Stratosphere Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 139.0, \"Year\": 1998, \"Profit\": -977566.0}, {\"Title\": \"The Land Before Time\", \"US_Gross\": 48092846.0, \"Worldwide_Gross\": 81972846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12300000.0, \"Release_Date\": \"1988-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14017.0, \"Year\": 1988, \"Profit\": 69672846.0}, {\"Title\": \"The Longest Day\", \"US_Gross\": 39100000.0, \"Worldwide_Gross\": 50100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1962-10-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 17712.0, \"Year\": 1962, \"Profit\": 40100000.0}, {\"Title\": \"The Living Daylights\", \"US_Gross\": 51185000.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 23735.0, \"Year\": 1987, \"Profit\": 151200000.0}, {\"Title\": \"Aladdin\", \"US_Gross\": 217350219.0, \"Worldwide_Gross\": 504050219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1992-11-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69090.0, \"Year\": 1992, \"Profit\": 476050219.0}, {\"Title\": \"A Low Down Dirty Shame\", \"US_Gross\": 29317886.0, \"Worldwide_Gross\": 29317886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1847.0, \"Year\": 1994, \"Profit\": 19317886.0}, {\"Title\": \"Love and Death on Long Island\", \"US_Gross\": 2542264.0, \"Worldwide_Gross\": 2542264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4030000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 2506.0, \"Year\": 1998, \"Profit\": -1487736.0}, {\"Title\": \"Ladyhawke\", \"US_Gross\": 18400000.0, \"Worldwide_Gross\": 18400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1985-04-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15260.0, \"Year\": 1985, \"Profit\": -1600000.0}, {\"Title\": \"Nikita\", \"US_Gross\": 5017971.0, \"Worldwide_Gross\": 5017971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-03-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24872.0, \"Year\": 1991, \"Profit\": -1982029.0}, {\"Title\": \"Lion of the Desert\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 2659.0, \"Year\": 1979, \"Profit\": -33500000.0}, {\"Title\": \"Legal Eagles\", \"US_Gross\": 49851591.0, \"Worldwide_Gross\": 49851591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1986-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4471.0, \"Year\": 1986, \"Profit\": 9851591.0}, {\"Title\": \"Legend\", \"US_Gross\": 15502112.0, \"Worldwide_Gross\": 15502112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1986-04-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20734.0, \"Year\": 1986, \"Profit\": -9497888.0}, {\"Title\": \"The Last House on the Left\", \"US_Gross\": 3100000.0, \"Worldwide_Gross\": 3100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000.0, \"Release_Date\": \"1972-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22141.0, \"Year\": 1972, \"Profit\": 3013000.0}, {\"Title\": \"Lifeforce\", \"US_Gross\": 11603545.0, \"Worldwide_Gross\": 11603545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5727.0, \"Year\": 1985, \"Profit\": -13396455.0}, {\"Title\": \"Lady in White\", \"US_Gross\": 1705139.0, \"Worldwide_Gross\": 1705139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1988-04-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Century Vista Film Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 2221.0, \"Year\": 1988, \"Profit\": -2994861.0}, {\"Title\": \"The Long Kiss Goodnight\", \"US_Gross\": 33447612.0, \"Worldwide_Gross\": 33447612.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28257.0, \"Year\": 1996, \"Profit\": -31552388.0}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007, \"Profit\": -5974683.0}, {\"Title\": \"Elling\", \"US_Gross\": 313436.0, \"Worldwide_Gross\": 313436.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2100000.0, \"Release_Date\": \"2002-05-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7114.0, \"Year\": 2002, \"Profit\": -1786564.0}, {\"Title\": \"Lolita (1962)\", \"US_Gross\": 9250000.0, \"Worldwide_Gross\": 9250000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1962, \"Profit\": 7250000.0}, {\"Title\": \"Elmer Gantry\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4185.0, \"Year\": 1959, \"Profit\": 7400000.0}, {\"Title\": \"El Mariachi\", \"US_Gross\": 2040920.0, \"Worldwide_Gross\": 2040920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"1993-02-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19668.0, \"Year\": 1993, \"Profit\": 2033920.0}, {\"Title\": \"Last Man Standing\", \"US_Gross\": 18115927.0, \"Worldwide_Gross\": 18115927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": -48884073.0}, {\"Title\": \"Aliens\", \"US_Gross\": 85160248.0, \"Worldwide_Gross\": 183316455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 84.0, \"Year\": 1986, \"Profit\": 166316455.0}, {\"Title\": \"Alien\\u00b3\", \"US_Gross\": 54927174.0, \"Worldwide_Gross\": 158500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1992-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 78860.0, \"Year\": 1992, \"Profit\": 103500000.0}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994, \"Profit\": 704539505.0}, {\"Title\": \"Love and Death\", \"US_Gross\": 20123742.0, \"Worldwide_Gross\": 20123742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1975-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 12111.0, \"Year\": 1975, \"Profit\": 17123742.0}, {\"Title\": \"Love and Other Catastrophes\", \"US_Gross\": 212285.0, \"Worldwide_Gross\": 743216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1406.0, \"Year\": 1997, \"Profit\": 493216.0}, {\"Title\": \"Love Letters\", \"US_Gross\": 5269990.0, \"Worldwide_Gross\": 5269990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 550000.0, \"Release_Date\": \"1984-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 477.0, \"Year\": 1984, \"Profit\": 4719990.0}, {\"Title\": \"The Legend of the Lone Ranger\", \"US_Gross\": 13400000.0, \"Worldwide_Gross\": 13400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1981-05-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 755.0, \"Year\": 1981, \"Profit\": -4600000.0}, {\"Title\": \"The Last of the Mohicans\", \"US_Gross\": 72455275.0, \"Worldwide_Gross\": 72455275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 45410.0, \"Year\": 1992, \"Profit\": 32455275.0}, {\"Title\": \"Love Me Tender\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1301.0, \"Year\": 1955, \"Profit\": 8000000.0}, {\"Title\": \"The Long Riders\", \"US_Gross\": 15198912.0, \"Worldwide_Gross\": 15198912.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1980-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3791.0, \"Year\": 1980, \"Profit\": 5198912.0}, {\"Title\": \"Losin' It\", \"US_Gross\": 1246141.0, \"Worldwide_Gross\": 1246141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1983-04-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1668.0, \"Year\": 1983, \"Profit\": -5753859.0}, {\"Title\": \"The Loss of Sexual Innocence\", \"US_Gross\": 399793.0, \"Worldwide_Gross\": 399793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2263.0, \"Year\": 1999, \"Profit\": -3600207.0}, {\"Title\": \"Legends of the Fall\", \"US_Gross\": 66502573.0, \"Worldwide_Gross\": 66502573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 39815.0, \"Year\": 1994, \"Profit\": 36502573.0}, {\"Title\": \"A League of Their Own\", \"US_Gross\": 107533925.0, \"Worldwide_Gross\": 132440066.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33426.0, \"Year\": 1992, \"Profit\": 92440066.0}, {\"Title\": \"Loaded Weapon 1\", \"US_Gross\": 27979399.0, \"Worldwide_Gross\": 27979399.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1993-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17637.0, \"Year\": 1993, \"Profit\": 14979399.0}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944, \"Profit\": 9750000.0}, {\"Title\": \"Le petit Nicolas\", \"US_Gross\": 201857.0, \"Worldwide_Gross\": 52339566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1505.0, \"Year\": 2010, \"Profit\": 22339566.0}, {\"Title\": \"Logan's Run\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1975-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14947.0, \"Year\": 1975, \"Profit\": 18000000.0}, {\"Title\": \"Betty Fisher et autres histoires\", \"US_Gross\": 206400.0, \"Worldwide_Gross\": 206400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1054.0, \"Year\": 2002, \"Profit\": -7293600.0}, {\"Title\": \"Light Sleeper\", \"US_Gross\": 1050861.0, \"Worldwide_Gross\": 1050861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1992-09-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1986.0, \"Year\": 1992, \"Profit\": -3949139.0}, {\"Title\": \"Little Shop of Horrors\", \"US_Gross\": 38747385.0, \"Worldwide_Gross\": 38747385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21521.0, \"Year\": 1986, \"Profit\": 8747385.0}, {\"Title\": \"Lone Star\", \"US_Gross\": 12961389.0, \"Worldwide_Gross\": 12961389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14599.0, \"Year\": 1996, \"Profit\": 7961389.0}, {\"Title\": \"Latter Days\", \"US_Gross\": 833118.0, \"Worldwide_Gross\": 833118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 850000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7157.0, \"Year\": 2004, \"Profit\": -16882.0}, {\"Title\": \"Lethal Weapon\", \"US_Gross\": 65192350.0, \"Worldwide_Gross\": 120192350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 54994.0, \"Year\": 1987, \"Profit\": 105192350.0}, {\"Title\": \"Lethal Weapon 3\", \"US_Gross\": 144731527.0, \"Worldwide_Gross\": 319700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 39735.0, \"Year\": 1992, \"Profit\": 284700000.0}, {\"Title\": \"The Last Time I Committed Suicide\", \"US_Gross\": 12836.0, \"Worldwide_Gross\": 12836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1181.0, \"Year\": 1997, \"Profit\": -3987164.0}, {\"Title\": \"Little Voice\", \"US_Gross\": 4595000.0, \"Worldwide_Gross\": 4595000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 8453.0, \"Year\": 1998, \"Profit\": -1405000.0}, {\"Title\": \"The Last Temptation of Christ\", \"US_Gross\": 8373585.0, \"Worldwide_Gross\": 8373585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20934.0, \"Year\": 1988, \"Profit\": 1373585.0}, {\"Title\": \"License to Kill\", \"US_Gross\": 34667015.0, \"Worldwide_Gross\": 156167015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1989-07-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24558.0, \"Year\": 1989, \"Profit\": 114167015.0}, {\"Title\": \"Cama adentro\", \"US_Gross\": 200433.0, \"Worldwide_Gross\": 200433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2007-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Sales Company\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2007, \"Profit\": -599567.0}, {\"Title\": \"Leaving Las Vegas\", \"US_Gross\": 31983777.0, \"Worldwide_Gross\": 49800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Figgis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 42131.0, \"Year\": 1995, \"Profit\": 45800000.0}, {\"Title\": \"The Lawnmower Man\", \"US_Gross\": 32100816.0, \"Worldwide_Gross\": 32100816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-03-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 12607.0, \"Year\": 1992, \"Profit\": 22100816.0}, {\"Title\": \"Lone Wolf McQuade\", \"US_Gross\": 12232628.0, \"Worldwide_Gross\": 12232628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1983-04-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2917.0, \"Year\": 1983, \"Profit\": 7232628.0}, {\"Title\": \"Little Women\", \"US_Gross\": 50003303.0, \"Worldwide_Gross\": 50003303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16514.0, \"Year\": 1994, \"Profit\": 35003303.0}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962, \"Profit\": 54995385.0}, {\"Title\": \"Menace II Society\", \"US_Gross\": 27731527.0, \"Worldwide_Gross\": 27731527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1993-05-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14807.0, \"Year\": 1993, \"Profit\": 24231527.0}, {\"Title\": \"Much Ado About Nothing\", \"US_Gross\": 22549338.0, \"Worldwide_Gross\": 22549338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1993-05-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 22470.0, \"Year\": 1993, \"Profit\": 14549338.0}, {\"Title\": \"Major Dundee\", \"US_Gross\": 14873.0, \"Worldwide_Gross\": 14873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3800000.0, \"Release_Date\": \"1965-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2588.0, \"Year\": 1965, \"Profit\": -3785127.0}, {\"Title\": \"The Magic Flute\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Here Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 499.0, \"Year\": 1969, \"Profit\": -27000000.0}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930, \"Profit\": 342000.0}, {\"Title\": \"Malcolm X\", \"US_Gross\": 48169910.0, \"Worldwide_Gross\": 48169910.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 23062.0, \"Year\": 1992, \"Profit\": 13169910.0}, {\"Title\": \"Maniac\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3281.0, \"Year\": 1979, \"Profit\": 9650000.0}, {\"Title\": \"Mary Poppins\", \"US_Gross\": 102300000.0, \"Worldwide_Gross\": 102300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1964-08-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 34302.0, \"Year\": 1964, \"Profit\": 96300000.0}, {\"Title\": \"Mary Reilly\", \"US_Gross\": 5707094.0, \"Worldwide_Gross\": 6370115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6864.0, \"Year\": 1996, \"Profit\": -40629885.0}, {\"Title\": \"Maximum Risk\", \"US_Gross\": 14102929.0, \"Worldwide_Gross\": 51702929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7064.0, \"Year\": 1996, \"Profit\": 26702929.0}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970, \"Profit\": 78100000.0}, {\"Title\": \"The Mask\", \"US_Gross\": 119920129.0, \"Worldwide_Gross\": 343900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 72981.0, \"Year\": 1994, \"Profit\": 325900000.0}, {\"Title\": \"Mars Attacks!\", \"US_Gross\": 37771017.0, \"Worldwide_Gross\": 101371017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 76396.0, \"Year\": 1996, \"Profit\": 21371017.0}, {\"Title\": \"Mo' Better Blues\", \"US_Gross\": 16153000.0, \"Worldwide_Gross\": 16153000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4210.0, \"Year\": 1990, \"Profit\": 6153000.0}, {\"Title\": \"Moby Dick\", \"US_Gross\": 10400000.0, \"Worldwide_Gross\": 10400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5969.0, \"Year\": 1955, \"Profit\": 5900000.0}, {\"Title\": \"My Beautiful Laundrette\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1986-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5381.0, \"Year\": 1986, \"Profit\": -400000.0}, {\"Title\": \"Michael Jordan to the MAX\", \"US_Gross\": 18642318.0, \"Worldwide_Gross\": 18642318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 46.0, \"Distributor\": \"Giant Screen Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 746.0, \"Year\": 2000, \"Profit\": 11642318.0}, {\"Title\": \"Michael Collins\", \"US_Gross\": 11092559.0, \"Worldwide_Gross\": 27572844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11805.0, \"Year\": 1996, \"Profit\": 2572844.0}, {\"Title\": \"My Cousin Vinny\", \"US_Gross\": 52929168.0, \"Worldwide_Gross\": 52929168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-03-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 30524.0, \"Year\": 1992, \"Profit\": 41929168.0}, {\"Title\": \"Medicine Man\", \"US_Gross\": 44948240.0, \"Worldwide_Gross\": 44948240.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 87.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9307.0, \"Year\": 1992, \"Profit\": 4948240.0}, {\"Title\": \"Madadayo\", \"US_Gross\": 48856.0, \"Worldwide_Gross\": 48856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"WinStar Cinema\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1748.0, \"Year\": 1998, \"Profit\": -11851144.0}, {\"Title\": \"Modern Problems\", \"US_Gross\": 24474312.0, \"Worldwide_Gross\": 24474312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1981-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 2144.0, \"Year\": 1981, \"Profit\": 16474312.0}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984, \"Profit\": 33973029.0}, {\"Title\": \"The Mighty Ducks\", \"US_Gross\": 50752337.0, \"Worldwide_Gross\": 50752337.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1992-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 15479.0, \"Year\": 1992, \"Profit\": 40752337.0}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966, \"Profit\": 24450000.0}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982, \"Profit\": -12324401.0}, {\"Title\": \"The Mirror Has Two Faces\", \"US_Gross\": 41267469.0, \"Worldwide_Gross\": 41267469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6055.0, \"Year\": 1996, \"Profit\": -732531.0}, {\"Title\": \"Midnight Cowboy\", \"US_Gross\": 44785053.0, \"Worldwide_Gross\": 44785053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3600000.0, \"Release_Date\": \"1969-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34053.0, \"Year\": 1969, \"Profit\": 41185053.0}, {\"Title\": \"Midnight Run\", \"US_Gross\": 38413606.0, \"Worldwide_Gross\": 81613606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1988-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24104.0, \"Year\": 1988, \"Profit\": 51613606.0}, {\"Title\": \"Major League\", \"US_Gross\": 49793054.0, \"Worldwide_Gross\": 49793054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1989-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20798.0, \"Year\": 1989, \"Profit\": 38793054.0}, {\"Title\": \"The Molly Maguires\", \"US_Gross\": 2200000.0, \"Worldwide_Gross\": 2200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1304.0, \"Year\": 1969, \"Profit\": -8800000.0}, {\"Title\": \"Malevolence\", \"US_Gross\": 126021.0, \"Worldwide_Gross\": 257516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Painted Zebra Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 248.0, \"Year\": 2004, \"Profit\": 57516.0}, {\"Title\": \"Mad Max 2: The Road Warrior\", \"US_Gross\": 24600832.0, \"Worldwide_Gross\": 24600832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1982-05-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1982, \"Profit\": 22600832.0}, {\"Title\": \"It's a Mad Mad Mad Mad World\", \"US_Gross\": 46300000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"1963-11-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14460.0, \"Year\": 1963, \"Profit\": 50600000.0}, {\"Title\": \"Mad Max\", \"US_Gross\": 8750000.0, \"Worldwide_Gross\": 99750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1980-03-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36548.0, \"Year\": 1980, \"Profit\": 99550000.0}, {\"Title\": \"Mad Max Beyond Thunderdome\", \"US_Gross\": 36230219.0, \"Worldwide_Gross\": 36230219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 24273.0, \"Year\": 1985, \"Profit\": 26230219.0}, {\"Title\": \"The Man From Snowy River\", \"US_Gross\": 20659423.0, \"Worldwide_Gross\": 20659423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1982-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3101.0, \"Year\": 1982, \"Profit\": 15659423.0}, {\"Title\": \"Men of War\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1435.0, \"Year\": 1995, \"Profit\": -6000000.0}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975, \"Profit\": 4628948.0}, {\"Title\": \"Men with Brooms\", \"US_Gross\": 4239767.0, \"Worldwide_Gross\": 4239767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2559.0, \"Year\": 2002, \"Profit\": -3260233.0}, {\"Title\": \"Mutiny on The Bounty\", \"US_Gross\": 13680000.0, \"Worldwide_Gross\": 13680000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1962-11-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 7608.0, \"Year\": 1962, \"Profit\": -5320000.0}, {\"Title\": \"Mommie Dearest\", \"US_Gross\": 19032000.0, \"Worldwide_Gross\": 25032000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Perry\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4905.0, \"Year\": 1981, \"Profit\": 20032000.0}, {\"Title\": \"March or Die\", \"US_Gross\": 1000000.0, \"Worldwide_Gross\": 1000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1977-08-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1233.0, \"Year\": 1977, \"Profit\": -6000000.0}, {\"Title\": \"Memoirs of an Invisible Man\", \"US_Gross\": 14358033.0, \"Worldwide_Gross\": 14358033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1992-02-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 8522.0, \"Year\": 1992, \"Profit\": -25641967.0}, {\"Title\": \"The Mongol King\", \"US_Gross\": 900.0, \"Worldwide_Gross\": 900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2003-12-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -6100.0}, {\"Title\": \"My Own Private Idaho\", \"US_Gross\": 6401336.0, \"Worldwide_Gross\": 6401336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1991-09-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17604.0, \"Year\": 1991, \"Profit\": 3901336.0}, {\"Title\": \"Moonraker\", \"US_Gross\": 70300000.0, \"Worldwide_Gross\": 210300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1979-06-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 26760.0, \"Year\": 1979, \"Profit\": 179300000.0}, {\"Title\": \"Money Train\", \"US_Gross\": 35324232.0, \"Worldwide_Gross\": 77224232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13972.0, \"Year\": 1995, \"Profit\": 9224232.0}, {\"Title\": \"Metropolitan\", \"US_Gross\": 2938000.0, \"Worldwide_Gross\": 2938000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 430000.0, \"Release_Date\": \"1990-08-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Whit Stillman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 3355.0, \"Year\": 1990, \"Profit\": 2508000.0}, {\"Title\": \"The Life of Brian\", \"US_Gross\": 20008693.0, \"Worldwide_Gross\": 20008693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1979-08-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainbow Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1979, \"Profit\": 16008693.0}, {\"Title\": \"Mallrats\", \"US_Gross\": 2108367.0, \"Worldwide_Gross\": 2108367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6100000.0, \"Release_Date\": \"1995-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 52807.0, \"Year\": 1995, \"Profit\": -3991633.0}, {\"Title\": \"American Desi\", \"US_Gross\": 902835.0, \"Worldwide_Gross\": 1366235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1047.0, \"Year\": 2001, \"Profit\": 1116235.0}, {\"Title\": \"Mrs. Winterbourne\", \"US_Gross\": 10039566.0, \"Worldwide_Gross\": 10039566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2987.0, \"Year\": 1996, \"Profit\": -14960434.0}, {\"Title\": \"Mrs. Doubtfire\", \"US_Gross\": 219195051.0, \"Worldwide_Gross\": 441286003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56917.0, \"Year\": 1993, \"Profit\": 416286003.0}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938, \"Profit\": 7500000.0}, {\"Title\": \"Mortal Kombat\", \"US_Gross\": 70433227.0, \"Worldwide_Gross\": 122133227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 29605.0, \"Year\": 1995, \"Profit\": 102133227.0}, {\"Title\": \"Frankenstein\", \"US_Gross\": 22006296.0, \"Worldwide_Gross\": 112006296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kenneth Branagh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19913.0, \"Year\": 1994, \"Profit\": 67006296.0}, {\"Title\": \"The Misfits\", \"US_Gross\": 8200000.0, \"Worldwide_Gross\": 8200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Huston\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6351.0, \"Year\": 1960, \"Profit\": 4200000.0}, {\"Title\": \"My Stepmother Is an Alien\", \"US_Gross\": 13854000.0, \"Worldwide_Gross\": 13854000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9073.0, \"Year\": 1988, \"Profit\": -2146000.0}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962, \"Profit\": 4800000.0}, {\"Title\": \"Mission: Impossible\", \"US_Gross\": 180981886.0, \"Worldwide_Gross\": 456481886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 1996, \"Profit\": 376481886.0}, {\"Title\": \"Meteor\", \"US_Gross\": 8400000.0, \"Worldwide_Gross\": 8400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Ronald Neame\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2969.0, \"Year\": 1978, \"Profit\": -7600000.0}, {\"Title\": \"Multiplicity\", \"US_Gross\": 20133326.0, \"Worldwide_Gross\": 20133326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 11935.0, \"Year\": 1996, \"Profit\": -24866674.0}, {\"Title\": \"Mutual Appreciation\", \"US_Gross\": 103509.0, \"Worldwide_Gross\": 103509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goodbye Cruel Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1102.0, \"Year\": 2006, \"Profit\": 73509.0}, {\"Title\": \"The Muppet Christmas Carol\", \"US_Gross\": 27281507.0, \"Worldwide_Gross\": 27281507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1992-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10853.0, \"Year\": 1992, \"Profit\": 15281507.0}, {\"Title\": \"The Man with the Golden Gun\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 97600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1974-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Guy Hamilton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 22431.0, \"Year\": 1974, \"Profit\": 90600000.0}, {\"Title\": \"My Fair Lady\", \"US_Gross\": 72000000.0, \"Worldwide_Gross\": 72000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1964-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Cukor\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 28039.0, \"Year\": 1964, \"Profit\": 55000000.0}, {\"Title\": \"Mystic Pizza\", \"US_Gross\": 12793213.0, \"Worldwide_Gross\": 12793213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8413.0, \"Year\": 1988, \"Profit\": 6793213.0}, {\"Title\": \"Namastey London\", \"US_Gross\": 1207007.0, \"Worldwide_Gross\": 6831069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8400000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1511.0, \"Year\": 2007, \"Profit\": -1568931.0}, {\"Title\": \"Naturally Native\", \"US_Gross\": 10508.0, \"Worldwide_Gross\": 10508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 91.0, \"Year\": 1999, \"Profit\": -689492.0}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982, \"Profit\": -41591364.0}, {\"Title\": \"Indiana Jones and the Temple of Doom\", \"US_Gross\": 179880271.0, \"Worldwide_Gross\": 333080271.0, \"US_DVD_Sales\": 18998388.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1984-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 110761.0, \"Year\": 1984, \"Profit\": 305080271.0}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989, \"Profit\": 426171806.0}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005, \"Profit\": -970379.0}, {\"Title\": \"A Nightmare on Elm Street 4: The Dream Master\", \"US_Gross\": 49369899.0, \"Worldwide_Gross\": 49369899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 13310.0, \"Year\": 1988, \"Profit\": 36369899.0}, {\"Title\": \"Next Stop, Wonderland\", \"US_Gross\": 3386698.0, \"Worldwide_Gross\": 3456820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 2456820.0}, {\"Title\": \"Nighthawks\", \"US_Gross\": 14600000.0, \"Worldwide_Gross\": 19600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1981-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5649.0, \"Year\": 1981, \"Profit\": 14600000.0}, {\"Title\": \"The English Patient\", \"US_Gross\": 78716374.0, \"Worldwide_Gross\": 231716374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54484.0, \"Year\": 1996, \"Profit\": 196716374.0}, {\"Title\": \"Niagara\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1953-01-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4698.0, \"Year\": 1953, \"Profit\": 1250000.0}, {\"Title\": \"The Naked Gun 2\\u03a9: The Smell of Fear\", \"US_Gross\": 86930411.0, \"Worldwide_Gross\": 86930411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1991-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26384.0, \"Year\": 1991, \"Profit\": 63930411.0}, {\"Title\": \"Naked Gun 33 1/3: The Final Insult\", \"US_Gross\": 51041856.0, \"Worldwide_Gross\": 51041856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 24904.0, \"Year\": 1994, \"Profit\": 21041856.0}, {\"Title\": \"National Lampoon's Animal House\", \"US_Gross\": 141600000.0, \"Worldwide_Gross\": 141600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1978-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1978, \"Profit\": 138600000.0}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 114000.0, \"Release_Date\": \"1968-10-01T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walter Reade Organization\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1968, \"Profit\": 29886000.0}, {\"Title\": \"No Looking Back\", \"US_Gross\": 143273.0, \"Worldwide_Gross\": 143273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1145.0, \"Year\": 1998, \"Profit\": -4856727.0}, {\"Title\": \"The Nun's Story\", \"US_Gross\": 12800000.0, \"Worldwide_Gross\": 12800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1958-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3313.0, \"Year\": 1958, \"Profit\": 9300000.0}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 25504513.0, \"Worldwide_Gross\": 25504513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1984-11-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 1984, \"Profit\": 23704513.0}, {\"Title\": \"A Nightmare On Elm Street Part 2: Freddy's Revenge\", \"US_Gross\": 21163999.0, \"Worldwide_Gross\": 21163999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1985-11-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16222.0, \"Year\": 1985, \"Profit\": 18163999.0}, {\"Title\": \"A Nightmare On Elm Street 3: Dream Warriors\", \"US_Gross\": 44793222.0, \"Worldwide_Gross\": 44793222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1987-02-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 17354.0, \"Year\": 1987, \"Profit\": 39793222.0}, {\"Title\": \"A Nightmare On Elm Street: The Dream Child\", \"US_Gross\": 22168359.0, \"Worldwide_Gross\": 22168359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1989-08-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10849.0, \"Year\": 1989, \"Profit\": 16168359.0}, {\"Title\": \"Freddy's Dead: The Final Nightmare\", \"US_Gross\": 34872033.0, \"Worldwide_Gross\": 34872033.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1991-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 12779.0, \"Year\": 1991, \"Profit\": 29872033.0}, {\"Title\": \"Wes Craven's New Nightmare\", \"US_Gross\": 18090181.0, \"Worldwide_Gross\": 18090181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1994, \"Profit\": 10090181.0}, {\"Title\": \"Night of the Living Dead\", \"US_Gross\": 5835247.0, \"Worldwide_Gross\": 5835247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4200000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10083.0, \"Year\": 1990, \"Profit\": 1635247.0}, {\"Title\": \"Notorious\", \"US_Gross\": 24464742.0, \"Worldwide_Gross\": 24464742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 1945, \"Profit\": 22464742.0}, {\"Title\": \"Never Say Never Again\", \"US_Gross\": 55500000.0, \"Worldwide_Gross\": 160000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1983-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21247.0, \"Year\": 1983, \"Profit\": 124000000.0}, {\"Title\": \"The Nutcracker\", \"US_Gross\": 2119994.0, \"Worldwide_Gross\": 2119994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1992-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Emile Ardolino\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 561.0, \"Year\": 1992, \"Profit\": -16880006.0}, {\"Title\": \"Nowhere to Run\", \"US_Gross\": 22189039.0, \"Worldwide_Gross\": 52189039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6746.0, \"Year\": 1993, \"Profit\": 37189039.0}, {\"Title\": \"Interview with the Vampire: The Vampire Chronicles\", \"US_Gross\": 105264608.0, \"Worldwide_Gross\": 223564608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 78953.0, \"Year\": 1994, \"Profit\": 173564608.0}, {\"Title\": \"The Nutty Professor\", \"US_Gross\": 128814019.0, \"Worldwide_Gross\": 273814019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32234.0, \"Year\": 1996, \"Profit\": 218814019.0}, {\"Title\": \"Die Unendliche Geschichte\", \"US_Gross\": 21300000.0, \"Worldwide_Gross\": 21300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1984-07-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 25704.0, \"Year\": 1984, \"Profit\": -5700000.0}, {\"Title\": \"Interview with the Assassin\", \"US_Gross\": 47329.0, \"Worldwide_Gross\": 47329.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1107.0, \"Year\": 2002, \"Profit\": -702671.0}, {\"Title\": \"Nixon\", \"US_Gross\": 13668249.0, \"Worldwide_Gross\": 34668249.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1995-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13761.0, \"Year\": 1995, \"Profit\": -10331751.0}, {\"Title\": \"New York, New York\", \"US_Gross\": 13800000.0, \"Worldwide_Gross\": 13800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1692.0, \"Year\": 1977, \"Profit\": -200000.0}, {\"Title\": \"New York Stories\", \"US_Gross\": 10763469.0, \"Worldwide_Gross\": 10763469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1989-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6906.0, \"Year\": 1989, \"Profit\": -4236531.0}, {\"Title\": \"Obitaemyy ostrov\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36500000.0, \"Release_Date\": \"2009-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2229.0, \"Year\": 2009, \"Profit\": -21500000.0}, {\"Title\": \"Octopussy\", \"US_Gross\": 67900000.0, \"Worldwide_Gross\": 187500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27500000.0, \"Release_Date\": \"1983-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23167.0, \"Year\": 1983, \"Profit\": 160000000.0}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994, \"Profit\": -11409542.0}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975, \"Profit\": 104581275.0}, {\"Title\": \"The Offspring\", \"US_Gross\": 1355728.0, \"Worldwide_Gross\": 1355728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"1987-09-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Moviestore Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeff Burr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 424.0, \"Year\": 1987, \"Profit\": 255728.0}, {\"Title\": \"On Her Majesty's Secret Service\", \"US_Gross\": 22800000.0, \"Worldwide_Gross\": 82000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1969-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23159.0, \"Year\": 1969, \"Profit\": 74000000.0}, {\"Title\": \"The Omen\", \"US_Gross\": 48570885.0, \"Worldwide_Gross\": 48570885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 1976, \"Profit\": 45770885.0}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999, \"Profit\": 5478312.0}, {\"Title\": \"Out of Africa\", \"US_Gross\": 79096868.0, \"Worldwide_Gross\": 258210860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"1985-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19638.0, \"Year\": 1985, \"Profit\": 227210860.0}, {\"Title\": \"Out of the Dark\", \"US_Gross\": 419428.0, \"Worldwide_Gross\": 419428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1989-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 230.0, \"Year\": 1989, \"Profit\": -1180572.0}, {\"Title\": \"Ordinary People\", \"US_Gross\": 52302978.0, \"Worldwide_Gross\": 52302978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1980-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 138.0, \"Year\": 1980, \"Profit\": 46302978.0}, {\"Title\": \"The Other Side of Heaven\", \"US_Gross\": 4720371.0, \"Worldwide_Gross\": 4720371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1670.0, \"Year\": 2001, \"Profit\": -2279629.0}, {\"Title\": \"On the Down Low\", \"US_Gross\": 1987.0, \"Worldwide_Gross\": 1987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Con Sabor\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 113.0, \"Year\": 2004, \"Profit\": -8013.0}, {\"Title\": \"Othello\", \"US_Gross\": 2844379.0, \"Worldwide_Gross\": 2844379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4289.0, \"Year\": 1995, \"Profit\": -8155621.0}, {\"Title\": \"On the Outs\", \"US_Gross\": 49772.0, \"Worldwide_Gross\": 49772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fader Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 445.0, \"Year\": 2005, \"Profit\": -200228.0}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954, \"Profit\": 8690000.0}, {\"Title\": \"Outbreak\", \"US_Gross\": 67823573.0, \"Worldwide_Gross\": 67823573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33192.0, \"Year\": 1995, \"Profit\": 17823573.0}, {\"Title\": \"The Outsiders\", \"US_Gross\": 25697647.0, \"Worldwide_Gross\": 25697647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 23607.0, \"Year\": 1983, \"Profit\": 15697647.0}, {\"Title\": \"The Oxford Murders\", \"US_Gross\": 3607.0, \"Worldwide_Gross\": 8667348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8066.0, \"Year\": 2010, \"Profit\": -1332652.0}, {\"Title\": \"Police Academy\", \"US_Gross\": 81198894.0, \"Worldwide_Gross\": 81198894.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1984-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 23192.0, \"Year\": 1984, \"Profit\": 76698894.0}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994, \"Profit\": -9873753.0}, {\"Title\": \"Paa\", \"US_Gross\": 199228.0, \"Worldwide_Gross\": 9791282.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Reliance Big Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 1059.0, \"Year\": 2009, \"Profit\": 5491282.0}, {\"Title\": \"Pale Rider\", \"US_Gross\": 41410568.0, \"Worldwide_Gross\": 41410568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 15352.0, \"Year\": 1985, \"Profit\": 34510568.0}, {\"Title\": \"Patriot Games\", \"US_Gross\": 83287363.0, \"Worldwide_Gross\": 178100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1992-06-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29544.0, \"Year\": 1992, \"Profit\": 133100000.0}, {\"Title\": \"The Pallbearer\", \"US_Gross\": 5656388.0, \"Worldwide_Gross\": 5656388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4166.0, \"Year\": 1996, \"Profit\": -2343612.0}, {\"Title\": \"Pocahontas\", \"US_Gross\": 141579773.0, \"Worldwide_Gross\": 347100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1995-06-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26690.0, \"Year\": 1995, \"Profit\": 292100000.0}, {\"Title\": \"Pocketful of Miracles\", \"US_Gross\": 5000000.0, \"Worldwide_Gross\": 5000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2900000.0, \"Release_Date\": \"1960-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2365.0, \"Year\": 1960, \"Profit\": 2100000.0}, {\"Title\": \"PCU\", \"US_Gross\": 4333569.0, \"Worldwide_Gross\": 4333569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1994-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6967.0, \"Year\": 1994, \"Profit\": -4666431.0}, {\"Title\": \"Pete's Dragon\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1977-11-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4620.0, \"Year\": 1977, \"Profit\": 26000000.0}, {\"Title\": \"Pat Garrett and Billy the Kid\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4638783.0, \"Release_Date\": \"1973-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6374.0, \"Year\": 1973, \"Profit\": 6361217.0}, {\"Title\": \"Poltergeist\", \"US_Gross\": 74706019.0, \"Worldwide_Gross\": 121706019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32817.0, \"Year\": 1982, \"Profit\": 111006019.0}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988, \"Profit\": 4614000.0}, {\"Title\": \"Phantasm II\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1988-07-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3781.0, \"Year\": 1988, \"Profit\": 4000000.0}, {\"Title\": \"Phenomenon\", \"US_Gross\": 104636382.0, \"Worldwide_Gross\": 142836382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1996-07-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 26823.0, \"Year\": 1996, \"Profit\": 110836382.0}, {\"Title\": \"Philadelphia\", \"US_Gross\": 77324422.0, \"Worldwide_Gross\": 201324422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1993-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53283.0, \"Year\": 1993, \"Profit\": 175324422.0}, {\"Title\": \"The Phantom\", \"US_Gross\": 17220599.0, \"Worldwide_Gross\": 17220599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9477.0, \"Year\": 1996, \"Profit\": -27779401.0}, {\"Title\": \"Pi\", \"US_Gross\": 3221152.0, \"Worldwide_Gross\": 4678513.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Live Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 53699.0, \"Year\": 1998, \"Profit\": 4610513.0}, {\"Title\": \"Pink Flamingos\", \"US_Gross\": 413802.0, \"Worldwide_Gross\": 413802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7947.0, \"Year\": 1997, \"Profit\": 401802.0}, {\"Title\": \"The Pirate\", \"US_Gross\": 2956000.0, \"Worldwide_Gross\": 2956000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Vincente Minnelli\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1635.0, \"Year\": 1947, \"Profit\": -744000.0}, {\"Title\": \"The Planet of the Apes\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1968-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1968, \"Profit\": 27595426.0}, {\"Title\": \"The Player\", \"US_Gross\": 21706101.0, \"Worldwide_Gross\": 28876702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1992-04-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 24451.0, \"Year\": 1992, \"Profit\": 20876702.0}, {\"Title\": \"Apollo 13\", \"US_Gross\": 172070496.0, \"Worldwide_Gross\": 334100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1995-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 87605.0, \"Year\": 1995, \"Profit\": 269100000.0}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986, \"Profit\": 131963328.0}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000, \"Profit\": -110721.0}, {\"Title\": \"The Adventures of Pinocchio\", \"US_Gross\": 15382170.0, \"Worldwide_Gross\": 36682170.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1734.0, \"Year\": 1996, \"Profit\": 11682170.0}, {\"Title\": \"Pandora's Box\", \"US_Gross\": 881950.0, \"Worldwide_Gross\": 881950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 386.0, \"Year\": 2002, \"Profit\": 81950.0}, {\"Title\": \"Pink Narcissus\", \"US_Gross\": 8231.0, \"Worldwide_Gross\": 8231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 384.0, \"Year\": 1999, \"Profit\": -18769.0}, {\"Title\": \"Penitentiary\", \"US_Gross\": 287000.0, \"Worldwide_Gross\": 287000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000.0, \"Release_Date\": \"1980-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 233.0, \"Year\": 1980, \"Profit\": 187000.0}, {\"Title\": \"The Pursuit of D.B. Cooper\", \"US_Gross\": 2104164.0, \"Worldwide_Gross\": 2104164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 442.0, \"Year\": 1981, \"Profit\": -9895836.0}, {\"Title\": \"Poetic Justice\", \"US_Gross\": 27450453.0, \"Worldwide_Gross\": 27450453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1993-07-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3689.0, \"Year\": 1993, \"Profit\": 13450453.0}, {\"Title\": \"Porky's\", \"US_Gross\": 109492484.0, \"Worldwide_Gross\": 109492484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1982-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15861.0, \"Year\": 1982, \"Profit\": 105492484.0}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005, \"Profit\": -65070.0}, {\"Title\": \"Popeye\", \"US_Gross\": 49823037.0, \"Worldwide_Gross\": 49823037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1980-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 11433.0, \"Year\": 1980, \"Profit\": 29823037.0}, {\"Title\": \"Predator 2\", \"US_Gross\": 28317513.0, \"Worldwide_Gross\": 54768418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1990-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35411.0, \"Year\": 1990, \"Profit\": 19768418.0}, {\"Title\": \"Predator\", \"US_Gross\": 59735548.0, \"Worldwide_Gross\": 98267558.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1987-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 88522.0, \"Year\": 1987, \"Profit\": 80267558.0}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987, \"Profit\": 15857000.0}, {\"Title\": \"Prison\", \"US_Gross\": 354704.0, \"Worldwide_Gross\": 354704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-03-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Empire Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1154.0, \"Year\": 1988, \"Profit\": -3645296.0}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994, \"Profit\": 29284974.0}, {\"Title\": \"Prophecy\", \"US_Gross\": 21000000.0, \"Worldwide_Gross\": 21000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1979-06-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1381.0, \"Year\": 1979, \"Profit\": 9000000.0}, {\"Title\": \"The Prince of Tides\", \"US_Gross\": 74787599.0, \"Worldwide_Gross\": 74787599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1991-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6829.0, \"Year\": 1991, \"Profit\": 44787599.0}, {\"Title\": \"Proud\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Castle Hill Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 161.0, \"Year\": 2005, \"Profit\": -1000000.0}, {\"Title\": \"Pretty Woman\", \"US_Gross\": 178406268.0, \"Worldwide_Gross\": 463400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1990-03-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60742.0, \"Year\": 1990, \"Profit\": 449400000.0}, {\"Title\": \"Partition\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1275.0, \"Year\": 2007, \"Profit\": -10000000.0}, {\"Title\": \"The Postman Always Rings Twice\", \"US_Gross\": 12200000.0, \"Worldwide_Gross\": 44200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-03-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6886.0, \"Year\": 1981, \"Profit\": 32200000.0}, {\"Title\": \"Peggy Sue Got Married\", \"US_Gross\": 41382841.0, \"Worldwide_Gross\": 41382841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1986-10-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12457.0, \"Year\": 1986, \"Profit\": 23382841.0}, {\"Title\": \"Peter Pan\", \"US_Gross\": 87400000.0, \"Worldwide_Gross\": 87400000.0, \"US_DVD_Sales\": 90536550.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1953-02-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"RKO Radio Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 1953, \"Profit\": 83400000.0}, {\"Title\": \"Pet Sematary\", \"US_Gross\": 57469179.0, \"Worldwide_Gross\": 57469179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"1989-04-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 19257.0, \"Year\": 1989, \"Profit\": 45969179.0}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970, \"Profit\": 50500000.0}, {\"Title\": \"The Puffy Chair\", \"US_Gross\": 194523.0, \"Worldwide_Gross\": 194523.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1701.0, \"Year\": 2006, \"Profit\": 179523.0}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994, \"Profit\": 204928762.0}, {\"Title\": \"Paint Your Wagon\", \"US_Gross\": 31678778.0, \"Worldwide_Gross\": 31678778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5037.0, \"Year\": 1969, \"Profit\": 11678778.0}, {\"Title\": \"The Prisoner of Zenda\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 406.0, \"Year\": 1979, \"Profit\": -5500000.0}, {\"Title\": \"The Perez Family\", \"US_Gross\": 2794056.0, \"Worldwide_Gross\": 2794056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1995-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1177.0, \"Year\": 1995, \"Profit\": -8205944.0}, {\"Title\": \"Q\", \"US_Gross\": 255000.0, \"Worldwide_Gross\": 255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1982-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1899.0, \"Year\": 1982, \"Profit\": -945000.0}, {\"Title\": \"The Quick and the Dead\", \"US_Gross\": 18552460.0, \"Worldwide_Gross\": 18552460.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1995-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27352.0, \"Year\": 1995, \"Profit\": -13447540.0}, {\"Title\": \"Quigley Down Under\", \"US_Gross\": 21413105.0, \"Worldwide_Gross\": 21413105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1990-10-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6001.0, \"Year\": 1990, \"Profit\": 1413105.0}, {\"Title\": \"La Guerre du feu\", \"US_Gross\": 20959585.0, \"Worldwide_Gross\": 20959585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1982-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6198.0, \"Year\": 1982, \"Profit\": 8459585.0}, {\"Title\": \"Quo Vadis?\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 30000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8250000.0, \"Release_Date\": \"1951-02-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 898.0, \"Year\": 1951, \"Profit\": 21750000.0}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006, \"Profit\": 23897694.0}, {\"Title\": \"Robin and Marian\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1976-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4800.0, \"Year\": 1976, \"Profit\": 3000000.0}, {\"Title\": \"Ransom\", \"US_Gross\": 136492681.0, \"Worldwide_Gross\": 308700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1996-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 38524.0, \"Year\": 1996, \"Profit\": 238700000.0}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968, \"Profit\": 30195426.0}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939, \"Profit\": 4712000.0}, {\"Title\": \"Robin Hood: Prince of Thieves\", \"US_Gross\": 165493908.0, \"Worldwide_Gross\": 390500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1991-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 54480.0, \"Year\": 1991, \"Profit\": 340500000.0}, {\"Title\": \"Rumble in the Bronx\", \"US_Gross\": 32281907.0, \"Worldwide_Gross\": 36238752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": 28738752.0}, {\"Title\": \"Rob Roy\", \"US_Gross\": 31390587.0, \"Worldwide_Gross\": 31390587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1995-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15630.0, \"Year\": 1995, \"Profit\": 3390587.0}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980, \"Profit\": 5380203.0}, {\"Title\": \"Richard III\", \"US_Gross\": 2684904.0, \"Worldwide_Gross\": 4204857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9200000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 6625.0, \"Year\": 1995, \"Profit\": -4995143.0}, {\"Title\": \"Raising Cain\", \"US_Gross\": 21171695.0, \"Worldwide_Gross\": 21171695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1992-08-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5135.0, \"Year\": 1992, \"Profit\": 10171695.0}, {\"Title\": \"RoboCop\", \"US_Gross\": 53424681.0, \"Worldwide_Gross\": 53424681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 52898.0, \"Year\": 1987, \"Profit\": 40424681.0}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993, \"Profit\": -11303790.0}, {\"Title\": \"Ri\\u00a2hie Ri\\u00a2h\", \"US_Gross\": 38087756.0, \"Worldwide_Gross\": 38087756.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12687.0, \"Year\": 1994, \"Profit\": -1912244.0}, {\"Title\": \"Radio Days\", \"US_Gross\": 14792779.0, \"Worldwide_Gross\": 14792779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1987-01-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 10839.0, \"Year\": 1987, \"Profit\": -1207221.0}, {\"Title\": \"Radio Flyer\", \"US_Gross\": 4651977.0, \"Worldwide_Gross\": 4651977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1992-02-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6210.0, \"Year\": 1992, \"Profit\": -30348023.0}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992, \"Profit\": 1632029.0}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981, \"Profit\": 366800358.0}, {\"Title\": \"Red River\", \"US_Gross\": 9012000.0, \"Worldwide_Gross\": 9012000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1947-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Howard Hawks\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 10629.0, \"Year\": 1947, \"Profit\": 6012000.0}, {\"Title\": \"Reds\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33500000.0, \"Release_Date\": \"1981-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8455.0, \"Year\": 1981, \"Profit\": 16500000.0}, {\"Title\": \"Le Violon rouge\", \"US_Gross\": 10019109.0, \"Worldwide_Gross\": 10019109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14545.0, \"Year\": 1999, \"Profit\": 19109.0}, {\"Title\": \"Red Sonja\", \"US_Gross\": 6905861.0, \"Worldwide_Gross\": 6905861.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17900000.0, \"Release_Date\": \"1985-06-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Fleischer\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 11896.0, \"Year\": 1985, \"Profit\": -10994139.0}, {\"Title\": \"Star Wars Ep. VI: Return of the Jedi\", \"US_Gross\": 309205079.0, \"Worldwide_Gross\": 572700000.0, \"US_DVD_Sales\": 12356425.0, \"Production_Budget\": 32500000.0, \"Release_Date\": \"1983-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Marquand\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1983, \"Profit\": 540200000.0}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004, \"Profit\": -12341510.0}, {\"Title\": \"The Rise and Fall of Miss Thang\", \"US_Gross\": 401.0, \"Worldwide_Gross\": 401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2008-08-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 87.0, \"Distributor\": \"Lavender House Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -9599.0}, {\"Title\": \"Roger & Me\", \"US_Gross\": 6706368.0, \"Worldwide_Gross\": 6706368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1989-12-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 14883.0, \"Year\": 1989, \"Profit\": 6566368.0}, {\"Title\": \"The Right Stuff\", \"US_Gross\": 21500000.0, \"Worldwide_Gross\": 21500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1983-10-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 24275.0, \"Year\": 1983, \"Profit\": -5500000.0}, {\"Title\": \"The Rocky Horror Picture Show\", \"US_Gross\": 139876417.0, \"Worldwide_Gross\": 139876417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1975-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 41265.0, \"Year\": 1975, \"Profit\": 138676417.0}, {\"Title\": \"Road House\", \"US_Gross\": 30050028.0, \"Worldwide_Gross\": 30050028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1989-05-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14085.0, \"Year\": 1989, \"Profit\": 20050028.0}, {\"Title\": \"Romeo Is Bleeding\", \"US_Gross\": 3275585.0, \"Worldwide_Gross\": 3275585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6537.0, \"Year\": 1994, \"Profit\": -6724415.0}, {\"Title\": \"Rockaway\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 232.0, \"Year\": 2007, \"Profit\": -2000000.0}, {\"Title\": \"Rocky\", \"US_Gross\": 117235147.0, \"Worldwide_Gross\": 225000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-11-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John G. Avildsen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 84.0, \"Year\": 1976, \"Profit\": 224000000.0}, {\"Title\": \"Return of the Living Dead Part II\", \"US_Gross\": 9205924.0, \"Worldwide_Gross\": 9205924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6200000.0, \"Release_Date\": \"1988-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lorimar Motion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4661.0, \"Year\": 1988, \"Profit\": 3005924.0}, {\"Title\": \"The R.M.\", \"US_Gross\": 1111615.0, \"Worldwide_Gross\": 1111615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestone\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 449.0, \"Year\": 2003, \"Profit\": 611615.0}, {\"Title\": \"Renaissance Man\", \"US_Gross\": 24172899.0, \"Worldwide_Gross\": 24172899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7650.0, \"Year\": 1994, \"Profit\": -15827101.0}, {\"Title\": \"Rambo: First Blood Part II\", \"US_Gross\": 150415432.0, \"Worldwide_Gross\": 300400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1985-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38548.0, \"Year\": 1985, \"Profit\": 256400000.0}, {\"Title\": \"Rambo III\", \"US_Gross\": 53715611.0, \"Worldwide_Gross\": 188715611.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1988-05-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 31551.0, \"Year\": 1988, \"Profit\": 130715611.0}, {\"Title\": \"Romeo+Juliet\", \"US_Gross\": 46338728.0, \"Worldwide_Gross\": 147542381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14500000.0, \"Release_Date\": \"1996-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 78.0, \"Year\": 1996, \"Profit\": 133042381.0}, {\"Title\": \"Ramanujan\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Fry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -20000000.0}, {\"Title\": \"Rain Man\", \"US_Gross\": 172825435.0, \"Worldwide_Gross\": 412800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1988-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106163.0, \"Year\": 1988, \"Profit\": 387800000.0}, {\"Title\": \"Rapa Nui\", \"US_Gross\": 305070.0, \"Worldwide_Gross\": 305070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2081.0, \"Year\": 1994, \"Profit\": -19694930.0}, {\"Title\": \"Roar\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1980-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 228.0, \"Year\": 1980, \"Profit\": -15000000.0}, {\"Title\": \"The Robe\", \"US_Gross\": 36000000.0, \"Worldwide_Gross\": 36000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1953-09-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2913.0, \"Year\": 1953, \"Profit\": 31000000.0}, {\"Title\": \"The Rock\", \"US_Gross\": 134069511.0, \"Worldwide_Gross\": 336069511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1996-06-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 108324.0, \"Year\": 1996, \"Profit\": 261069511.0}, {\"Title\": \"The Remains of the Day\", \"US_Gross\": 22954968.0, \"Worldwide_Gross\": 63954968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 21736.0, \"Year\": 1993, \"Profit\": 48954968.0}, {\"Title\": \"Airplane!\", \"US_Gross\": 83453539.0, \"Worldwide_Gross\": 83453539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1980-07-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 57000.0, \"Year\": 1980, \"Profit\": 79953539.0}, {\"Title\": \"Repo Man\", \"US_Gross\": 2300000.0, \"Worldwide_Gross\": 2300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1984-03-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12438.0, \"Year\": 1984, \"Profit\": 800000.0}, {\"Title\": \"Rocket Singh: Salesman of the Year\", \"US_Gross\": 164649.0, \"Worldwide_Gross\": 5348767.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1070000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1436.0, \"Year\": 2009, \"Profit\": 4278767.0}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980, \"Profit\": -33000000.0}, {\"Title\": \"Restoration\", \"US_Gross\": 4100000.0, \"Worldwide_Gross\": 4100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1995-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 4024.0, \"Year\": 1995, \"Profit\": -13900000.0}, {\"Title\": \"The Return of the Living Dead\", \"US_Gross\": 14237880.0, \"Worldwide_Gross\": 14237880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1985-08-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13621.0, \"Year\": 1985, \"Profit\": 10237880.0}, {\"Title\": \"Rejsen til Saturn\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 2783634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 849.0, \"Year\": 2008, \"Profit\": 83634.0}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005, \"Profit\": -3662.0}, {\"Title\": \"Return to Oz\", \"US_Gross\": 10618813.0, \"Worldwide_Gross\": 10618813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1985-06-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7491.0, \"Year\": 1985, \"Profit\": -16381187.0}, {\"Title\": \"The Running Man\", \"US_Gross\": 38122000.0, \"Worldwide_Gross\": 38122000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1987-11-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Michael Glaser\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36308.0, \"Year\": 1987, \"Profit\": 8122000.0}, {\"Title\": \"Run Lola Run\", \"US_Gross\": 7267324.0, \"Worldwide_Gross\": 14533173.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 91.0, \"Year\": 1999, \"Profit\": 12783173.0}, {\"Title\": \"Revolution#9\", \"US_Gross\": 9118.0, \"Worldwide_Gross\": 9118.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2002, \"Profit\": -340882.0}, {\"Title\": \"The River Wild\", \"US_Gross\": 46815000.0, \"Worldwide_Gross\": 94215000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 14285.0, \"Year\": 1994, \"Profit\": 49215000.0}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995, \"Profit\": 298125643.0}, {\"Title\": \"Safe Men\", \"US_Gross\": 21210.0, \"Worldwide_Gross\": 21210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 1743.0, \"Year\": 1998, \"Profit\": -978790.0}, {\"Title\": \"Secrets & Lies\", \"US_Gross\": 13417292.0, \"Worldwide_Gross\": 13417292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1996-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 14364.0, \"Year\": 1996, \"Profit\": 8917292.0}, {\"Title\": \"Sgt. Bilko\", \"US_Gross\": 30356589.0, \"Worldwide_Gross\": 37956589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1996-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9693.0, \"Year\": 1996, \"Profit\": -1043411.0}, {\"Title\": \"Sabrina\", \"US_Gross\": 53458319.0, \"Worldwide_Gross\": 87100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"1995-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15749.0, \"Year\": 1995, \"Profit\": 29100000.0}, {\"Title\": \"Subway\", \"US_Gross\": 390659.0, \"Worldwide_Gross\": 1663296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1985-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island/Alive\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5904.0, \"Year\": 1985, \"Profit\": -336704.0}, {\"Title\": \"School Daze\", \"US_Gross\": 14545844.0, \"Worldwide_Gross\": 14545844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1988-02-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2667.0, \"Year\": 1988, \"Profit\": 8545844.0}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983, \"Profit\": 19942821.0}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993, \"Profit\": 296200000.0}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951, \"Profit\": 6200000.0}, {\"Title\": \"Shadow Conspiracy\", \"US_Gross\": 2154540.0, \"Worldwide_Gross\": 2154540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2427.0, \"Year\": 1997, \"Profit\": -42845460.0}, {\"Title\": \"Short Cut to Nirvana: Kumbh Mela\", \"US_Gross\": 381225.0, \"Worldwide_Gross\": 439651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Mela Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 105.0, \"Year\": 2004, \"Profit\": 239651.0}, {\"Title\": \"Spartacus\", \"US_Gross\": 30000000.0, \"Worldwide_Gross\": 60000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1960-10-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 50856.0, \"Year\": 1960, \"Profit\": 48000000.0}, {\"Title\": \"Sunday\", \"US_Gross\": 410919.0, \"Worldwide_Gross\": 450349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 436.0, \"Year\": 1997, \"Profit\": 349.0}, {\"Title\": \"Secret, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 65505095.0, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-11-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -3500000.0}, {\"Title\": \"Sea Rex 3D: Journey to a Prehistoric World\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"3D Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -5000000.0}, {\"Title\": \"State Fair\", \"US_Gross\": 3500000.0, \"Worldwide_Gross\": 3500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1962-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 436.0, \"Year\": 1962, \"Profit\": -1000000.0}, {\"Title\": \"Sticky Fingers of Time\", \"US_Gross\": 18195.0, \"Worldwide_Gross\": 20628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-01-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -229372.0}, {\"Title\": \"Stargate - The Ark of Truth\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 8962832.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-03-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -7000000.0}, {\"Title\": \"She's Gotta Have It\", \"US_Gross\": 7137502.0, \"Worldwide_Gross\": 7137502.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2594.0, \"Year\": 1986, \"Profit\": 6962502.0}, {\"Title\": \"Stargate\", \"US_Gross\": 71565669.0, \"Worldwide_Gross\": 196565669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-10-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 47174.0, \"Year\": 1994, \"Profit\": 141565669.0}, {\"Title\": \"The Shadow\", \"US_Gross\": 31835600.0, \"Worldwide_Gross\": 31835600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1994-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9530.0, \"Year\": 1994, \"Profit\": -8164400.0}, {\"Title\": \"Show Boat\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1951-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1788.0, \"Year\": 1951, \"Profit\": 8700000.0}, {\"Title\": \"Shadowlands\", \"US_Gross\": 25842377.0, \"Worldwide_Gross\": 25842377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 7689.0, \"Year\": 1993, \"Profit\": 3842377.0}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986, \"Profit\": -14685000.0}, {\"Title\": \"Shalako\", \"US_Gross\": 2620000.0, \"Worldwide_Gross\": 2620000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1455000.0, \"Release_Date\": \"1967-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1090.0, \"Year\": 1967, \"Profit\": 1165000.0}, {\"Title\": \"Sheena\", \"US_Gross\": 5778353.0, \"Worldwide_Gross\": 5778353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1984-08-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 1598.0, \"Year\": 1984, \"Profit\": -19221647.0}, {\"Title\": \"Shine\", \"US_Gross\": 35811509.0, \"Worldwide_Gross\": 35811509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Hicks\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22439.0, \"Year\": 1996, \"Profit\": 30311509.0}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980, \"Profit\": 25017374.0}, {\"Title\": \"Haakon Haakonsen\", \"US_Gross\": 15024232.0, \"Worldwide_Gross\": 15024232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1991-03-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1125.0, \"Year\": 1991, \"Profit\": 6524232.0}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987, \"Profit\": -25624819.0}, {\"Title\": \"Showgirls\", \"US_Gross\": 20254932.0, \"Worldwide_Gross\": 20254932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 27004.0, \"Year\": 1995, \"Profit\": -19745068.0}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994, \"Profit\": 3241469.0}, {\"Title\": \"Silver Bullet\", \"US_Gross\": 10803211.0, \"Worldwide_Gross\": 10803211.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1985-10-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 6387.0, \"Year\": 1985, \"Profit\": 3803211.0}, {\"Title\": \"Side Effects\", \"US_Gross\": 44701.0, \"Worldwide_Gross\": 44701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sky Island\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -155299.0}, {\"Title\": \"Set It Off\", \"US_Gross\": 36049108.0, \"Worldwide_Gross\": 36049108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1996-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4570.0, \"Year\": 1996, \"Profit\": 27049108.0}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991, \"Profit\": 255726716.0}, {\"Title\": \"Silver Medalist\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -2600000.0}, {\"Title\": \"Silent Trigger\", \"US_Gross\": 76382.0, \"Worldwide_Gross\": 76382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-06-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1364.0, \"Year\": 1996, \"Profit\": -14923618.0}, {\"Title\": \"Thinner\", \"US_Gross\": 15171475.0, \"Worldwide_Gross\": 15171475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1996-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7888.0, \"Year\": 1996, \"Profit\": 1171475.0}, {\"Title\": \"Sling Blade\", \"US_Gross\": 24475416.0, \"Worldwide_Gross\": 34175000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4833610.0, \"Release_Date\": \"1996-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 41785.0, \"Year\": 1996, \"Profit\": 29341390.0}, {\"Title\": \"Slacker\", \"US_Gross\": 1227508.0, \"Worldwide_Gross\": 1227508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000.0, \"Release_Date\": \"1991-08-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5907.0, \"Year\": 1991, \"Profit\": 1204508.0}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959, \"Profit\": 22116152.0}, {\"Title\": \"The Scarlet Letter\", \"US_Gross\": 10359006.0, \"Worldwide_Gross\": 10359006.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Joffe\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6155.0, \"Year\": 1995, \"Profit\": -39640994.0}, {\"Title\": \"Silmido\", \"US_Gross\": 298347.0, \"Worldwide_Gross\": 30298347.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Service\", \"Source\": \"Unknown\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1724.0, \"Year\": 2004, \"Profit\": 21798347.0}, {\"Title\": \"Sleeper\", \"US_Gross\": 18344729.0, \"Worldwide_Gross\": 18344729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1973-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15466.0, \"Year\": 1973, \"Profit\": 16344729.0}, {\"Title\": \"Sleepers\", \"US_Gross\": 53300852.0, \"Worldwide_Gross\": 165600852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 44000000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51874.0, \"Year\": 1996, \"Profit\": 121600852.0}, {\"Title\": \"The Slaughter Rule\", \"US_Gross\": 13134.0, \"Worldwide_Gross\": 13134.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1136.0, \"Year\": 2003, \"Profit\": -486866.0}, {\"Title\": \"Solomon and Sheba\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1959-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 915.0, \"Year\": 1959, \"Profit\": 6000000.0}, {\"Title\": \"Sur Le Seuil\", \"US_Gross\": 2013052.0, \"Worldwide_Gross\": 2013052.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Alliance\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 585.0, \"Year\": 2003, \"Profit\": -486948.0}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995, \"Profit\": 17341568.0}, {\"Title\": \"Silverado\", \"US_Gross\": 33200000.0, \"Worldwide_Gross\": 33200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1985-07-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 14243.0, \"Year\": 1985, \"Profit\": 7200000.0}, {\"Title\": \"Salvador\", \"US_Gross\": 1500000.0, \"Worldwide_Gross\": 1500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1986-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hemdale\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7797.0, \"Year\": 1986, \"Profit\": -3000000.0}, {\"Title\": \"Sex, Lies, and Videotape\", \"US_Gross\": 24741667.0, \"Worldwide_Gross\": 36741667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1989-08-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1989, \"Profit\": 35541667.0}, {\"Title\": \"Show Me\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Wolfe Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 288.0, \"Year\": 2005, \"Profit\": -400000.0}, {\"Title\": \"Simon\", \"US_Gross\": 4055.0, \"Worldwide_Gross\": 4055.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 4873.0, \"Year\": 2006, \"Profit\": -1295945.0}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993, \"Profit\": -21155093.0}, {\"Title\": \"Somewhere in Time\", \"US_Gross\": 9709597.0, \"Worldwide_Gross\": 9709597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5100000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 8787.0, \"Year\": 1980, \"Profit\": 4609597.0}, {\"Title\": \"Smoke Signals\", \"US_Gross\": 6719300.0, \"Worldwide_Gross\": 7756617.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5058.0, \"Year\": 1998, \"Profit\": 5756617.0}, {\"Title\": \"Serial Mom\", \"US_Gross\": 7881335.0, \"Worldwide_Gross\": 7881335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1994-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10999.0, \"Year\": 1994, \"Profit\": -5118665.0}, {\"Title\": \"Sommersturm\", \"US_Gross\": 95204.0, \"Worldwide_Gross\": 95204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 5251.0, \"Year\": 2006, \"Profit\": -2904796.0}, {\"Title\": \"Silent Movie\", \"US_Gross\": 36145695.0, \"Worldwide_Gross\": 36145695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1976-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6248.0, \"Year\": 1976, \"Profit\": 31745695.0}, {\"Title\": \"The Santa Clause\", \"US_Gross\": 144833357.0, \"Worldwide_Gross\": 189800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1994-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17773.0, \"Year\": 1994, \"Profit\": 167800000.0}, {\"Title\": \"The Singles Ward\", \"US_Gross\": 1250798.0, \"Worldwide_Gross\": 1250798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Halestorm Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 736.0, \"Year\": 2002, \"Profit\": 750798.0}, {\"Title\": \"Sense and Sensibility\", \"US_Gross\": 42993774.0, \"Worldwide_Gross\": 134993774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"1995-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 31279.0, \"Year\": 1995, \"Profit\": 118493774.0}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952, \"Profit\": 1060000.0}, {\"Title\": \"Solitude\", \"US_Gross\": 6260.0, \"Worldwide_Gross\": 6260.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 82.0, \"Year\": 2005, \"Profit\": -193740.0}, {\"Title\": \"The Sound of Music\", \"US_Gross\": 163214286.0, \"Worldwide_Gross\": 286214286.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8200000.0, \"Release_Date\": \"1965-04-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 45.0, \"Year\": 1965, \"Profit\": 278014286.0}, {\"Title\": \"She's the One\", \"US_Gross\": 9482579.0, \"Worldwide_Gross\": 13795053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1996-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8159.0, \"Year\": 1996, \"Profit\": 10295053.0}, {\"Title\": \"Straight out of Brooklyn\", \"US_Gross\": 2712293.0, \"Worldwide_Gross\": 2712293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 450000.0, \"Release_Date\": \"1990-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 263.0, \"Year\": 1990, \"Profit\": 2262293.0}, {\"Title\": \"Spaceballs\", \"US_Gross\": 38119483.0, \"Worldwide_Gross\": 38119483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22700000.0, \"Release_Date\": \"1987-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 52434.0, \"Year\": 1987, \"Profit\": 15419483.0}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994, \"Profit\": 253200000.0}, {\"Title\": \"Species\", \"US_Gross\": 60054449.0, \"Worldwide_Gross\": 113354449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1995-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21917.0, \"Year\": 1995, \"Profit\": 78354449.0}, {\"Title\": \"Sphinx\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 11400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-02-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 478.0, \"Year\": 1981, \"Profit\": 1400000.0}, {\"Title\": \"Spaced Invaders\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 15000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1990-04-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Patrick Read Johnson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1464.0, \"Year\": 1990, \"Profit\": 12000000.0}, {\"Title\": \"Spellbound\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14665.0, \"Year\": 1944, \"Profit\": 5500000.0}, {\"Title\": \"Splash\", \"US_Gross\": 62599495.0, \"Worldwide_Gross\": 62599495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1984-03-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21732.0, \"Year\": 1984, \"Profit\": 54599495.0}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987, \"Profit\": -5772176.0}, {\"Title\": \"Superman II\", \"US_Gross\": 108185706.0, \"Worldwide_Gross\": 108185706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1981-06-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29512.0, \"Year\": 1981, \"Profit\": 58185706.0}, {\"Title\": \"Superman III\", \"US_Gross\": 59950623.0, \"Worldwide_Gross\": 59950623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"1983-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 18070.0, \"Year\": 1983, \"Profit\": 20950623.0}, {\"Title\": \"Sparkler\", \"US_Gross\": 5494.0, \"Worldwide_Gross\": 5494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 320.0, \"Year\": 1999, \"Profit\": -994506.0}, {\"Title\": \"Superman\", \"US_Gross\": 134218018.0, \"Worldwide_Gross\": 300200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1978-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 129.0, \"Year\": 1978, \"Profit\": 245200000.0}, {\"Title\": \"The Specialist\", \"US_Gross\": 57362581.0, \"Worldwide_Gross\": 57362581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1994-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 18749.0, \"Year\": 1994, \"Profit\": 12362581.0}, {\"Title\": \"The Sorcerer\", \"US_Gross\": 12000000.0, \"Worldwide_Gross\": 12000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"1977-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 563.0, \"Year\": 1977, \"Profit\": -9600000.0}, {\"Title\": \"Sisters in Law\", \"US_Gross\": 33312.0, \"Worldwide_Gross\": 33312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2006-04-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Women Make Movies\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 203.0, \"Year\": 2006, \"Profit\": -266688.0}, {\"Title\": \"Smilla's Sense of Snow\", \"US_Gross\": 2221994.0, \"Worldwide_Gross\": 2221994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille August\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7280.0, \"Year\": 1997, \"Profit\": -32778006.0}, {\"Title\": \"Assassins\", \"US_Gross\": 30306268.0, \"Worldwide_Gross\": 83306268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1995-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23370.0, \"Year\": 1995, \"Profit\": 33306268.0}, {\"Title\": \"Star Trek: The Motion Picture\", \"US_Gross\": 82258456.0, \"Worldwide_Gross\": 139000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1979-12-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 25454.0, \"Year\": 1979, \"Profit\": 104000000.0}, {\"Title\": \"Star Trek III: The Search for Spock\", \"US_Gross\": 76471046.0, \"Worldwide_Gross\": 87000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22261.0, \"Year\": 1984, \"Profit\": 69000000.0}, {\"Title\": \"Star Trek IV: The Voyage Home\", \"US_Gross\": 109713132.0, \"Worldwide_Gross\": 133000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1986-11-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Leonard Nimoy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26207.0, \"Year\": 1986, \"Profit\": 109000000.0}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986, \"Profit\": 44287414.0}, {\"Title\": \"Stone Cold\", \"US_Gross\": 9286314.0, \"Worldwide_Gross\": 9286314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 52.0, \"Year\": 1991, \"Profit\": -15713686.0}, {\"Title\": \"The Stewardesses\", \"US_Gross\": 13500000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1969-07-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 86.0, \"Year\": 1969, \"Profit\": 24800000.0}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994, \"Profit\": 64423000.0}, {\"Title\": \"Star Trek II: The Wrath of Khan\", \"US_Gross\": 79912963.0, \"Worldwide_Gross\": 96800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1982-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36131.0, \"Year\": 1982, \"Profit\": 84800000.0}, {\"Title\": \"Steal (Canadian Release)\", \"US_Gross\": 220944.0, \"Worldwide_Gross\": 220944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -14779056.0}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973, \"Profit\": 154116327.0}, {\"Title\": \"Stonewall\", \"US_Gross\": 304602.0, \"Worldwide_Gross\": 304602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1996-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 741.0, \"Year\": 1996, \"Profit\": -1695398.0}, {\"Title\": \"Star Trek V: The Final Frontier\", \"US_Gross\": 52210049.0, \"Worldwide_Gross\": 70200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1989-06-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 20600.0, \"Year\": 1989, \"Profit\": 40200000.0}, {\"Title\": \"Star Trek VI: The Undiscovered Country\", \"US_Gross\": 74888996.0, \"Worldwide_Gross\": 96900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1991-12-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 23546.0, \"Year\": 1991, \"Profit\": 69900000.0}, {\"Title\": \"Star Trek: Generations\", \"US_Gross\": 75671262.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26465.0, \"Year\": 1994, \"Profit\": 82000000.0}, {\"Title\": \"Stripes\", \"US_Gross\": 85300000.0, \"Worldwide_Gross\": 85300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1981-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19618.0, \"Year\": 1981, \"Profit\": 75300000.0}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996, \"Profit\": -17226989.0}, {\"Title\": \"Star Wars Ep. IV: A New Hope\", \"US_Gross\": 460998007.0, \"Worldwide_Gross\": 797900000.0, \"US_DVD_Sales\": 11182540.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1977-05-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1977, \"Profit\": 786900000.0}, {\"Title\": \"Saints and Soldiers\", \"US_Gross\": 1310470.0, \"Worldwide_Gross\": 1310470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 780000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ryan Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7581.0, \"Year\": 2004, \"Profit\": 530470.0}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007, \"Profit\": -1000000.0}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951, \"Profit\": 5800000.0}, {\"Title\": \"Sugar Hill\", \"US_Gross\": 18272447.0, \"Worldwide_Gross\": 18272447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1627.0, \"Year\": 1994, \"Profit\": 8272447.0}, {\"Title\": \"Stiff Upper Lips\", \"US_Gross\": 69582.0, \"Worldwide_Gross\": 69582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5700000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 543.0, \"Year\": 1999, \"Profit\": -5630418.0}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956, \"Profit\": -228264.0}, {\"Title\": \"Sweet Charity\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1968-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bob Fosse\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 1691.0, \"Year\": 1968, \"Profit\": -12000000.0}, {\"Title\": \"Sands of Iwo Jima\", \"US_Gross\": 7800000.0, \"Worldwide_Gross\": 7800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4160.0, \"Year\": 1948, \"Profit\": 6800000.0}, {\"Title\": \"The Spy Who Loved Me\", \"US_Gross\": 46800000.0, \"Worldwide_Gross\": 185400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-07-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 24938.0, \"Year\": 1977, \"Profit\": 171400000.0}, {\"Title\": \"The Swindle\", \"US_Gross\": 245359.0, \"Worldwide_Gross\": 5045359.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Yorker\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1417.0, \"Year\": 1998, \"Profit\": -4954641.0}, {\"Title\": \"Swingers\", \"US_Gross\": 4505922.0, \"Worldwide_Gross\": 6542637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"1996-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 431.0, \"Year\": 1996, \"Profit\": 6342637.0}, {\"Title\": \"The Sweet Hereafter\", \"US_Gross\": 4306697.0, \"Worldwide_Gross\": 4306697.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16280.0, \"Year\": 1997, \"Profit\": -693303.0}, {\"Title\": \"She Wore a Yellow Ribbon\", \"US_Gross\": 5400000.0, \"Worldwide_Gross\": 5400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1948-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 5825.0, \"Year\": 1948, \"Profit\": 3800000.0}, {\"Title\": \"Sex with Strangers\", \"US_Gross\": 247740.0, \"Worldwide_Gross\": 247740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 151.0, \"Year\": 2002, \"Profit\": -852260.0}, {\"Title\": \"Spy Hard\", \"US_Gross\": 26936265.0, \"Worldwide_Gross\": 26936265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 12682.0, \"Year\": 1996, \"Profit\": 8936265.0}, {\"Title\": \"Shi Yue Wei Cheng\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 44195779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1795.0, \"Year\": 2009, \"Profit\": 21195779.0}, {\"Title\": \"Tango\", \"US_Gross\": 1687311.0, \"Worldwide_Gross\": 1687311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1490.0, \"Year\": 1999, \"Profit\": -2812689.0}, {\"Title\": \"The Age of Innocence\", \"US_Gross\": 32014993.0, \"Worldwide_Gross\": 32014993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1993-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16000.0, \"Year\": 1993, \"Profit\": -1985007.0}, {\"Title\": \"Talk Radio\", \"US_Gross\": 3468572.0, \"Worldwide_Gross\": 3468572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-12-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5659.0, \"Year\": 1988, \"Profit\": -531428.0}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 26572439.0, \"Worldwide_Gross\": 26572439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000.0, \"Release_Date\": \"1974-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 1974, \"Profit\": 26432439.0}, {\"Title\": \"The Texas Chainsaw Massacre 2\", \"US_Gross\": 8025872.0, \"Worldwide_Gross\": 8025872.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"1986-08-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cannon\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tobe Hooper\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7702.0, \"Year\": 1986, \"Profit\": 3325872.0}, {\"Title\": \"Timecop\", \"US_Gross\": 44853581.0, \"Worldwide_Gross\": 102053581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1994-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16570.0, \"Year\": 1994, \"Profit\": 74053581.0}, {\"Title\": \"Tin Cup\", \"US_Gross\": 53854588.0, \"Worldwide_Gross\": 75854588.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 17274.0, \"Year\": 1996, \"Profit\": 30854588.0}, {\"Title\": \"Torn Curtain\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1966-07-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8670.0, \"Year\": 1966, \"Profit\": 10000000.0}, {\"Title\": \"To Die For\", \"US_Gross\": 21284514.0, \"Worldwide_Gross\": 27688744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1995-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18459.0, \"Year\": 1995, \"Profit\": 7688744.0}, {\"Title\": \"Terror Train\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2479.0, \"Year\": 1979, \"Profit\": 4500000.0}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987, \"Profit\": 4888000.0}, {\"Title\": \"The Fan\", \"US_Gross\": 18582965.0, \"Worldwide_Gross\": 18582965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20640.0, \"Year\": 1996, \"Profit\": -36417035.0}, {\"Title\": \"Timber Falls\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Slowhand Cinema\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2213.0, \"Year\": 2007, \"Profit\": -2600000.0}, {\"Title\": \"Tae Guik Gi: The Brotherhood of War\", \"US_Gross\": 1110186.0, \"Worldwide_Gross\": 69826708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 57326708.0}, {\"Title\": \"The Incredibly True Adventure of Two Girls in Love\", \"US_Gross\": 2210408.0, \"Worldwide_Gross\": 2477155.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1995-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1795.0, \"Year\": 1995, \"Profit\": 2227155.0}, {\"Title\": \"There Goes My Baby\", \"US_Gross\": 125169.0, \"Worldwide_Gross\": 125169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1994-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 507.0, \"Year\": 1994, \"Profit\": -10374831.0}, {\"Title\": \"Tank Girl\", \"US_Gross\": 4064333.0, \"Worldwide_Gross\": 4064333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1995-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10772.0, \"Year\": 1995, \"Profit\": -20935667.0}, {\"Title\": \"Top Gun\", \"US_Gross\": 176786701.0, \"Worldwide_Gross\": 353786701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1986-05-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 80013.0, \"Year\": 1986, \"Profit\": 338786701.0}, {\"Title\": \"Thunderball\", \"US_Gross\": 63600000.0, \"Worldwide_Gross\": 141200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1965-12-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 27245.0, \"Year\": 1965, \"Profit\": 132200000.0}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009, \"Profit\": -2500000.0}, {\"Title\": \"The Craft\", \"US_Gross\": 24769466.0, \"Worldwide_Gross\": 55669466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 21130.0, \"Year\": 1996, \"Profit\": 40669466.0}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933, \"Profit\": 2175000.0}, {\"Title\": \"The Net\", \"US_Gross\": 50621733.0, \"Worldwide_Gross\": 110521733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24363.0, \"Year\": 1995, \"Profit\": 88521733.0}, {\"Title\": \"La otra conquista\", \"US_Gross\": 886410.0, \"Worldwide_Gross\": 886410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2000-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Hombre de Oro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 584.0, \"Year\": 2000, \"Profit\": -2613590.0}, {\"Title\": \"The Journey\", \"US_Gross\": 19800.0, \"Worldwide_Gross\": 19800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 74.0, \"Year\": 2003, \"Profit\": -480200.0}, {\"Title\": \"They Live\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1988-11-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20995.0, \"Year\": 1988, \"Profit\": 9000000.0}, {\"Title\": \"Tales from the Hood\", \"US_Gross\": 11784569.0, \"Worldwide_Gross\": 11784569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Savoy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 1860.0, \"Year\": 1995, \"Profit\": 5784569.0}, {\"Title\": \"Time Bandits\", \"US_Gross\": 37400000.0, \"Worldwide_Gross\": 37400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1981-11-06T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22719.0, \"Year\": 1981, \"Profit\": 25400000.0}, {\"Title\": \"Tombstone\", \"US_Gross\": 56505000.0, \"Worldwide_Gross\": 56505000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George P. Cosmatos\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 43688.0, \"Year\": 1993, \"Profit\": 31505000.0}, {\"Title\": \"Time Changer\", \"US_Gross\": 1500711.0, \"Worldwide_Gross\": 1500711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 825000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Five & Two Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1029.0, \"Year\": 2002, \"Profit\": 675711.0}, {\"Title\": \"Teenage Mutant Ninja Turtles II: The Secret of the Ooze\", \"US_Gross\": 78656813.0, \"Worldwide_Gross\": 78656813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1991-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12742.0, \"Year\": 1991, \"Profit\": 53656813.0}, {\"Title\": \"Teenage Mutant Ninja Turtles III\", \"US_Gross\": 42273609.0, \"Worldwide_Gross\": 42273609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1993-03-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9064.0, \"Year\": 1993, \"Profit\": 21273609.0}, {\"Title\": \"Tango & Cash\", \"US_Gross\": 63408614.0, \"Worldwide_Gross\": 63408614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1989-12-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrei Konchalovsky\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 25248.0, \"Year\": 1989, \"Profit\": 8408614.0}, {\"Title\": \"Teenage Mutant Ninja Turtles\", \"US_Gross\": 135265915.0, \"Worldwide_Gross\": 202000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1990-03-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Barron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 25867.0, \"Year\": 1990, \"Profit\": 188500000.0}, {\"Title\": \"Topaz\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1969-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6389.0, \"Year\": 1969, \"Profit\": 2000000.0}, {\"Title\": \"Taps\", \"US_Gross\": 35856053.0, \"Worldwide_Gross\": 35856053.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1981-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6515.0, \"Year\": 1981, \"Profit\": 21856053.0}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996, \"Profit\": 20900785.0}, {\"Title\": \"The Train\", \"US_Gross\": 6800000.0, \"Worldwide_Gross\": 6800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5800000.0, \"Release_Date\": \"1965-03-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 4692.0, \"Year\": 1965, \"Profit\": 1000000.0}, {\"Title\": \"Troop Beverly Hills\", \"US_Gross\": 7190505.0, \"Worldwide_Gross\": 7190505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1989-03-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3427.0, \"Year\": 1989, \"Profit\": -10809495.0}, {\"Title\": \"Trekkies\", \"US_Gross\": 617172.0, \"Worldwide_Gross\": 617172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 375000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3004.0, \"Year\": 1999, \"Profit\": 242172.0}, {\"Title\": \"True Lies\", \"US_Gross\": 146282411.0, \"Worldwide_Gross\": 365300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1994-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 80581.0, \"Year\": 1994, \"Profit\": 265300000.0}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991, \"Profit\": 416816151.0}, {\"Title\": \"Travellers and Magicians\", \"US_Gross\": 506793.0, \"Worldwide_Gross\": 1058893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1069.0, \"Year\": 2005, \"Profit\": -741107.0}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984, \"Profit\": 71619031.0}, {\"Title\": \"Tremors\", \"US_Gross\": 16667084.0, \"Worldwide_Gross\": 16667084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1990-01-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29840.0, \"Year\": 1990, \"Profit\": 6667084.0}, {\"Title\": \"True Romance\", \"US_Gross\": 12281000.0, \"Worldwide_Gross\": 12281000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1993-09-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 73829.0, \"Year\": 1993, \"Profit\": -219000.0}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982, \"Profit\": 9918576.0}, {\"Title\": \"Trapeze\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1570.0, \"Year\": 1955, \"Profit\": 10400000.0}, {\"Title\": \"The Terrorist\", \"US_Gross\": 195043.0, \"Worldwide_Gross\": 195043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Phaedra Cinema\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50.0, \"Year\": 2000, \"Profit\": 170043.0}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000, \"Profit\": 961843.0}, {\"Title\": \"Things to Do in Denver when You're Dead\", \"US_Gross\": 529766.0, \"Worldwide_Gross\": 529766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1995-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12789.0, \"Year\": 1995, \"Profit\": -14470234.0}, {\"Title\": \"A Time to Kill\", \"US_Gross\": 108766007.0, \"Worldwide_Gross\": 152266007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1996-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38577.0, \"Year\": 1996, \"Profit\": 112266007.0}, {\"Title\": \"Total Recall\", \"US_Gross\": 119394839.0, \"Worldwide_Gross\": 261400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1990-06-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70355.0, \"Year\": 1990, \"Profit\": 196400000.0}, {\"Title\": \"This Thing of Ours\", \"US_Gross\": 37227.0, \"Worldwide_Gross\": 37227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 316.0, \"Year\": 2003, \"Profit\": -1962773.0}, {\"Title\": \"Tootsie\", \"US_Gross\": 177200000.0, \"Worldwide_Gross\": 177200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1982-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31669.0, \"Year\": 1982, \"Profit\": 162200000.0}, {\"Title\": \"That Thing You Do!\", \"US_Gross\": 25857416.0, \"Worldwide_Gross\": 31748615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Hanks\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25916.0, \"Year\": 1996, \"Profit\": 29248615.0}, {\"Title\": \"The Trouble With Harry\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1955-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11580.0, \"Year\": 1955, \"Profit\": 5800000.0}, {\"Title\": \"Twins\", \"US_Gross\": 111936388.0, \"Worldwide_Gross\": 216600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1988-12-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1988, \"Profit\": 201600000.0}, {\"Title\": \"Twister\", \"US_Gross\": 241888385.0, \"Worldwide_Gross\": 495900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 61665.0, \"Year\": 1996, \"Profit\": 407900000.0}, {\"Title\": \"Towering Inferno\", \"US_Gross\": 116000000.0, \"Worldwide_Gross\": 139700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1974-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Guillermin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1974, \"Profit\": 125700000.0}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976, \"Profit\": 20100000.0}, {\"Title\": \"Tycoon\", \"US_Gross\": 121016.0, \"Worldwide_Gross\": 121016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 456.0, \"Year\": 2003, \"Profit\": -4878984.0}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995, \"Profit\": 331948825.0}, {\"Title\": \"Twilight Zone: The Movie\", \"US_Gross\": 29500000.0, \"Worldwide_Gross\": 29500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1983-06-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12054.0, \"Year\": 1983, \"Profit\": 19500000.0}, {\"Title\": \"Unforgettable\", \"US_Gross\": 2483790.0, \"Worldwide_Gross\": 2483790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2284.0, \"Year\": 1996, \"Profit\": -15516210.0}, {\"Title\": \"UHF\", \"US_Gross\": 6157157.0, \"Worldwide_Gross\": 6157157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-21T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12676.0, \"Year\": 1989, \"Profit\": 1157157.0}, {\"Title\": \"Ulee's Gold\", \"US_Gross\": 9054736.0, \"Worldwide_Gross\": 15600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2700000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4041.0, \"Year\": 1997, \"Profit\": 12900000.0}, {\"Title\": \"Under Siege 2: Dark Territory\", \"US_Gross\": 50024083.0, \"Worldwide_Gross\": 104324083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1995-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15218.0, \"Year\": 1995, \"Profit\": 44324083.0}, {\"Title\": \"The Untouchables\", \"US_Gross\": 76270454.0, \"Worldwide_Gross\": 76270454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1987-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 86097.0, \"Year\": 1987, \"Profit\": 51270454.0}, {\"Title\": \"Under the Rainbow\", \"US_Gross\": 18826490.0, \"Worldwide_Gross\": 18826490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1263.0, \"Year\": 1981, \"Profit\": -1173510.0}, {\"Title\": \"Veer-Zaara\", \"US_Gross\": 2938532.0, \"Worldwide_Gross\": 7017859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4155.0, \"Year\": 2004, \"Profit\": 17859.0}, {\"Title\": \"Videodrome\", \"US_Gross\": 2120439.0, \"Worldwide_Gross\": 2120439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5952000.0, \"Release_Date\": \"1983-02-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 20080.0, \"Year\": 1983, \"Profit\": -3831561.0}, {\"Title\": \"Les Visiteurs\", \"US_Gross\": 659000.0, \"Worldwide_Gross\": 98754000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7393.0, \"Year\": 1996, \"Profit\": 91754000.0}, {\"Title\": \"Couloirs du temps: Les visiteurs 2, Les\", \"US_Gross\": 146072.0, \"Worldwide_Gross\": 26146072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 6146072.0}, {\"Title\": \"The Valley of Decision\", \"US_Gross\": 9132000.0, \"Worldwide_Gross\": 9132000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2160000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 682.0, \"Year\": 1944, \"Profit\": 6972000.0}, {\"Title\": \"Vampire in Brooklyn\", \"US_Gross\": 19637147.0, \"Worldwide_Gross\": 19637147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1995-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8200.0, \"Year\": 1995, \"Profit\": 5637147.0}, {\"Title\": \"The Verdict\", \"US_Gross\": 53977250.0, \"Worldwide_Gross\": 53977250.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10864.0, \"Year\": 1982, \"Profit\": 37977250.0}, {\"Title\": \"Virtuosity\", \"US_Gross\": 23998226.0, \"Worldwide_Gross\": 23998226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 11079.0, \"Year\": 1995, \"Profit\": -6001774.0}, {\"Title\": \"Everything Put Together\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 418.0, \"Year\": 2001, \"Profit\": -500000.0}, {\"Title\": \"A View to a Kill\", \"US_Gross\": 50327960.0, \"Worldwide_Gross\": 152627960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1985-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Glen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23770.0, \"Year\": 1985, \"Profit\": 122627960.0}, {\"Title\": \"The Work and the Glory: American Zion\", \"US_Gross\": 2025032.0, \"Worldwide_Gross\": 2025032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Vineyard Distribution\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 365.0, \"Year\": 2005, \"Profit\": -4474968.0}, {\"Title\": \"A Walk on the Moon\", \"US_Gross\": 4741987.0, \"Worldwide_Gross\": 4741987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4125.0, \"Year\": 1999, \"Profit\": -9258013.0}, {\"Title\": \"The Work and the Glory\", \"US_Gross\": 3347647.0, \"Worldwide_Gross\": 3347647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 531.0, \"Year\": 2004, \"Profit\": -4152353.0}, {\"Title\": \"The Work and the Story\", \"US_Gross\": 16137.0, \"Worldwide_Gross\": 16137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Off-Hollywood Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 82.0, \"Year\": 2003, \"Profit\": -86863.0}, {\"Title\": \"What the #$'! Do We Know\", \"US_Gross\": 10941801.0, \"Worldwide_Gross\": 10941801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Captured Light\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 6941801.0}, {\"Title\": \"Waiting for Guffman\", \"US_Gross\": 2922988.0, \"Worldwide_Gross\": 2922988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1997-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14880.0, \"Year\": 1997, \"Profit\": -1077012.0}, {\"Title\": \"Who Framed Roger Rabbit?\", \"US_Gross\": 154112492.0, \"Worldwide_Gross\": 351500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1988-06-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 53541.0, \"Year\": 1988, \"Profit\": 281500000.0}, {\"Title\": \"White Fang\", \"US_Gross\": 34729091.0, \"Worldwide_Gross\": 34729091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1991-01-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1991, \"Profit\": 20729091.0}, {\"Title\": \"White Squall\", \"US_Gross\": 10229300.0, \"Worldwide_Gross\": 10229300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8385.0, \"Year\": 1996, \"Profit\": -27770700.0}, {\"Title\": \"What's Eating Gilbert Grape\", \"US_Gross\": 9170214.0, \"Worldwide_Gross\": 9170214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1993-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 51219.0, \"Year\": 1993, \"Profit\": -1829786.0}, {\"Title\": \"Witchboard\", \"US_Gross\": 7369373.0, \"Worldwide_Gross\": 7369373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cinema Guild\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1666.0, \"Year\": 1986, \"Profit\": 5369373.0}, {\"Title\": \"The Wiz\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1978-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4896.0, \"Year\": 1978, \"Profit\": -11000000.0}, {\"Title\": \"Walking and Talking\", \"US_Gross\": 1287480.0, \"Worldwide_Gross\": 1615787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1996-07-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 1756.0, \"Year\": 1996, \"Profit\": 615787.0}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969, \"Profit\": -5490576.0}, {\"Title\": \"Wall Street\", \"US_Gross\": 43848100.0, \"Worldwide_Gross\": 43848100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35454.0, \"Year\": 1987, \"Profit\": 28848100.0}, {\"Title\": \"Waterloo\", \"US_Gross\": 22019465.5, \"Worldwide_Gross\": 31168926.5, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1970, \"Profit\": 6168926.5}, {\"Title\": \"The Wrong Man\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1956-12-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7531.0, \"Year\": 1956, \"Profit\": 800000.0}, {\"Title\": \"Woman Chaser\", \"US_Gross\": 110719.0, \"Worldwide_Gross\": 110719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -39281.0}, {\"Title\": \"We're No Angels\", \"US_Gross\": 10555348.0, \"Worldwide_Gross\": 10555348.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1989-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7839.0, \"Year\": 1989, \"Profit\": -9444652.0}, {\"Title\": \"Wolf\", \"US_Gross\": 65011757.0, \"Worldwide_Gross\": 131011757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1994-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20035.0, \"Year\": 1994, \"Profit\": 61011757.0}, {\"Title\": \"Warriors of Virtue\", \"US_Gross\": 6448817.0, \"Worldwide_Gross\": 6448817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 1202.0, \"Year\": 1997, \"Profit\": -28551183.0}, {\"Title\": \"War Games\", \"US_Gross\": 74433837.0, \"Worldwide_Gross\": 74433837.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-06-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Badham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 88.0, \"Year\": 1983, \"Profit\": 62433837.0}, {\"Title\": \"Warlock\", \"US_Gross\": 8824553.0, \"Worldwide_Gross\": 8824553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1991-01-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4921.0, \"Year\": 1991, \"Profit\": 1824553.0}, {\"Title\": \"War and Peace\", \"US_Gross\": 12500000.0, \"Worldwide_Gross\": 12500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1955-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"King Vidor\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2923.0, \"Year\": 1955, \"Profit\": 6500000.0}, {\"Title\": \"Warlock: The Armageddon\", \"US_Gross\": 3902679.0, \"Worldwide_Gross\": 3902679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1993-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1888.0, \"Year\": 1993, \"Profit\": 902679.0}, {\"Title\": \"Wasabi\", \"US_Gross\": 81525.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15300000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 11647.0, \"Year\": 2002, \"Profit\": -8300000.0}, {\"Title\": \"West Side Story\", \"US_Gross\": 43700000.0, \"Worldwide_Gross\": 43700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1961-10-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Wise\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 29488.0, \"Year\": 1961, \"Profit\": 37700000.0}, {\"Title\": \"When The Cat's Away\", \"US_Gross\": 1652472.0, \"Worldwide_Gross\": 2525984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"1996-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1996, \"Profit\": 2225984.0}, {\"Title\": \"Welcome to the Dollhouse\", \"US_Gross\": 4198137.0, \"Worldwide_Gross\": 4726732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"1996-05-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Solondz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13469.0, \"Year\": 1996, \"Profit\": 3926732.0}, {\"Title\": \"Witness\", \"US_Gross\": 65532576.0, \"Worldwide_Gross\": 65532576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1985-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 30460.0, \"Year\": 1985, \"Profit\": 53532576.0}, {\"Title\": \"Waterworld\", \"US_Gross\": 88246220.0, \"Worldwide_Gross\": 264246220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1995-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 54126.0, \"Year\": 1995, \"Profit\": 89246220.0}, {\"Title\": \"Willy Wonka & the Chocolate Factory\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1971-06-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46824.0, \"Year\": 1971, \"Profit\": 1000000.0}, {\"Title\": \"Wayne's World\", \"US_Gross\": 121697323.0, \"Worldwide_Gross\": 183097323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1992-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Penelope Spheeris\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42570.0, \"Year\": 1992, \"Profit\": 163097323.0}, {\"Title\": \"Wyatt Earp\", \"US_Gross\": 25052000.0, \"Worldwide_Gross\": 25052000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"1994-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15614.0, \"Year\": 1994, \"Profit\": -37948000.0}, {\"Title\": \"Executive Decision\", \"US_Gross\": 56679192.0, \"Worldwide_Gross\": 122079192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18569.0, \"Year\": 1996, \"Profit\": 67079192.0}, {\"Title\": \"Exodus\", \"US_Gross\": 21750000.0, \"Worldwide_Gross\": 21750000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1960-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3546.0, \"Year\": 1960, \"Profit\": 17750000.0}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973, \"Profit\": 390500000.0}, {\"Title\": \"Extreme Measures\", \"US_Gross\": 17378193.0, \"Worldwide_Gross\": 17378193.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1996-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8038.0, \"Year\": 1996, \"Profit\": -20621807.0}, {\"Title\": \"You Can't Take It With You\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1644000.0, \"Release_Date\": \"1937-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 8597.0, \"Year\": 1937, \"Profit\": 2356000.0}, {\"Title\": \"Eye for an Eye\", \"US_Gross\": 26792700.0, \"Worldwide_Gross\": 26792700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1996-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4837.0, \"Year\": 1996, \"Profit\": 6792700.0}, {\"Title\": \"Young Guns\", \"US_Gross\": 44726644.0, \"Worldwide_Gross\": 44726644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1988-08-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21404.0, \"Year\": 1988, \"Profit\": 31726644.0}, {\"Title\": \"Young Frankenstein\", \"US_Gross\": 86300000.0, \"Worldwide_Gross\": 86300000.0, \"US_DVD_Sales\": 15500333.0, \"Production_Budget\": 2800000.0, \"Release_Date\": \"1974-12-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mel Brooks\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 57106.0, \"Year\": 1974, \"Profit\": 83500000.0}, {\"Title\": \"Yentl\", \"US_Gross\": 39012241.0, \"Worldwide_Gross\": 39012241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1983-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM/UA Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barbra Streisand\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 4952.0, \"Year\": 1983, \"Profit\": 27012241.0}, {\"Title\": \"You Only Live Twice\", \"US_Gross\": 43100000.0, \"Worldwide_Gross\": 111600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1967-06-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 24701.0, \"Year\": 1967, \"Profit\": 102100000.0}, {\"Title\": \"Ayurveda: Art of Being\", \"US_Gross\": 16892.0, \"Worldwide_Gross\": 2066892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 181.0, \"Year\": 2002, \"Profit\": 1766892.0}, {\"Title\": \"Young Sherlock Holmes\", \"US_Gross\": 19739000.0, \"Worldwide_Gross\": 19739000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1985-12-04T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7293.0, \"Year\": 1985, \"Profit\": 1739000.0}, {\"Title\": \"102 Dalmatians\", \"US_Gross\": 66941559.0, \"Worldwide_Gross\": 66941559.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7147.0, \"Year\": 2000, \"Profit\": -18058441.0}, {\"Title\": \"Ten Things I Hate About You\", \"US_Gross\": 38177966.0, \"Worldwide_Gross\": 38177966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 61910.0, \"Year\": 1999, \"Profit\": 25177966.0}, {\"Title\": \"10,000 B.C.\", \"US_Gross\": 94784201.0, \"Worldwide_Gross\": 269065678.0, \"US_DVD_Sales\": 27044045.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 134.0, \"Year\": 2008, \"Profit\": 164065678.0}, {\"Title\": \"10th & Wolf\", \"US_Gross\": 54702.0, \"Worldwide_Gross\": 54702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Robert Moresco\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3655.0, \"Year\": 2006, \"Profit\": -7945298.0}, {\"Title\": \"11:14\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 18261.0, \"Year\": 2005, \"Profit\": -6000000.0}, {\"Title\": \"Cloverfield\", \"US_Gross\": 80048433.0, \"Worldwide_Gross\": 170764033.0, \"US_DVD_Sales\": 29180398.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Matt Reeves\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 136068.0, \"Year\": 2008, \"Profit\": 145764033.0}, {\"Title\": \"12 Rounds\", \"US_Gross\": 12234694.0, \"Worldwide_Gross\": 18184083.0, \"US_DVD_Sales\": 8283859.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8914.0, \"Year\": 2009, \"Profit\": -1815917.0}, {\"Title\": \"Thirteen Conversations About One Thing\", \"US_Gross\": 3287435.0, \"Worldwide_Gross\": 3705923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6188.0, \"Year\": 2002, \"Profit\": 705923.0}, {\"Title\": \"13 Going On 30\", \"US_Gross\": 57139723.0, \"Worldwide_Gross\": 96439723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32634.0, \"Year\": 2004, \"Profit\": 66439723.0}, {\"Title\": \"Thirteen Ghosts\", \"US_Gross\": 41867960.0, \"Worldwide_Gross\": 68467960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 23243.0, \"Year\": 2001, \"Profit\": 49467960.0}, {\"Title\": 1408, \"US_Gross\": 71985628.0, \"Worldwide_Gross\": 128529299.0, \"US_DVD_Sales\": 49668544.0, \"Production_Budget\": 22500000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 72913.0, \"Year\": 2007, \"Profit\": 106029299.0}, {\"Title\": \"15 Minutes\", \"US_Gross\": 24375436.0, \"Worldwide_Gross\": 56331864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 25566.0, \"Year\": 2001, \"Profit\": 14331864.0}, {\"Title\": \"16 to Life\", \"US_Gross\": 10744.0, \"Worldwide_Gross\": 10744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2010-09-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Waterdog Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -989256.0}, {\"Title\": \"16 Blocks\", \"US_Gross\": 36895141.0, \"Worldwide_Gross\": 65595141.0, \"US_DVD_Sales\": 17523555.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 41207.0, \"Year\": 2006, \"Profit\": 20595141.0}, {\"Title\": \"One Man's Hero\", \"US_Gross\": 229311.0, \"Worldwide_Gross\": 229311.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 627.0, \"Year\": 1999, \"Profit\": -17770689.0}, {\"Title\": \"First Daughter\", \"US_Gross\": 9055010.0, \"Worldwide_Gross\": 10419084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6839.0, \"Year\": 2004, \"Profit\": -19580916.0}, {\"Title\": 2012, \"US_Gross\": 166112167.0, \"Worldwide_Gross\": 766812167.0, \"US_DVD_Sales\": 50736023.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 158.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 396.0, \"Year\": 2009, \"Profit\": 566812167.0}, {\"Title\": 2046, \"US_Gross\": 1442338.0, \"Worldwide_Gross\": 19202856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Wong Kar-wai\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19431.0, \"Year\": 2005, \"Profit\": 7202856.0}, {\"Title\": \"20 Dates\", \"US_Gross\": 541636.0, \"Worldwide_Gross\": 541636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1423.0, \"Year\": 1999, \"Profit\": 475636.0}, {\"Title\": 21, \"US_Gross\": 81159365.0, \"Worldwide_Gross\": 157852532.0, \"US_DVD_Sales\": 25789928.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60918.0, \"Year\": 2008, \"Profit\": 122852532.0}, {\"Title\": \"21 Grams\", \"US_Gross\": 16248701.0, \"Worldwide_Gross\": 60448701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 77910.0, \"Year\": 2003, \"Profit\": 40448701.0}, {\"Title\": \"25th Hour\", \"US_Gross\": 13084595.0, \"Worldwide_Gross\": 23928503.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 58781.0, \"Year\": 2002, \"Profit\": 19428503.0}, {\"Title\": \"28 Days\", \"US_Gross\": 37035515.0, \"Worldwide_Gross\": 62063972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17937.0, \"Year\": 2000, \"Profit\": 19063972.0}, {\"Title\": \"28 Days Later...\", \"US_Gross\": 45064915.0, \"Worldwide_Gross\": 82719885.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 103525.0, \"Year\": 2003, \"Profit\": 67719885.0}, {\"Title\": \"28 Weeks Later\", \"US_Gross\": 28638916.0, \"Worldwide_Gross\": 64238440.0, \"US_DVD_Sales\": 24422887.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 69558.0, \"Year\": 2007, \"Profit\": 49238440.0}, {\"Title\": \"Two Brothers\", \"US_Gross\": 18947630.0, \"Worldwide_Gross\": 39925603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 127.0, \"Year\": 2004, \"Profit\": -32074397.0}, {\"Title\": \"Cop Out\", \"US_Gross\": 44875481.0, \"Worldwide_Gross\": 44875481.0, \"US_DVD_Sales\": 11433110.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16520.0, \"Year\": 2010, \"Profit\": 7875481.0}, {\"Title\": \"Two Lovers\", \"US_Gross\": 3149034.0, \"Worldwide_Gross\": 11549034.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10325.0, \"Year\": 2009, \"Profit\": -450966.0}, {\"Title\": \"2 For the Money\", \"US_Gross\": 22991379.0, \"Worldwide_Gross\": 27848418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 7848418.0}, {\"Title\": \"Secondhand Lions\", \"US_Gross\": 42023715.0, \"Worldwide_Gross\": 47855342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19040.0, \"Year\": 2003, \"Profit\": 17855342.0}, {\"Title\": \"Two Can Play That Game\", \"US_Gross\": 22235901.0, \"Worldwide_Gross\": 22391450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 2370.0, \"Year\": 2001, \"Profit\": 9391450.0}, {\"Title\": \"Two Weeks Notice\", \"US_Gross\": 93354918.0, \"Worldwide_Gross\": 199043309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 35515.0, \"Year\": 2002, \"Profit\": 139043309.0}, {\"Title\": 300, \"US_Gross\": 210614939.0, \"Worldwide_Gross\": 456068181.0, \"US_DVD_Sales\": 261252400.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 235508.0, \"Year\": 2007, \"Profit\": 396068181.0}, {\"Title\": \"30 Days of Night\", \"US_Gross\": 39568996.0, \"Worldwide_Gross\": 75066323.0, \"US_DVD_Sales\": 26908243.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52518.0, \"Year\": 2007, \"Profit\": 45066323.0}, {\"Title\": \"Three Kings\", \"US_Gross\": 60652036.0, \"Worldwide_Gross\": 107752036.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David O. Russell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 68726.0, \"Year\": 1999, \"Profit\": 59752036.0}, {\"Title\": \"3000 Miles to Graceland\", \"US_Gross\": 15738632.0, \"Worldwide_Gross\": 18708848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20094.0, \"Year\": 2001, \"Profit\": -43291152.0}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000, \"Profit\": 5821335.0}, {\"Title\": \"3:10 to Yuma\", \"US_Gross\": 53606916.0, \"Worldwide_Gross\": 69791889.0, \"US_DVD_Sales\": 51359371.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2007-09-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 98355.0, \"Year\": 2007, \"Profit\": 21791889.0}, {\"Title\": \"40 Days and 40 Nights\", \"US_Gross\": 37939782.0, \"Worldwide_Gross\": 95092667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lehmann\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 27912.0, \"Year\": 2002, \"Profit\": 78092667.0}, {\"Title\": \"The 40 Year-old Virgin\", \"US_Gross\": 109449237.0, \"Worldwide_Gross\": 177339049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 94557.0, \"Year\": 2005, \"Profit\": 151339049.0}, {\"Title\": \"Four Brothers\", \"US_Gross\": 74494381.0, \"Worldwide_Gross\": 92494381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38311.0, \"Year\": 2005, \"Profit\": 62494381.0}, {\"Title\": \"Four Christmases\", \"US_Gross\": 120146040.0, \"Worldwide_Gross\": 163546040.0, \"US_DVD_Sales\": 26029004.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Seth Gordon\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14690.0, \"Year\": 2008, \"Profit\": 83546040.0}, {\"Title\": \"The Four Feathers\", \"US_Gross\": 18306166.0, \"Worldwide_Gross\": 29882645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 13204.0, \"Year\": 2002, \"Profit\": -5117355.0}, {\"Title\": \"The Fourth Kind\", \"US_Gross\": 26218170.0, \"Worldwide_Gross\": 41826604.0, \"US_DVD_Sales\": 6244985.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16107.0, \"Year\": 2009, \"Profit\": 31826604.0}, {\"Title\": \"4 luni, 3 saptamani si 2 zile\", \"US_Gross\": 1196321.0, \"Worldwide_Gross\": 4723542.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 3823542.0}, {\"Title\": \"50 First Dates\", \"US_Gross\": 120776832.0, \"Worldwide_Gross\": 196376832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 64701.0, \"Year\": 2004, \"Profit\": 121376832.0}, {\"Title\": \"Six-String Samurai\", \"US_Gross\": 134624.0, \"Worldwide_Gross\": 134624.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3462.0, \"Year\": 1998, \"Profit\": -1865376.0}, {\"Title\": \"The 6th Day\", \"US_Gross\": 34543701.0, \"Worldwide_Gross\": 96024898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 32606.0, \"Year\": 2000, \"Profit\": 14024898.0}, {\"Title\": \"Seven Pounds\", \"US_Gross\": 69951824.0, \"Worldwide_Gross\": 166617328.0, \"US_DVD_Sales\": 27601737.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 62718.0, \"Year\": 2008, \"Profit\": 112617328.0}, {\"Title\": \"88 Minutes\", \"US_Gross\": 16930884.0, \"Worldwide_Gross\": 32955399.0, \"US_DVD_Sales\": 11385055.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 31205.0, \"Year\": 2008, \"Profit\": 2955399.0}, {\"Title\": \"Eight Below\", \"US_Gross\": 81612565.0, \"Worldwide_Gross\": 120612565.0, \"US_DVD_Sales\": 104578578.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17717.0, \"Year\": 2006, \"Profit\": 80612565.0}, {\"Title\": \"Eight Legged Freaks\", \"US_Gross\": 17266505.0, \"Worldwide_Gross\": 17266505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18173.0, \"Year\": 2002, \"Profit\": -12733495.0}, {\"Title\": \"8 Mile\", \"US_Gross\": 116724075.0, \"Worldwide_Gross\": 242924075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 55877.0, \"Year\": 2002, \"Profit\": 201924075.0}, {\"Title\": \"8 femmes\", \"US_Gross\": 3076425.0, \"Worldwide_Gross\": 42376425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13631.0, \"Year\": 2002, \"Profit\": 34376425.0}, {\"Title\": 9, \"US_Gross\": 31749894.0, \"Worldwide_Gross\": 46603791.0, \"US_DVD_Sales\": 8655698.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shane Acker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 1488.0, \"Year\": 2009, \"Profit\": 16603791.0}, {\"Title\": \"Nine Queens\", \"US_Gross\": 1222889.0, \"Worldwide_Gross\": 12412889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 10912889.0}, {\"Title\": \"The Whole Ten Yards\", \"US_Gross\": 16323969.0, \"Worldwide_Gross\": 26323969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 20807.0, \"Year\": 2004, \"Profit\": -3676031.0}, {\"Title\": \"The Whole Nine Yards\", \"US_Gross\": 57262492.0, \"Worldwide_Gross\": 85262492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42928.0, \"Year\": 2000, \"Profit\": 61262492.0}, {\"Title\": \"About a Boy\", \"US_Gross\": 40803000.0, \"Worldwide_Gross\": 129949664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 48875.0, \"Year\": 2002, \"Profit\": 102949664.0}, {\"Title\": \"A Bug's Life\", \"US_Gross\": 162798565.0, \"Worldwide_Gross\": 363109485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56866.0, \"Year\": 1998, \"Profit\": 318109485.0}, {\"Title\": \"Abandon\", \"US_Gross\": 10719367.0, \"Worldwide_Gross\": 12219367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5361.0, \"Year\": 2002, \"Profit\": -12780633.0}, {\"Title\": \"Absolute Power\", \"US_Gross\": 50068310.0, \"Worldwide_Gross\": 50068310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 20154.0, \"Year\": 1997, \"Profit\": 68310.0}, {\"Title\": \"Tristram Shandy: A Cock and Bull Story\", \"US_Gross\": 1253413.0, \"Worldwide_Gross\": 3061763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4750000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -1688237.0}, {\"Title\": \"Adoration\", \"US_Gross\": 294244.0, \"Worldwide_Gross\": 294244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1437.0, \"Year\": 2009, \"Profit\": -3705756.0}, {\"Title\": \"Adaptation\", \"US_Gross\": 22498520.0, \"Worldwide_Gross\": 22498520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 67135.0, \"Year\": 2002, \"Profit\": 3998520.0}, {\"Title\": \"Anything Else\", \"US_Gross\": 3203044.0, \"Worldwide_Gross\": 13203044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13010.0, \"Year\": 2003, \"Profit\": -4796956.0}, {\"Title\": \"Antwone Fisher\", \"US_Gross\": 21078145.0, \"Worldwide_Gross\": 23367586.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 13258.0, \"Year\": 2002, \"Profit\": 10867586.0}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005, \"Profit\": -7046659.0}, {\"Title\": \"After the Sunset\", \"US_Gross\": 28328132.0, \"Worldwide_Gross\": 38329114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19793.0, \"Year\": 2004, \"Profit\": -18670886.0}, {\"Title\": \"A Good Year\", \"US_Gross\": 7459300.0, \"Worldwide_Gross\": 42064105.0, \"US_DVD_Sales\": 7342760.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 23149.0, \"Year\": 2006, \"Profit\": 7064105.0}, {\"Title\": \"Agora\", \"US_Gross\": 599903.0, \"Worldwide_Gross\": 32912303.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 10054.0, \"Year\": 2010, \"Profit\": -37087697.0}, {\"Title\": \"Air Bud\", \"US_Gross\": 24646936.0, \"Worldwide_Gross\": 27555061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Charles Martin Smith\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4698.0, \"Year\": 1997, \"Profit\": 24555061.0}, {\"Title\": \"Air Force One\", \"US_Gross\": 172956409.0, \"Worldwide_Gross\": 315268353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 61394.0, \"Year\": 1997, \"Profit\": 230268353.0}, {\"Title\": \"Akeelah and the Bee\", \"US_Gross\": 18848430.0, \"Worldwide_Gross\": 18948425.0, \"US_DVD_Sales\": 25684049.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 8245.0, \"Year\": 2006, \"Profit\": 10948425.0}, {\"Title\": \"All the King's Men\", \"US_Gross\": 7221458.0, \"Worldwide_Gross\": 9521458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11994.0, \"Year\": 2006, \"Profit\": -45478542.0}, {\"Title\": \"The Alamo\", \"US_Gross\": 22406362.0, \"Worldwide_Gross\": 23911362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 10063.0, \"Year\": 2004, \"Profit\": -68088638.0}, {\"Title\": \"All About the Benjamins\", \"US_Gross\": 25482931.0, \"Worldwide_Gross\": 25873145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4366.0, \"Year\": 2002, \"Profit\": 11873145.0}, {\"Title\": \"Albino Alligator\", \"US_Gross\": 353480.0, \"Worldwide_Gross\": 353480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4377.0, \"Year\": 1997, \"Profit\": -4646520.0}, {\"Title\": \"Sweet Home Alabama\", \"US_Gross\": 127214072.0, \"Worldwide_Gross\": 163379330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29891.0, \"Year\": 2002, \"Profit\": 125379330.0}, {\"Title\": \"Fat Albert\", \"US_Gross\": 48114556.0, \"Worldwide_Gross\": 48563556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 4801.0, \"Year\": 2004, \"Profit\": 3563556.0}, {\"Title\": \"Alice in Wonderland\", \"US_Gross\": 334191110.0, \"Worldwide_Gross\": 1023291110.0, \"US_DVD_Sales\": 70909558.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 63458.0, \"Year\": 2010, \"Profit\": 823291110.0}, {\"Title\": \"Alfie\", \"US_Gross\": 13395939.0, \"Worldwide_Gross\": 35195939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Charles Shyer\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20769.0, \"Year\": 2004, \"Profit\": -4804061.0}, {\"Title\": \"It's All Gone Pete Tong\", \"US_Gross\": 120620.0, \"Worldwide_Gross\": 1470620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Matson\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7631.0, \"Year\": 2005, \"Profit\": -529380.0}, {\"Title\": \"Ali\", \"US_Gross\": 58183966.0, \"Worldwide_Gross\": 84383966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 31785.0, \"Year\": 2001, \"Profit\": -24616034.0}, {\"Title\": \"Alien: Resurrection\", \"US_Gross\": 47795018.0, \"Worldwide_Gross\": 160700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66141.0, \"Year\": 1997, \"Profit\": 100700000.0}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979, \"Profit\": 194630630.0}, {\"Title\": \"A Lot Like Love\", \"US_Gross\": 21835784.0, \"Worldwide_Gross\": 47835784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 17929.0, \"Year\": 2005, \"Profit\": 22835784.0}, {\"Title\": \"All the Pretty Horses\", \"US_Gross\": 15527125.0, \"Worldwide_Gross\": 18120267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Billy Bob Thornton\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 6511.0, \"Year\": 2000, \"Profit\": -26879733.0}, {\"Title\": \"Almost Famous\", \"US_Gross\": 32522352.0, \"Worldwide_Gross\": 47371191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 94424.0, \"Year\": 2000, \"Profit\": -12628809.0}, {\"Title\": \"Evan Almighty\", \"US_Gross\": 100289690.0, \"Worldwide_Gross\": 173219280.0, \"US_DVD_Sales\": 38038256.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 43164.0, \"Year\": 2007, \"Profit\": -1780720.0}, {\"Title\": \"Bruce Almighty\", \"US_Gross\": 242704995.0, \"Worldwide_Gross\": 485004995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 81000000.0, \"Release_Date\": \"2003-05-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 92494.0, \"Year\": 2003, \"Profit\": 404004995.0}, {\"Title\": \"All or Nothing\", \"US_Gross\": 184255.0, \"Worldwide_Gross\": 184255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -8815745.0}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005, \"Profit\": -11821431.0}, {\"Title\": \"Alpha and Omega 3D\", \"US_Gross\": 10115431.0, \"Worldwide_Gross\": 10115431.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 83.0, \"Year\": 2010, \"Profit\": -9884569.0}, {\"Title\": \"Along Came a Spider\", \"US_Gross\": 74058698.0, \"Worldwide_Gross\": 105159085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22994.0, \"Year\": 2001, \"Profit\": 77159085.0}, {\"Title\": \"The Dangerous Lives of Altar Boys\", \"US_Gross\": 1779284.0, \"Worldwide_Gross\": 1779284.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 7943.0, \"Year\": 2002, \"Profit\": -10220716.0}, {\"Title\": \"Alatriste\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 22860477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 135.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4944.0, \"Year\": 2007, \"Profit\": -5139523.0}, {\"Title\": \"Alvin and the Chipmunks\", \"US_Gross\": 217326974.0, \"Worldwide_Gross\": 360578644.0, \"US_DVD_Sales\": 137516182.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 19200.0, \"Year\": 2007, \"Profit\": 305578644.0}, {\"Title\": \"Alex & Emma\", \"US_Gross\": 14208384.0, \"Worldwide_Gross\": 15358583.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 6539.0, \"Year\": 2003, \"Profit\": -14641417.0}, {\"Title\": \"Alexander\", \"US_Gross\": 34297191.0, \"Worldwide_Gross\": 167297191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 155000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 175.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 59498.0, \"Year\": 2004, \"Profit\": 12297191.0}, {\"Title\": \"El Crimen de Padre\", \"US_Gross\": 5719000.0, \"Worldwide_Gross\": 5719000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 3919000.0}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999, \"Profit\": 341258047.0}, {\"Title\": \"An American Carol\", \"US_Gross\": 7013191.0, \"Worldwide_Gross\": 7013191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6000.0, \"Year\": 2008, \"Profit\": -12986809.0}, {\"Title\": \"American Dreamz\", \"US_Gross\": 7314027.0, \"Worldwide_Gross\": 16510971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15097.0, \"Year\": 2006, \"Profit\": -489029.0}, {\"Title\": \"Amelia\", \"US_Gross\": 14246488.0, \"Worldwide_Gross\": 19722782.0, \"US_DVD_Sales\": 5763807.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3238.0, \"Year\": 2009, \"Profit\": -20277218.0}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001, \"Profit\": 163851661.0}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998, \"Profit\": -3280136.0}, {\"Title\": \"American Gangster\", \"US_Gross\": 130164645.0, \"Worldwide_Gross\": 265697825.0, \"US_DVD_Sales\": 72653959.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 114060.0, \"Year\": 2007, \"Profit\": 165697825.0}, {\"Title\": \"An American Haunting\", \"US_Gross\": 16298046.0, \"Worldwide_Gross\": 27844063.0, \"US_DVD_Sales\": 9905802.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 13510.0, \"Year\": 2006, \"Profit\": 13844063.0}, {\"Title\": \"Amistad\", \"US_Gross\": 44212592.0, \"Worldwide_Gross\": 44212592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28477.0, \"Year\": 1997, \"Profit\": 4212592.0}, {\"Title\": \"Aim\\u00c8e & Jaguar\", \"US_Gross\": 927107.0, \"Worldwide_Gross\": 927107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2974.0, \"Year\": 2000, \"Profit\": -5872893.0}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001, \"Profit\": 18883834.0}, {\"Title\": \"American Pie 2\", \"US_Gross\": 145096820.0, \"Worldwide_Gross\": 286500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 66751.0, \"Year\": 2001, \"Profit\": 256500000.0}, {\"Title\": \"American Wedding\", \"US_Gross\": 104354205.0, \"Worldwide_Gross\": 126425115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 52210.0, \"Year\": 2003, \"Profit\": 71425115.0}, {\"Title\": \"American Pie\", \"US_Gross\": 101800948.0, \"Worldwide_Gross\": 234800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 106624.0, \"Year\": 1999, \"Profit\": 222800000.0}, {\"Title\": \"American Psycho\", \"US_Gross\": 15070285.0, \"Worldwide_Gross\": 28674417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mary Harron\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 99424.0, \"Year\": 2000, \"Profit\": 20674417.0}, {\"Title\": \"American Splendor\", \"US_Gross\": 6003587.0, \"Worldwide_Gross\": 7978681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23686.0, \"Year\": 2003, \"Profit\": 5978681.0}, {\"Title\": \"America's Sweethearts\", \"US_Gross\": 93607673.0, \"Worldwide_Gross\": 157627733.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 26899.0, \"Year\": 2001, \"Profit\": 111627733.0}, {\"Title\": \"The Amityville Horror\", \"US_Gross\": 65233369.0, \"Worldwide_Gross\": 108047131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2005-04-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26303.0, \"Year\": 2005, \"Profit\": 89547131.0}, {\"Title\": \"Anacondas: The Hunt for the Blood Orchid\", \"US_Gross\": 31526393.0, \"Worldwide_Gross\": 70326393.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dwight H. Little\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9565.0, \"Year\": 2004, \"Profit\": 45326393.0}, {\"Title\": \"Anaconda\", \"US_Gross\": 65598907.0, \"Worldwide_Gross\": 136998907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 29430.0, \"Year\": 1997, \"Profit\": 91998907.0}, {\"Title\": \"Anastasia\", \"US_Gross\": 58403409.0, \"Worldwide_Gross\": 139801410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Factual\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16513.0, \"Year\": 1997, \"Profit\": 86801410.0}, {\"Title\": \"Anchorman: The Legend of Ron Burgundy\", \"US_Gross\": 84136909.0, \"Worldwide_Gross\": 89366354.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 78249.0, \"Year\": 2004, \"Profit\": 64366354.0}, {\"Title\": \"Angels & Demons\", \"US_Gross\": 133375846.0, \"Worldwide_Gross\": 485975846.0, \"US_DVD_Sales\": 32746864.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 60114.0, \"Year\": 2009, \"Profit\": 335975846.0}, {\"Title\": \"Angela's Ashes\", \"US_Gross\": 13038660.0, \"Worldwide_Gross\": 13038660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10185.0, \"Year\": 1999, \"Profit\": -11961340.0}, {\"Title\": \"Angel Eyes\", \"US_Gross\": 24044532.0, \"Worldwide_Gross\": 24044532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11089.0, \"Year\": 2001, \"Profit\": -13955468.0}, {\"Title\": \"Anger Management\", \"US_Gross\": 135560942.0, \"Worldwide_Gross\": 195660942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 57088.0, \"Year\": 2003, \"Profit\": 139660942.0}, {\"Title\": \"A Night at the Roxbury\", \"US_Gross\": 30331165.0, \"Worldwide_Gross\": 30331165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23259.0, \"Year\": 1998, \"Profit\": 13331165.0}, {\"Title\": \"The Animal\", \"US_Gross\": 55762229.0, \"Worldwide_Gross\": 55762229.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18601.0, \"Year\": 2001, \"Profit\": 33762229.0}, {\"Title\": \"Anna and the King\", \"US_Gross\": 39251128.0, \"Worldwide_Gross\": 39251128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 14881.0, \"Year\": 1999, \"Profit\": -35748872.0}, {\"Title\": \"Analyze That\", \"US_Gross\": 32122249.0, \"Worldwide_Gross\": 54994757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24090.0, \"Year\": 2002, \"Profit\": -5005243.0}, {\"Title\": \"Analyze This\", \"US_Gross\": 106885658.0, \"Worldwide_Gross\": 176885658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52894.0, \"Year\": 1999, \"Profit\": 146885658.0}, {\"Title\": \"The Ant Bully\", \"US_Gross\": 28142535.0, \"Worldwide_Gross\": 55181129.0, \"US_DVD_Sales\": 28562108.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7766.0, \"Year\": 2006, \"Profit\": 10181129.0}, {\"Title\": \"Antitrust\", \"US_Gross\": 10965209.0, \"Worldwide_Gross\": 10965209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 16263.0, \"Year\": 2001, \"Profit\": -19034791.0}, {\"Title\": \"Marie Antoinette\", \"US_Gross\": 15962471.0, \"Worldwide_Gross\": 60862471.0, \"US_DVD_Sales\": 16636006.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31877.0, \"Year\": 2006, \"Profit\": 20862471.0}, {\"Title\": \"Antz\", \"US_Gross\": 90757863.0, \"Worldwide_Gross\": 152457863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37343.0, \"Year\": 1998, \"Profit\": 92457863.0}, {\"Title\": \"Anywhere But Here\", \"US_Gross\": 18653615.0, \"Worldwide_Gross\": 18653615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8514.0, \"Year\": 1999, \"Profit\": -4346385.0}, {\"Title\": \"Appaloosa\", \"US_Gross\": 20211394.0, \"Worldwide_Gross\": 26111394.0, \"US_DVD_Sales\": 10698987.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 22836.0, \"Year\": 2008, \"Profit\": 6111394.0}, {\"Title\": \"Apocalypto\", \"US_Gross\": 50866635.0, \"Worldwide_Gross\": 117785051.0, \"US_DVD_Sales\": 43318599.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82162.0, \"Year\": 2006, \"Profit\": 77785051.0}, {\"Title\": \"Pieces of April\", \"US_Gross\": 2528664.0, \"Worldwide_Gross\": 3284124.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 300000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12153.0, \"Year\": 2003, \"Profit\": 2984124.0}, {\"Title\": \"The Apostle\", \"US_Gross\": 20733485.0, \"Worldwide_Gross\": 21277770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 148.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Duvall\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7757.0, \"Year\": 1997, \"Profit\": 16277770.0}, {\"Title\": \"Aquamarine\", \"US_Gross\": 18597342.0, \"Worldwide_Gross\": 22978953.0, \"US_DVD_Sales\": 29637202.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9116.0, \"Year\": 2006, \"Profit\": 5978953.0}, {\"Title\": \"Ararat\", \"US_Gross\": 1693000.0, \"Worldwide_Gross\": 1693000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6763.0, \"Year\": 2002, \"Profit\": -13807000.0}, {\"Title\": \"Are We There Yet?\", \"US_Gross\": 82674398.0, \"Worldwide_Gross\": 97918663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 8740.0, \"Year\": 2005, \"Profit\": 77918663.0}, {\"Title\": \"Arlington Road\", \"US_Gross\": 24419219.0, \"Worldwide_Gross\": 24419219.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1999-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 36051.0, \"Year\": 1999, \"Profit\": 2919219.0}, {\"Title\": \"Armageddon\", \"US_Gross\": 201578182.0, \"Worldwide_Gross\": 554600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 150.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 194.0, \"Year\": 1998, \"Profit\": 414600000.0}, {\"Title\": \"Hey Arnold! The Movie\", \"US_Gross\": 13684949.0, \"Worldwide_Gross\": 13684949.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 1629.0, \"Year\": 2002, \"Profit\": 3684949.0}, {\"Title\": \"Against the Ropes\", \"US_Gross\": 5881504.0, \"Worldwide_Gross\": 6429865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Charles S. Dutton\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 3547.0, \"Year\": 2004, \"Profit\": -32570135.0}, {\"Title\": \"King Arthur\", \"US_Gross\": 51877963.0, \"Worldwide_Gross\": 203877963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2004-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 53106.0, \"Year\": 2004, \"Profit\": 113877963.0}, {\"Title\": \"Arthur et les Minimoys\", \"US_Gross\": 15132763.0, \"Worldwide_Gross\": 110102340.0, \"US_DVD_Sales\": 13012362.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7626.0, \"Year\": 2006, \"Profit\": 30102340.0}, {\"Title\": \"Artificial Intelligence: AI\", \"US_Gross\": 78616689.0, \"Worldwide_Gross\": 235900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 146.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 91901.0, \"Year\": 2001, \"Profit\": 145900000.0}, {\"Title\": \"The Art of War\", \"US_Gross\": 30199105.0, \"Worldwide_Gross\": 30199105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12484.0, \"Year\": 2000, \"Profit\": -9800895.0}, {\"Title\": \"Astro Boy\", \"US_Gross\": 19551067.0, \"Worldwide_Gross\": 44093014.0, \"US_DVD_Sales\": 7166365.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Bowers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5265.0, \"Year\": 2009, \"Profit\": -20906986.0}, {\"Title\": \"A Serious Man\", \"US_Gross\": 9228788.0, \"Worldwide_Gross\": 30710147.0, \"US_DVD_Sales\": 3614635.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 32396.0, \"Year\": 2009, \"Profit\": 23710147.0}, {\"Title\": \"The Astronaut Farmer\", \"US_Gross\": 11003643.0, \"Worldwide_Gross\": 11003643.0, \"US_DVD_Sales\": 13774930.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 10506.0, \"Year\": 2007, \"Profit\": -1996357.0}, {\"Title\": \"As Good as it Gets\", \"US_Gross\": 148478011.0, \"Worldwide_Gross\": 314111923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 92240.0, \"Year\": 1997, \"Profit\": 264111923.0}, {\"Title\": \"A Single Man\", \"US_Gross\": 9176000.0, \"Worldwide_Gross\": 19112672.0, \"US_DVD_Sales\": 2010869.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14548.0, \"Year\": 2009, \"Profit\": 12112672.0}, {\"Title\": \"A Simple Plan\", \"US_Gross\": 16316273.0, \"Worldwide_Gross\": 16316273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 29095.0, \"Year\": 1998, \"Profit\": -683727.0}, {\"Title\": \"Assault On Precinct 13\", \"US_Gross\": 20040895.0, \"Worldwide_Gross\": 36040895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13456.0, \"Year\": 2005, \"Profit\": 6040895.0}, {\"Title\": \"The Astronaut's Wife\", \"US_Gross\": 10672566.0, \"Worldwide_Gross\": 10672566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20259.0, \"Year\": 1999, \"Profit\": -23327434.0}, {\"Title\": \"The A-Team\", \"US_Gross\": 77222099.0, \"Worldwide_Gross\": 176047914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 29886.0, \"Year\": 2010, \"Profit\": 66047914.0}, {\"Title\": \"At First Sight\", \"US_Gross\": 22365133.0, \"Worldwide_Gross\": 22365133.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6872.0, \"Year\": 1999, \"Profit\": -17634867.0}, {\"Title\": \"Aqua Teen Hunger Force: The Movie\", \"US_Gross\": 5520368.0, \"Worldwide_Gross\": 5520368.0, \"US_DVD_Sales\": 12134593.0, \"Production_Budget\": 750000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 4770368.0}, {\"Title\": \"ATL\", \"US_Gross\": 21170563.0, \"Worldwide_Gross\": 21170563.0, \"US_DVD_Sales\": 29368071.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 5480.0, \"Year\": 2006, \"Profit\": 4170563.0}, {\"Title\": \"Atlantis: The Lost Empire\", \"US_Gross\": 84052762.0, \"Worldwide_Gross\": 186049020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15552.0, \"Year\": 2001, \"Profit\": 96049020.0}, {\"Title\": \"Hearts in Atlantis\", \"US_Gross\": 24185781.0, \"Worldwide_Gross\": 30885781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 16336.0, \"Year\": 2001, \"Profit\": -114219.0}, {\"Title\": \"Autumn in New York\", \"US_Gross\": 37752931.0, \"Worldwide_Gross\": 90717684.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joan Chen\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9309.0, \"Year\": 2000, \"Profit\": 50717684.0}, {\"Title\": \"Atonement\", \"US_Gross\": 50980159.0, \"Worldwide_Gross\": 129425746.0, \"US_DVD_Sales\": 15678677.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 75491.0, \"Year\": 2007, \"Profit\": 99425746.0}, {\"Title\": \"The Rules of Attraction\", \"US_Gross\": 6525762.0, \"Worldwide_Gross\": 11799060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26634.0, \"Year\": 2002, \"Profit\": 7799060.0}, {\"Title\": \"August Rush\", \"US_Gross\": 31664162.0, \"Worldwide_Gross\": 65627510.0, \"US_DVD_Sales\": 22082092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 28650.0, \"Year\": 2007, \"Profit\": 40627510.0}, {\"Title\": \"Across the Universe\", \"US_Gross\": 24343673.0, \"Worldwide_Gross\": 29367143.0, \"US_DVD_Sales\": 25759408.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 45611.0, \"Year\": 2007, \"Profit\": -15632857.0}, {\"Title\": \"Austin Powers: The Spy Who Shagged Me\", \"US_Gross\": 206040085.0, \"Worldwide_Gross\": 309600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 81005.0, \"Year\": 1999, \"Profit\": 274600000.0}, {\"Title\": \"Austin Powers in Goldmember\", \"US_Gross\": 213117789.0, \"Worldwide_Gross\": 292738626.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 63000000.0, \"Release_Date\": \"2002-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 69140.0, \"Year\": 2002, \"Profit\": 229738626.0}, {\"Title\": \"Austin Powers: International Man of Mystery\", \"US_Gross\": 53883989.0, \"Worldwide_Gross\": 67683989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 74487.0, \"Year\": 1997, \"Profit\": 49683989.0}, {\"Title\": \"Australia\", \"US_Gross\": 49551662.0, \"Worldwide_Gross\": 207482792.0, \"US_DVD_Sales\": 28789275.0, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 38089.0, \"Year\": 2008, \"Profit\": 129482792.0}, {\"Title\": \"Auto Focus\", \"US_Gross\": 2062066.0, \"Worldwide_Gross\": 2703821.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Schrader\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7236.0, \"Year\": 2002, \"Profit\": -4296179.0}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009, \"Profit\": 2530891499.0}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998, \"Profit\": -11414584.0}, {\"Title\": \"The Aviator\", \"US_Gross\": 102608827.0, \"Worldwide_Gross\": 214608827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 170.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 85740.0, \"Year\": 2004, \"Profit\": 104608827.0}, {\"Title\": \"AVP: Alien Vs. Predator\", \"US_Gross\": 80281096.0, \"Worldwide_Gross\": 172543519.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 63019.0, \"Year\": 2004, \"Profit\": 102543519.0}, {\"Title\": \"Around the World in 80 Days\", \"US_Gross\": 24004159.0, \"Worldwide_Gross\": 72004159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 21516.0, \"Year\": 2004, \"Profit\": -37995841.0}, {\"Title\": \"Awake\", \"US_Gross\": 14373825.0, \"Worldwide_Gross\": 30757745.0, \"US_DVD_Sales\": 13038208.0, \"Production_Budget\": 8600000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26076.0, \"Year\": 2007, \"Profit\": 22157745.0}, {\"Title\": \"And When Did You Last See Your Father?\", \"US_Gross\": 1071240.0, \"Worldwide_Gross\": 2476491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2008-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1798.0, \"Year\": 2008, \"Profit\": -5523509.0}, {\"Title\": \"Away We Go\", \"US_Gross\": 9451946.0, \"Worldwide_Gross\": 10108016.0, \"US_DVD_Sales\": 3788940.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14929.0, \"Year\": 2009, \"Profit\": -10891984.0}, {\"Title\": \"Don't Say a Word\", \"US_Gross\": 54997476.0, \"Worldwide_Gross\": 104488383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 22157.0, \"Year\": 2001, \"Profit\": 54488383.0}, {\"Title\": \"Babe: Pig in the City\", \"US_Gross\": 18319860.0, \"Worldwide_Gross\": 69131860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 75.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9918.0, \"Year\": 1998, \"Profit\": -10868140.0}, {\"Title\": \"Babel\", \"US_Gross\": 34302837.0, \"Worldwide_Gross\": 135302837.0, \"US_DVD_Sales\": 31459208.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 95122.0, \"Year\": 2006, \"Profit\": 115302837.0}, {\"Title\": \"Babylon A.D.\", \"US_Gross\": 22532572.0, \"Worldwide_Gross\": 70216497.0, \"US_DVD_Sales\": 16787309.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mathieu Kassovitz\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27189.0, \"Year\": 2008, \"Profit\": 25216497.0}, {\"Title\": \"My Baby's Daddy\", \"US_Gross\": 17321573.0, \"Worldwide_Gross\": 17322212.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 2010.0, \"Year\": 2004, \"Profit\": 5322212.0}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004, \"Profit\": -10890678.0}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999, \"Profit\": 14151490.0}, {\"Title\": \"Bad Boys II\", \"US_Gross\": 138540870.0, \"Worldwide_Gross\": 272940870.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 58002.0, \"Year\": 2003, \"Profit\": 142940870.0}, {\"Title\": \"Bad Company\", \"US_Gross\": 30157016.0, \"Worldwide_Gross\": 69157016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17901.0, \"Year\": 2002, \"Profit\": -842984.0}, {\"Title\": \"La mala educaci\\u00dbn\", \"US_Gross\": 5211842.0, \"Worldwide_Gross\": 40311842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 21756.0, \"Year\": 2004, \"Profit\": 35311842.0}, {\"Title\": \"Bad Lieutenant: Port of Call New Orleans\", \"US_Gross\": 1702112.0, \"Worldwide_Gross\": 8162545.0, \"US_DVD_Sales\": 3902817.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -16837455.0}, {\"Title\": \"The Bad News Bears\", \"US_Gross\": 32868349.0, \"Worldwide_Gross\": 33500620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7749.0, \"Year\": 2005, \"Profit\": -1499380.0}, {\"Title\": \"Burn After Reading\", \"US_Gross\": 60355347.0, \"Worldwide_Gross\": 163415735.0, \"US_DVD_Sales\": 19163475.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 92553.0, \"Year\": 2008, \"Profit\": 126415735.0}, {\"Title\": \"Bait\", \"US_Gross\": 15325127.0, \"Worldwide_Gross\": 15471969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5143.0, \"Year\": 2000, \"Profit\": -19528031.0}, {\"Title\": \"Boys and Girls\", \"US_Gross\": 21799652.0, \"Worldwide_Gross\": 21799652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7779.0, \"Year\": 2000, \"Profit\": 5799652.0}, {\"Title\": \"Black and White\", \"US_Gross\": 5241315.0, \"Worldwide_Gross\": 5241315.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 452.0, \"Year\": 2000, \"Profit\": -4758685.0}, {\"Title\": \"Bangkok Dangerous\", \"US_Gross\": 15298133.0, \"Worldwide_Gross\": 46598133.0, \"US_DVD_Sales\": 15494886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oxide Pang Chun\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 20931.0, \"Year\": 2008, \"Profit\": 1598133.0}, {\"Title\": \"The Banger Sisters\", \"US_Gross\": 30306281.0, \"Worldwide_Gross\": 38067218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 7435.0, \"Year\": 2002, \"Profit\": 28067218.0}, {\"Title\": \"Les invasions barbares\", \"US_Gross\": 8460000.0, \"Worldwide_Gross\": 8460000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 14322.0, \"Year\": 2003, \"Profit\": 3460000.0}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998, \"Profit\": -3843529.0}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006, \"Profit\": -34582838.0}, {\"Title\": \"Basic\", \"US_Gross\": 26599248.0, \"Worldwide_Gross\": 42598498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25960.0, \"Year\": 2003, \"Profit\": -7401502.0}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005, \"Profit\": 222353017.0}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000, \"Profit\": -50274337.0}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008, \"Profit\": 837345358.0}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999, \"Profit\": 3655691.0}, {\"Title\": \"The Battle of Shaker Heights\", \"US_Gross\": 280351.0, \"Worldwide_Gross\": 280351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2524.0, \"Year\": 2003, \"Profit\": -719649.0}, {\"Title\": \"Baby Boy\", \"US_Gross\": 28734552.0, \"Worldwide_Gross\": 28734552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4485.0, \"Year\": 2001, \"Profit\": 12734552.0}, {\"Title\": \"The Curious Case of Benjamin Button\", \"US_Gross\": 127509326.0, \"Worldwide_Gross\": 329809326.0, \"US_DVD_Sales\": 42850598.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 137120.0, \"Year\": 2008, \"Profit\": 169809326.0}, {\"Title\": \"Baby Mama\", \"US_Gross\": 60494212.0, \"Worldwide_Gross\": 64391484.0, \"US_DVD_Sales\": 24304275.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16128.0, \"Year\": 2008, \"Profit\": 44391484.0}, {\"Title\": \"Bless the Child\", \"US_Gross\": 29374178.0, \"Worldwide_Gross\": 40435694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 7765.0, \"Year\": 2000, \"Profit\": 435694.0}, {\"Title\": \"The Bachelor\", \"US_Gross\": 21731001.0, \"Worldwide_Gross\": 36882378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9030.0, \"Year\": 1999, \"Profit\": 15882378.0}, {\"Title\": \"The Broken Hearts Club: A Romantic Comedy\", \"US_Gross\": 1744858.0, \"Worldwide_Gross\": 2022442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 3731.0, \"Year\": 2000, \"Profit\": 1022442.0}, {\"Title\": \"Be Cool\", \"US_Gross\": 55849401.0, \"Worldwide_Gross\": 94849401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32082.0, \"Year\": 2005, \"Profit\": 19849401.0}, {\"Title\": \"Big Daddy\", \"US_Gross\": 163479795.0, \"Worldwide_Gross\": 234779795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1999, \"Profit\": 204779795.0}, {\"Title\": \"Bedazzled\", \"US_Gross\": 37879996.0, \"Worldwide_Gross\": 90376224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30946.0, \"Year\": 2000, \"Profit\": 42376224.0}, {\"Title\": \"Body of Lies\", \"US_Gross\": 39394666.0, \"Worldwide_Gross\": 108394666.0, \"US_DVD_Sales\": 22024703.0, \"Production_Budget\": 67500000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 53921.0, \"Year\": 2008, \"Profit\": 40894666.0}, {\"Title\": \"Blood Diamond\", \"US_Gross\": 57377916.0, \"Worldwide_Gross\": 171377916.0, \"US_DVD_Sales\": 62588936.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 118925.0, \"Year\": 2006, \"Profit\": 71377916.0}, {\"Title\": \"Mr. Bean's Holiday\", \"US_Gross\": 33302167.0, \"Worldwide_Gross\": 229736344.0, \"US_DVD_Sales\": 28248145.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28950.0, \"Year\": 2007, \"Profit\": 204736344.0}, {\"Title\": \"Beautiful\", \"US_Gross\": 3134509.0, \"Worldwide_Gross\": 3134509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sally Field\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2238.0, \"Year\": 2000, \"Profit\": -5865491.0}, {\"Title\": \"Beavis and Butt-head Do America\", \"US_Gross\": 63118386.0, \"Worldwide_Gross\": 63118386.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 22918.0, \"Year\": 1996, \"Profit\": 51118386.0}, {\"Title\": \"Bend it Like Beckham\", \"US_Gross\": 32543449.0, \"Worldwide_Gross\": 76583333.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 41052.0, \"Year\": 2003, \"Profit\": 71583333.0}, {\"Title\": \"In the Bedroom\", \"US_Gross\": 35930604.0, \"Worldwide_Gross\": 43430604.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2001-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 130.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20888.0, \"Year\": 2001, \"Profit\": 41730604.0}, {\"Title\": \"Bee Movie\", \"US_Gross\": 126631277.0, \"Worldwide_Gross\": 287594577.0, \"US_DVD_Sales\": 79628881.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 30575.0, \"Year\": 2007, \"Profit\": 137594577.0}, {\"Title\": \"Artie Lange's Beer League\", \"US_Gross\": 475000.0, \"Worldwide_Gross\": 475000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -2325000.0}, {\"Title\": \"Being John Malkovich\", \"US_Gross\": 22858926.0, \"Worldwide_Gross\": 32382381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 113568.0, \"Year\": 1999, \"Profit\": 19382381.0}, {\"Title\": \"Behind Enemy Lines\", \"US_Gross\": 58855732.0, \"Worldwide_Gross\": 58855732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 32575.0, \"Year\": 2001, \"Profit\": 18855732.0}, {\"Title\": \"Bella\", \"US_Gross\": 8093373.0, \"Worldwide_Gross\": 9220041.0, \"US_DVD_Sales\": 5935632.0, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 6562.0, \"Year\": 2007, \"Profit\": 5920041.0}, {\"Title\": \"Beloved\", \"US_Gross\": 22852487.0, \"Worldwide_Gross\": 22852487.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 172.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 102.0, \"Year\": 1998, \"Profit\": -30147513.0}, {\"Title\": \"Les Triplettes de Belleville\", \"US_Gross\": 7301288.0, \"Worldwide_Gross\": 14440113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19761.0, \"Year\": 2003, \"Profit\": 12440113.0}, {\"Title\": \"Beyond the Mat\", \"US_Gross\": 2047570.0, \"Worldwide_Gross\": 2047570.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4067.0, \"Year\": 1999, \"Profit\": 1547570.0}, {\"Title\": \"The Benchwarmers\", \"US_Gross\": 59843754.0, \"Worldwide_Gross\": 64843754.0, \"US_DVD_Sales\": 32764806.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17824.0, \"Year\": 2006, \"Profit\": 29843754.0}, {\"Title\": \"The Last Airbender\", \"US_Gross\": 131591957.0, \"Worldwide_Gross\": 290191957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-07-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 16600.0, \"Year\": 2010, \"Profit\": 140191957.0}, {\"Title\": \"Beowulf\", \"US_Gross\": 82195215.0, \"Worldwide_Gross\": 194995215.0, \"US_DVD_Sales\": 35961910.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 62513.0, \"Year\": 2007, \"Profit\": 44995215.0}, {\"Title\": \"The Importance of Being Earnest\", \"US_Gross\": 8378141.0, \"Worldwide_Gross\": 8378141.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9345.0, \"Year\": 2002, \"Profit\": -6621859.0}, {\"Title\": \"Beauty Shop\", \"US_Gross\": 36351350.0, \"Worldwide_Gross\": 38351350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5468.0, \"Year\": 2005, \"Profit\": 13351350.0}, {\"Title\": \"Better Luck Tomorrow\", \"US_Gross\": 3802390.0, \"Worldwide_Gross\": 3809226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5959.0, \"Year\": 2003, \"Profit\": 3559226.0}, {\"Title\": \"Big Fat Liar\", \"US_Gross\": 47811275.0, \"Worldwide_Gross\": 52375275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9877.0, \"Year\": 2002, \"Profit\": 37375275.0}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003, \"Profit\": 53432867.0}, {\"Title\": \"Before Sunset\", \"US_Gross\": 5792822.0, \"Worldwide_Gross\": 11293790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2004-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 45535.0, \"Year\": 2004, \"Profit\": 9293790.0}, {\"Title\": \"The Big Hit\", \"US_Gross\": 27066941.0, \"Worldwide_Gross\": 27066941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14157.0, \"Year\": 1998, \"Profit\": 14066941.0}, {\"Title\": \"Birthday Girl\", \"US_Gross\": 4919896.0, \"Worldwide_Gross\": 8130727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 13366.0, \"Year\": 2002, \"Profit\": -4869273.0}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998, \"Profit\": 31189568.0}, {\"Title\": \"Big Momma's House\", \"US_Gross\": 117559438.0, \"Worldwide_Gross\": 173559438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 21318.0, \"Year\": 2000, \"Profit\": 140559438.0}, {\"Title\": \"Black Hawk Down\", \"US_Gross\": 108638745.0, \"Worldwide_Gross\": 173638745.0, \"US_DVD_Sales\": 970318.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 98653.0, \"Year\": 2001, \"Profit\": 78638745.0}, {\"Title\": \"Eye of the Beholder\", \"US_Gross\": 16500786.0, \"Worldwide_Gross\": 18260865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9992.0, \"Year\": 2000, \"Profit\": 3260865.0}, {\"Title\": \"The Big Bounce\", \"US_Gross\": 6471394.0, \"Worldwide_Gross\": 6626115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9195.0, \"Year\": 2004, \"Profit\": -43373885.0}, {\"Title\": \"Big Trouble\", \"US_Gross\": 7262288.0, \"Worldwide_Gross\": 8488871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11610.0, \"Year\": 2002, \"Profit\": -36511129.0}, {\"Title\": \"Billy Elliot\", \"US_Gross\": 21995263.0, \"Worldwide_Gross\": 109280263.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 38403.0, \"Year\": 2000, \"Profit\": 104280263.0}, {\"Title\": \"Bicentennial Man\", \"US_Gross\": 58220776.0, \"Worldwide_Gross\": 87420776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 132.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28827.0, \"Year\": 1999, \"Profit\": -2579224.0}, {\"Title\": \"Birth\", \"US_Gross\": 5005899.0, \"Worldwide_Gross\": 14603001.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 25.0, \"Year\": 2004, \"Profit\": -5396999.0}, {\"Title\": \"Becoming Jane\", \"US_Gross\": 18663911.0, \"Worldwide_Gross\": 37304637.0, \"US_DVD_Sales\": 8061456.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 15167.0, \"Year\": 2007, \"Profit\": 20804637.0}, {\"Title\": \"Bridget Jones: The Edge Of Reason\", \"US_Gross\": 40203020.0, \"Worldwide_Gross\": 263894551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26325.0, \"Year\": 2004, \"Profit\": 213894551.0}, {\"Title\": \"Bridget Jones's Diary\", \"US_Gross\": 71500556.0, \"Worldwide_Gross\": 281527158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 58213.0, \"Year\": 2001, \"Profit\": 256527158.0}, {\"Title\": \"The Bank Job\", \"US_Gross\": 30060660.0, \"Worldwide_Gross\": 63060660.0, \"US_DVD_Sales\": 17254299.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 50848.0, \"Year\": 2008, \"Profit\": 43060660.0}, {\"Title\": \"Blade\", \"US_Gross\": 70141876.0, \"Worldwide_Gross\": 131237688.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 64896.0, \"Year\": 1998, \"Profit\": 86237688.0}, {\"Title\": \"The Blair Witch Project\", \"US_Gross\": 140539099.0, \"Worldwide_Gross\": 248300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 87629.0, \"Year\": 1999, \"Profit\": 247700000.0}, {\"Title\": \"Blast from the Past\", \"US_Gross\": 26613620.0, \"Worldwide_Gross\": 26613620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 23243.0, \"Year\": 1999, \"Profit\": -8386380.0}, {\"Title\": \"Blade 2\", \"US_Gross\": 81676888.0, \"Worldwide_Gross\": 154338601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 90.0, \"Year\": 2002, \"Profit\": 100338601.0}, {\"Title\": \"Blade: Trinity\", \"US_Gross\": 52397389.0, \"Worldwide_Gross\": 132397389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2004-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 42477.0, \"Year\": 2004, \"Profit\": 67397389.0}, {\"Title\": \"Blades of Glory\", \"US_Gross\": 118594548.0, \"Worldwide_Gross\": 145594548.0, \"US_DVD_Sales\": 49219041.0, \"Production_Budget\": 61000000.0, \"Release_Date\": \"2007-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 51929.0, \"Year\": 2007, \"Profit\": 84594548.0}, {\"Title\": \"The Blind Side\", \"US_Gross\": 255959475.0, \"Worldwide_Gross\": 301759475.0, \"US_DVD_Sales\": 86139819.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42320.0, \"Year\": 2009, \"Profit\": 266759475.0}, {\"Title\": \"Blood Work\", \"US_Gross\": 26199517.0, \"Worldwide_Gross\": 26199517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16751.0, \"Year\": 2002, \"Profit\": -23800483.0}, {\"Title\": \"Zwartboek\", \"US_Gross\": 4398392.0, \"Worldwide_Gross\": 4398392.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 27288.0, \"Year\": 2007, \"Profit\": -17601608.0}, {\"Title\": \"Black Christmas\", \"US_Gross\": 16235738.0, \"Worldwide_Gross\": 16235738.0, \"US_DVD_Sales\": 28729107.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10424.0, \"Year\": 2006, \"Profit\": 7235738.0}, {\"Title\": \"Black Snake Moan\", \"US_Gross\": 9396870.0, \"Worldwide_Gross\": 9396870.0, \"US_DVD_Sales\": 12540785.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 28145.0, \"Year\": 2007, \"Profit\": -5603130.0}, {\"Title\": \"Black Water Transit\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -35000000.0}, {\"Title\": \"Blindness\", \"US_Gross\": 3073392.0, \"Worldwide_Gross\": 14542658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 25508.0, \"Year\": 2008, \"Profit\": -10457342.0}, {\"Title\": \"Legally Blonde 2: Red, White & Blonde\", \"US_Gross\": 90639088.0, \"Worldwide_Gross\": 125339088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": 100339088.0}, {\"Title\": \"Legally Blonde\", \"US_Gross\": 96493426.0, \"Worldwide_Gross\": 141743426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 44128.0, \"Year\": 2001, \"Profit\": 123743426.0}, {\"Title\": \"Blood and Wine\", \"US_Gross\": 1083350.0, \"Worldwide_Gross\": 1083350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1997-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bob Rafelson\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4761.0, \"Year\": 1997, \"Profit\": -24916650.0}, {\"Title\": \"Blow\", \"US_Gross\": 52990775.0, \"Worldwide_Gross\": 83282296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 70218.0, \"Year\": 2001, \"Profit\": 53282296.0}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002, \"Profit\": -55705158.0}, {\"Title\": \"Blue Crush\", \"US_Gross\": 40118420.0, \"Worldwide_Gross\": 51327420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 11699.0, \"Year\": 2002, \"Profit\": 21327420.0}, {\"Title\": \"Bamboozled\", \"US_Gross\": 2185266.0, \"Worldwide_Gross\": 2373937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 5958.0, \"Year\": 2000, \"Profit\": -7626063.0}, {\"Title\": \"A Beautiful Mind\", \"US_Gross\": 170708996.0, \"Worldwide_Gross\": 316708996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 126067.0, \"Year\": 2001, \"Profit\": 238708996.0}, {\"Title\": \"Big Momma's House 2\", \"US_Gross\": 70165972.0, \"Worldwide_Gross\": 137047376.0, \"US_DVD_Sales\": 21234176.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 11368.0, \"Year\": 2006, \"Profit\": 97047376.0}, {\"Title\": \"Story of Bonnie and Clyde, The\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -20000000.0}, {\"Title\": \"The Boondock Saints\", \"US_Gross\": 30471.0, \"Worldwide_Gross\": 250000.0, \"US_DVD_Sales\": 7468574.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86172.0, \"Year\": 2000, \"Profit\": -6750000.0}, {\"Title\": \"Bandidas\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 10496317.0, \"US_DVD_Sales\": 7921142.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 12103.0, \"Year\": 2006, \"Profit\": -24503683.0}, {\"Title\": \"Bandits\", \"US_Gross\": 41523271.0, \"Worldwide_Gross\": 71523271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 30732.0, \"Year\": 2001, \"Profit\": -3476729.0}, {\"Title\": \"Bobby\", \"US_Gross\": 11242801.0, \"Worldwide_Gross\": 20597806.0, \"US_DVD_Sales\": 12345494.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Emilio Estevez\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23262.0, \"Year\": 2006, \"Profit\": 6597806.0}, {\"Title\": \"The Book of Eli\", \"US_Gross\": 94835059.0, \"Worldwide_Gross\": 146452390.0, \"US_DVD_Sales\": 36862324.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 47733.0, \"Year\": 2010, \"Profit\": 66452390.0}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005, \"Profit\": 47192859.0}, {\"Title\": \"Bolt\", \"US_Gross\": 114053579.0, \"Worldwide_Gross\": 313953579.0, \"US_DVD_Sales\": 82600642.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32473.0, \"Year\": 2008, \"Profit\": 163953579.0}, {\"Title\": \"The Other Boleyn Girl\", \"US_Gross\": 26814957.0, \"Worldwide_Gross\": 72944278.0, \"US_DVD_Sales\": 8245298.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-02-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 26198.0, \"Year\": 2008, \"Profit\": 32944278.0}, {\"Title\": \"The Bone Collector\", \"US_Gross\": 66488090.0, \"Worldwide_Gross\": 151463090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 46961.0, \"Year\": 1999, \"Profit\": 103463090.0}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001, \"Profit\": -1621147.0}, {\"Title\": \"Bon Voyage\", \"US_Gross\": 2353728.0, \"Worldwide_Gross\": 8361736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 622.0, \"Year\": 2004, \"Profit\": -11638264.0}, {\"Title\": \"Boogie Nights\", \"US_Gross\": 26410771.0, \"Worldwide_Gross\": 43111725.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 70962.0, \"Year\": 1997, \"Profit\": 28111725.0}, {\"Title\": \"Borat\", \"US_Gross\": 128505958.0, \"Worldwide_Gross\": 261572744.0, \"US_DVD_Sales\": 62661576.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 3612.0, \"Year\": 2006, \"Profit\": 243572744.0}, {\"Title\": \"The Bourne Identity\", \"US_Gross\": 121468960.0, \"Worldwide_Gross\": 213300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 122597.0, \"Year\": 2002, \"Profit\": 153300000.0}, {\"Title\": \"The Bourne Supremacy\", \"US_Gross\": 176087450.0, \"Worldwide_Gross\": 288587450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 104614.0, \"Year\": 2004, \"Profit\": 203587450.0}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007, \"Profit\": 312161562.0}, {\"Title\": \"The Borrowers\", \"US_Gross\": 22619589.0, \"Worldwide_Gross\": 54045832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4340.0, \"Year\": 1998, \"Profit\": 25045832.0}, {\"Title\": \"My Boss's Daughter\", \"US_Gross\": 15549702.0, \"Worldwide_Gross\": 15549702.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 10919.0, \"Year\": 2003, \"Profit\": 1549702.0}, {\"Title\": \"Bounce\", \"US_Gross\": 36779296.0, \"Worldwide_Gross\": 53399300.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 10702.0, \"Year\": 2000, \"Profit\": 18399300.0}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002, \"Profit\": 55576018.0}, {\"Title\": \"Boys Don't Cry\", \"US_Gross\": 11540607.0, \"Worldwide_Gross\": 20741000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34435.0, \"Year\": 1999, \"Profit\": 18741000.0}, {\"Title\": \"The Boy in the Striped Pyjamas\", \"US_Gross\": 9030581.0, \"Worldwide_Gross\": 39830581.0, \"US_DVD_Sales\": 9647546.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 21683.0, \"Year\": 2008, \"Profit\": 27330581.0}, {\"Title\": \"Bulletproof Monk\", \"US_Gross\": 23010607.0, \"Worldwide_Gross\": 23010607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 17130.0, \"Year\": 2003, \"Profit\": -28989393.0}, {\"Title\": \"Heartbreakers\", \"US_Gross\": 40334024.0, \"Worldwide_Gross\": 57753825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 20962.0, \"Year\": 2001, \"Profit\": 19753825.0}, {\"Title\": \"Bride & Prejudice\", \"US_Gross\": 6601079.0, \"Worldwide_Gross\": 22064531.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9442.0, \"Year\": 2005, \"Profit\": 15064531.0}, {\"Title\": \"Beyond Borders\", \"US_Gross\": 4426297.0, \"Worldwide_Gross\": 11427090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9575.0, \"Year\": 2003, \"Profit\": -48572910.0}, {\"Title\": \"Bride Wars\", \"US_Gross\": 58715510.0, \"Worldwide_Gross\": 115150424.0, \"US_DVD_Sales\": 29943338.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15762.0, \"Year\": 2009, \"Profit\": 85150424.0}, {\"Title\": \"Breakfast of Champions\", \"US_Gross\": 178287.0, \"Worldwide_Gross\": 178287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alan Rudolph\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 5033.0, \"Year\": 1999, \"Profit\": -11821713.0}, {\"Title\": \"Brigham City\", \"US_Gross\": 852206.0, \"Worldwide_Gross\": 852206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Excel Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 758.0, \"Year\": 2001, \"Profit\": -147794.0}, {\"Title\": \"Brick\", \"US_Gross\": 2075743.0, \"Worldwide_Gross\": 3918941.0, \"US_DVD_Sales\": 5013655.0, \"Production_Budget\": 450000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37204.0, \"Year\": 2006, \"Profit\": 3468941.0}, {\"Title\": \"Bringing Out The Dead\", \"US_Gross\": 16640210.0, \"Worldwide_Gross\": 16640210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 31079.0, \"Year\": 1999, \"Profit\": -15359790.0}, {\"Title\": \"Breakdown\", \"US_Gross\": 50159144.0, \"Worldwide_Gross\": 50159144.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 14159144.0}, {\"Title\": \"Brooklyn's Finest\", \"US_Gross\": 27163593.0, \"Worldwide_Gross\": 28319627.0, \"US_DVD_Sales\": 9300674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 14034.0, \"Year\": 2010, \"Profit\": 3319627.0}, {\"Title\": \"Brokeback Mountain\", \"US_Gross\": 83043761.0, \"Worldwide_Gross\": 180343761.0, \"US_DVD_Sales\": 31338042.0, \"Production_Budget\": 13900000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 115951.0, \"Year\": 2005, \"Profit\": 166443761.0}, {\"Title\": \"Breakin' All the Rules\", \"US_Gross\": 12232382.0, \"Worldwide_Gross\": 12512317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2643.0, \"Year\": 2004, \"Profit\": 3512317.0}, {\"Title\": \"The Break Up\", \"US_Gross\": 118806699.0, \"Worldwide_Gross\": 202944203.0, \"US_DVD_Sales\": 52707367.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38285.0, \"Year\": 2006, \"Profit\": 150944203.0}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998, \"Profit\": -9954221.0}, {\"Title\": \"Barney's Version\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -30000000.0}, {\"Title\": \"Brooklyn Rules\", \"US_Gross\": 458232.0, \"Worldwide_Gross\": 458232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2797.0, \"Year\": 2007, \"Profit\": -7541768.0}, {\"Title\": \"Boiler Room\", \"US_Gross\": 16963963.0, \"Worldwide_Gross\": 28773637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22979.0, \"Year\": 2000, \"Profit\": 19773637.0}, {\"Title\": \"The Brothers Solomon\", \"US_Gross\": 900926.0, \"Worldwide_Gross\": 900926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6044.0, \"Year\": 2007, \"Profit\": -9099074.0}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001, \"Profit\": 21958191.0}, {\"Title\": \"Brown Sugar\", \"US_Gross\": 27362712.0, \"Worldwide_Gross\": 28315272.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2745.0, \"Year\": 2002, \"Profit\": 20315272.0}, {\"Title\": \"Bright Star\", \"US_Gross\": 4444637.0, \"Worldwide_Gross\": 9469105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2010-01-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5957.0, \"Year\": 2010, \"Profit\": 969105.0}, {\"Title\": \"Brother\", \"US_Gross\": 450594.0, \"Worldwide_Gross\": 450594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10831.0, \"Year\": 2001, \"Profit\": -11549406.0}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008, \"Profit\": 15782621.0}, {\"Title\": \"The Brown Bunny\", \"US_Gross\": 366301.0, \"Worldwide_Gross\": 630427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7465.0, \"Year\": 2004, \"Profit\": -9369573.0}, {\"Title\": \"Barbershop 2: Back in Business\", \"US_Gross\": 65070412.0, \"Worldwide_Gross\": 65842412.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 4848.0, \"Year\": 2004, \"Profit\": 47842412.0}, {\"Title\": \"Barbershop\", \"US_Gross\": 75781642.0, \"Worldwide_Gross\": 77081642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11164.0, \"Year\": 2002, \"Profit\": 65081642.0}, {\"Title\": \"Best in Show\", \"US_Gross\": 18621249.0, \"Worldwide_Gross\": 20695413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 24484.0, \"Year\": 2000, \"Profit\": 14695413.0}, {\"Title\": \"Bad Santa\", \"US_Gross\": 60060328.0, \"Worldwide_Gross\": 60063017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45022.0, \"Year\": 2003, \"Profit\": 42063017.0}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009, \"Profit\": 250389438.0}, {\"Title\": \"Blue Streak\", \"US_Gross\": 68208190.0, \"Worldwide_Gross\": 117448157.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23545.0, \"Year\": 1999, \"Profit\": 81448157.0}, {\"Title\": \"The Butterfly Effect\", \"US_Gross\": 57924679.0, \"Worldwide_Gross\": 96046844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 102982.0, \"Year\": 2004, \"Profit\": 83046844.0}, {\"Title\": \"O Brother, Where Art Thou\", \"US_Gross\": 45506619.0, \"Worldwide_Gross\": 65976782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 39976782.0}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997, \"Profit\": 113317814.0}, {\"Title\": \"Boat Trip\", \"US_Gross\": 8586376.0, \"Worldwide_Gross\": 14933713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13258.0, \"Year\": 2003, \"Profit\": -66287.0}, {\"Title\": \"Bubba Ho-Tep\", \"US_Gross\": 1239183.0, \"Worldwide_Gross\": 1239183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23110.0, \"Year\": 2003, \"Profit\": 239183.0}, {\"Title\": \"Bubble\", \"US_Gross\": 145382.0, \"Worldwide_Gross\": 145382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 101.0, \"Year\": 2006, \"Profit\": -1454618.0}, {\"Title\": \"Bubble Boy\", \"US_Gross\": 5002310.0, \"Worldwide_Gross\": 5002310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 11073.0, \"Year\": 2001, \"Profit\": -7997690.0}, {\"Title\": \"Buffalo '66\", \"US_Gross\": 2380606.0, \"Worldwide_Gross\": 2380606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vincent Gallo\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 17762.0, \"Year\": 1998, \"Profit\": 880606.0}, {\"Title\": \"Buffalo Soldiers\", \"US_Gross\": 353743.0, \"Worldwide_Gross\": 353743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13510.0, \"Year\": 2003, \"Profit\": -14646257.0}, {\"Title\": \"Bulworth\", \"US_Gross\": 26528684.0, \"Worldwide_Gross\": 29203383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Warren Beatty\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 15486.0, \"Year\": 1998, \"Profit\": -796617.0}, {\"Title\": \"W.\", \"US_Gross\": 25534493.0, \"Worldwide_Gross\": 28575778.0, \"US_DVD_Sales\": 7871296.0, \"Production_Budget\": 25100000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 3475778.0}, {\"Title\": \"Bowfinger\", \"US_Gross\": 66458769.0, \"Worldwide_Gross\": 98699769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33389.0, \"Year\": 1999, \"Profit\": 43699769.0}, {\"Title\": \"Bewitched\", \"US_Gross\": 63313159.0, \"Worldwide_Gross\": 131413159.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 26834.0, \"Year\": 2005, \"Profit\": 51413159.0}, {\"Title\": \"Barnyard: The Original Party Animals\", \"US_Gross\": 72779000.0, \"Worldwide_Gross\": 116618084.0, \"US_DVD_Sales\": 65043181.0, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 65618084.0}, {\"Title\": \"Beyond the Sea\", \"US_Gross\": 6144806.0, \"Worldwide_Gross\": 7061637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin Spacey\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8002.0, \"Year\": 2004, \"Profit\": -16938363.0}, {\"Title\": \"Cabin Fever\", \"US_Gross\": 21158188.0, \"Worldwide_Gross\": 30553394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28417.0, \"Year\": 2003, \"Profit\": 29053394.0}, {\"Title\": \"Cach\\u00c8\", \"US_Gross\": 3647381.0, \"Worldwide_Gross\": 17147381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 26.0, \"Year\": 2005, \"Profit\": 9147381.0}, {\"Title\": \"Cadillac Records\", \"US_Gross\": 8138000.0, \"Worldwide_Gross\": 8138000.0, \"US_DVD_Sales\": 10049741.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5026.0, \"Year\": 2008, \"Profit\": -3862000.0}, {\"Title\": \"Can't Hardly Wait\", \"US_Gross\": 25358996.0, \"Worldwide_Gross\": 25358996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19470.0, \"Year\": 1998, \"Profit\": 15358996.0}, {\"Title\": \"Capote\", \"US_Gross\": 28750530.0, \"Worldwide_Gross\": 46309352.0, \"US_DVD_Sales\": 17031573.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bennett Miller\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 41472.0, \"Year\": 2005, \"Profit\": 39309352.0}, {\"Title\": \"Sukkar banat\", \"US_Gross\": 1060591.0, \"Worldwide_Gross\": 14253760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3799.0, \"Year\": 2008, \"Profit\": 12653760.0}, {\"Title\": \"Disney's A Christmas Carol\", \"US_Gross\": 137855863.0, \"Worldwide_Gross\": 323743744.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 190000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 133743744.0}, {\"Title\": \"The Rage: Carrie 2\", \"US_Gross\": 17760244.0, \"Worldwide_Gross\": 17760244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 7235.0, \"Year\": 1999, \"Profit\": -3239756.0}, {\"Title\": \"Cars\", \"US_Gross\": 244082982.0, \"Worldwide_Gross\": 461923762.0, \"US_DVD_Sales\": 246114559.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-06-09T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 66809.0, \"Year\": 2006, \"Profit\": 391923762.0}, {\"Title\": \"Cast Away\", \"US_Gross\": 233632142.0, \"Worldwide_Gross\": 427230516.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 102936.0, \"Year\": 2000, \"Profit\": 342230516.0}, {\"Title\": \"Catch Me if You Can\", \"US_Gross\": 164606800.0, \"Worldwide_Gross\": 351106800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 224.0, \"Year\": 2002, \"Profit\": 299106800.0}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003, \"Profit\": 24818283.0}, {\"Title\": \"Cats Don't Dance\", \"US_Gross\": 3588602.0, \"Worldwide_Gross\": 3588602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1663.0, \"Year\": 1997, \"Profit\": -28411398.0}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004, \"Profit\": -17897621.0}, {\"Title\": \"Cecil B. Demented\", \"US_Gross\": 1276984.0, \"Worldwide_Gross\": 1953882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Waters\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 7565.0, \"Year\": 2000, \"Profit\": -8046118.0}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002, \"Profit\": -3011004.0}, {\"Title\": \"Center Stage\", \"US_Gross\": 17200925.0, \"Worldwide_Gross\": 17200925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7968.0, \"Year\": 2000, \"Profit\": -799075.0}, {\"Title\": \"The Corpse Bride\", \"US_Gross\": 53359111.0, \"Worldwide_Gross\": 117359111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 87359111.0}, {\"Title\": \"Critical Care\", \"US_Gross\": 220175.0, \"Worldwide_Gross\": 220175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 895.0, \"Year\": 1997, \"Profit\": -11779825.0}, {\"Title\": \"Connie & Carla\", \"US_Gross\": 8047525.0, \"Worldwide_Gross\": 8047525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4359.0, \"Year\": 2004, \"Profit\": -11952475.0}, {\"Title\": \"Collateral Damage\", \"US_Gross\": 40048332.0, \"Worldwide_Gross\": 78353508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 24358.0, \"Year\": 2002, \"Profit\": -6646492.0}, {\"Title\": \"Crocodile Dundee in Los Angeles\", \"US_Gross\": 25590119.0, \"Worldwide_Gross\": 39393111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon Wincer\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7082.0, \"Year\": 2001, \"Profit\": 14393111.0}, {\"Title\": \"Celebrity\", \"US_Gross\": 5078660.0, \"Worldwide_Gross\": 6200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10978.0, \"Year\": 1998, \"Profit\": -5800000.0}, {\"Title\": \"The Cell\", \"US_Gross\": 61280963.0, \"Worldwide_Gross\": 61280963.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 36961.0, \"Year\": 2000, \"Profit\": 26280963.0}, {\"Title\": \"Cellular\", \"US_Gross\": 32003620.0, \"Worldwide_Gross\": 45261739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 32534.0, \"Year\": 2004, \"Profit\": 261739.0}, {\"Title\": \"City of Ember\", \"US_Gross\": 7871693.0, \"Worldwide_Gross\": 11817059.0, \"US_DVD_Sales\": 6086988.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14905.0, \"Year\": 2008, \"Profit\": -26182941.0}, {\"Title\": \"Charlie and the Chocolate Factory\", \"US_Gross\": 206459076.0, \"Worldwide_Gross\": 474459076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 102437.0, \"Year\": 2005, \"Profit\": 324459076.0}, {\"Title\": \"Catch a Fire\", \"US_Gross\": 4299773.0, \"Worldwide_Gross\": 5699773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5959.0, \"Year\": 2006, \"Profit\": -8300227.0}, {\"Title\": \"Charlie's Angels: Full Throttle\", \"US_Gross\": 100814328.0, \"Worldwide_Gross\": 227200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43942.0, \"Year\": 2003, \"Profit\": 107200000.0}, {\"Title\": \"Charlie's Angels\", \"US_Gross\": 125305545.0, \"Worldwide_Gross\": 263200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 60791.0, \"Year\": 2000, \"Profit\": 173200000.0}, {\"Title\": \"Chasing Amy\", \"US_Gross\": 12006514.0, \"Worldwide_Gross\": 15155095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63591.0, \"Year\": 1997, \"Profit\": 14905095.0}, {\"Title\": \"Chicago\", \"US_Gross\": 170687518.0, \"Worldwide_Gross\": 307687518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 82650.0, \"Year\": 2002, \"Profit\": 277687518.0}, {\"Title\": \"Chicken Little\", \"US_Gross\": 135386665.0, \"Worldwide_Gross\": 314432738.0, \"US_DVD_Sales\": 142108745.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 17415.0, \"Year\": 2005, \"Profit\": 254432738.0}, {\"Title\": \"Chicken Run\", \"US_Gross\": 106793915.0, \"Worldwide_Gross\": 227793915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2000-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 48307.0, \"Year\": 2000, \"Profit\": 185793915.0}, {\"Title\": \"Cheaper by the Dozen\", \"US_Gross\": 138614544.0, \"Worldwide_Gross\": 189714544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24283.0, \"Year\": 2003, \"Profit\": 149714544.0}, {\"Title\": \"Cheaper by the Dozen 2\", \"US_Gross\": 82571173.0, \"Worldwide_Gross\": 135015330.0, \"US_DVD_Sales\": 26537982.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11858.0, \"Year\": 2005, \"Profit\": 75015330.0}, {\"Title\": \"Cheri\", \"US_Gross\": 2715657.0, \"Worldwide_Gross\": 2715657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3307.0, \"Year\": 2009, \"Profit\": -20284343.0}, {\"Title\": \"Chill Factor\", \"US_Gross\": 11263966.0, \"Worldwide_Gross\": 11263966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"1999-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5374.0, \"Year\": 1999, \"Profit\": -22736034.0}, {\"Title\": \"Bride of Chucky\", \"US_Gross\": 32404188.0, \"Worldwide_Gross\": 50692188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 13735.0, \"Year\": 1998, \"Profit\": 25692188.0}, {\"Title\": \"Seed of Chucky\", \"US_Gross\": 17016190.0, \"Worldwide_Gross\": 24716190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9897.0, \"Year\": 2004, \"Profit\": -4283810.0}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006, \"Profit\": -6549798.0}, {\"Title\": \"Chloe\", \"US_Gross\": 3075255.0, \"Worldwide_Gross\": 9675172.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8772.0, \"Year\": 2010, \"Profit\": -3324828.0}, {\"Title\": \"Love in the Time of Cholera\", \"US_Gross\": 4617608.0, \"Worldwide_Gross\": 31077418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8580.0, \"Year\": 2007, \"Profit\": -13922582.0}, {\"Title\": \"Chocolat\", \"US_Gross\": 71309760.0, \"Worldwide_Gross\": 152500343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 56176.0, \"Year\": 2000, \"Profit\": 127500343.0}, {\"Title\": \"The Children of Huang Shi\", \"US_Gross\": 1031872.0, \"Worldwide_Gross\": 5527507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4100.0, \"Year\": 2008, \"Profit\": -14472493.0}, {\"Title\": \"Les Choristes\", \"US_Gross\": 3629758.0, \"Worldwide_Gross\": 83529758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 16391.0, \"Year\": 2004, \"Profit\": 78029758.0}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998, \"Profit\": -6693285.0}, {\"Title\": \"Chuck&Buck\", \"US_Gross\": 1055671.0, \"Worldwide_Gross\": 1157672.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3455.0, \"Year\": 2000, \"Profit\": 907672.0}, {\"Title\": \"The Chumscrubber\", \"US_Gross\": 49526.0, \"Worldwide_Gross\": 49526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10449.0, \"Year\": 2005, \"Profit\": -6750474.0}, {\"Title\": \"Charlotte's Web\", \"US_Gross\": 82985708.0, \"Worldwide_Gross\": 143985708.0, \"US_DVD_Sales\": 83571732.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8028.0, \"Year\": 2006, \"Profit\": 61485708.0}, {\"Title\": \"Cinderella Man\", \"US_Gross\": 61649911.0, \"Worldwide_Gross\": 108539911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 88000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 63111.0, \"Year\": 2005, \"Profit\": 20539911.0}, {\"Title\": \"A Cinderella Story\", \"US_Gross\": 51438175.0, \"Worldwide_Gross\": 70067909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14904.0, \"Year\": 2004, \"Profit\": 51067909.0}, {\"Title\": \"City of Angels\", \"US_Gross\": 78750909.0, \"Worldwide_Gross\": 198750909.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-04-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40053.0, \"Year\": 1998, \"Profit\": 143750909.0}, {\"Title\": \"A Civil Action\", \"US_Gross\": 56709981.0, \"Worldwide_Gross\": 56709981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Zaillian\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 14244.0, \"Year\": 1998, \"Profit\": -3290019.0}, {\"Title\": \"CJ7\", \"US_Gross\": 206678.0, \"Worldwide_Gross\": 47300771.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 27300771.0}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004, \"Profit\": -4459888.0}, {\"Title\": \"The Claim\", \"US_Gross\": 622023.0, \"Worldwide_Gross\": 622023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3681.0, \"Year\": 2000, \"Profit\": -12377977.0}, {\"Title\": \"The Santa Clause 2\", \"US_Gross\": 139225854.0, \"Worldwide_Gross\": 172825854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Michael Lembeck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9061.0, \"Year\": 2002, \"Profit\": 107825854.0}, {\"Title\": \"Cold Mountain\", \"US_Gross\": 95632614.0, \"Worldwide_Gross\": 161632614.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 51083.0, \"Year\": 2003, \"Profit\": 81632614.0}, {\"Title\": \"Clean\", \"US_Gross\": 138711.0, \"Worldwide_Gross\": 138711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 128711.0}, {\"Title\": \"Click\", \"US_Gross\": 137355633.0, \"Worldwide_Gross\": 237555633.0, \"US_DVD_Sales\": 81244755.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 133.0, \"Year\": 2006, \"Profit\": 155055633.0}, {\"Title\": \"Code Name: The Cleaner\", \"US_Gross\": 8135024.0, \"Worldwide_Gross\": 8135024.0, \"US_DVD_Sales\": 4492233.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5277.0, \"Year\": 2007, \"Profit\": -11864976.0}, {\"Title\": \"Welcome to Collinwood\", \"US_Gross\": 378650.0, \"Worldwide_Gross\": 378650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7887.0, \"Year\": 2002, \"Profit\": -11621350.0}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004, \"Profit\": 80987757.0}, {\"Title\": \"Clerks II\", \"US_Gross\": 24148068.0, \"Worldwide_Gross\": 25894473.0, \"US_DVD_Sales\": 26411041.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 56668.0, \"Year\": 2006, \"Profit\": 20894473.0}, {\"Title\": \"Maid in Manhattan\", \"US_Gross\": 93932896.0, \"Worldwide_Gross\": 154832896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 30370.0, \"Year\": 2002, \"Profit\": 99832896.0}, {\"Title\": \"It's Complicated\", \"US_Gross\": 112735375.0, \"Worldwide_Gross\": 224614744.0, \"US_DVD_Sales\": 29195673.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17748.0, \"Year\": 2009, \"Profit\": 149614744.0}, {\"Title\": \"The Company\", \"US_Gross\": 2281585.0, \"Worldwide_Gross\": 3396508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3649.0, \"Year\": 2003, \"Profit\": -11603492.0}, {\"Title\": \"Constantine\", \"US_Gross\": 75976178.0, \"Worldwide_Gross\": 230884728.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 78705.0, \"Year\": 2005, \"Profit\": 155884728.0}, {\"Title\": \"The Contender\", \"US_Gross\": 17804273.0, \"Worldwide_Gross\": 17804273.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13709.0, \"Year\": 2000, \"Profit\": 8804273.0}, {\"Title\": \"Die F\\u2030lscher\", \"US_Gross\": 5488570.0, \"Worldwide_Gross\": 19416495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6250000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16525.0, \"Year\": 2008, \"Profit\": 13166495.0}, {\"Title\": \"Control\", \"US_Gross\": 871577.0, \"Worldwide_Gross\": 5645350.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2007-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 19466.0, \"Year\": 2007, \"Profit\": -754650.0}, {\"Title\": \"Centurion\", \"US_Gross\": 119621.0, \"Worldwide_Gross\": 119621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-08-27T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 8997.0, \"Year\": 2010, \"Profit\": -14880379.0}, {\"Title\": \"Coach Carter\", \"US_Gross\": 67264877.0, \"Worldwide_Gross\": 76669806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23526.0, \"Year\": 2005, \"Profit\": 31669806.0}, {\"Title\": \"Confessions of a Dangerous Mind\", \"US_Gross\": 16007718.0, \"Worldwide_Gross\": 33013805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36258.0, \"Year\": 2002, \"Profit\": 4013805.0}, {\"Title\": \"Coco avant Chanel\", \"US_Gross\": 6113834.0, \"Worldwide_Gross\": 48846765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6720.0, \"Year\": 2009, \"Profit\": 25846765.0}, {\"Title\": \"Code 46\", \"US_Gross\": 197148.0, \"Worldwide_Gross\": 197148.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9608.0, \"Year\": 2004, \"Profit\": -7302852.0}, {\"Title\": \"Agent Cody Banks 2: Destination London\", \"US_Gross\": 23514247.0, \"Worldwide_Gross\": 28703083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 4063.0, \"Year\": 2004, \"Profit\": 2703083.0}, {\"Title\": \"Agent Cody Banks\", \"US_Gross\": 47545060.0, \"Worldwide_Gross\": 58240458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 9527.0, \"Year\": 2003, \"Profit\": 33240458.0}, {\"Title\": \"Collateral\", \"US_Gross\": 100170152.0, \"Worldwide_Gross\": 217670152.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 105362.0, \"Year\": 2004, \"Profit\": 157670152.0}, {\"Title\": \"College\", \"US_Gross\": 4694491.0, \"Worldwide_Gross\": 5629618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6496.0, \"Year\": 2008, \"Profit\": -370382.0}, {\"Title\": \"Company Man\", \"US_Gross\": 146028.0, \"Worldwide_Gross\": 146028.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1305.0, \"Year\": 2001, \"Profit\": -11853972.0}, {\"Title\": \"Come Early Morning\", \"US_Gross\": 119452.0, \"Worldwide_Gross\": 119452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joey Lauren Adams\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1511.0, \"Year\": 2006, \"Profit\": -5880548.0}, {\"Title\": \"Con Air\", \"US_Gross\": 101117573.0, \"Worldwide_Gross\": 224117573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 76052.0, \"Year\": 1997, \"Profit\": 144117573.0}, {\"Title\": \"Confidence\", \"US_Gross\": 12212417.0, \"Worldwide_Gross\": 12212417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 17111.0, \"Year\": 2003, \"Profit\": -2787583.0}, {\"Title\": \"Conspiracy Theory\", \"US_Gross\": 76118990.0, \"Worldwide_Gross\": 137118990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 35719.0, \"Year\": 1997, \"Profit\": 57118990.0}, {\"Title\": \"Contact\", \"US_Gross\": 100920329.0, \"Worldwide_Gross\": 165900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 150.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73684.0, \"Year\": 1997, \"Profit\": 75900000.0}, {\"Title\": \"The Cooler\", \"US_Gross\": 8291572.0, \"Worldwide_Gross\": 10464788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19072.0, \"Year\": 2003, \"Profit\": 6464788.0}, {\"Title\": \"Copying Beethoven\", \"US_Gross\": 355968.0, \"Worldwide_Gross\": 355968.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5017.0, \"Year\": 2006, \"Profit\": -10644032.0}, {\"Title\": \"Corky Romano\", \"US_Gross\": 23978402.0, \"Worldwide_Gross\": 23978402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 6739.0, \"Year\": 2001, \"Profit\": 12978402.0}, {\"Title\": \"Coraline\", \"US_Gross\": 75286229.0, \"Worldwide_Gross\": 124062750.0, \"US_DVD_Sales\": 46101073.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 38464.0, \"Year\": 2009, \"Profit\": 64062750.0}, {\"Title\": \"Confessions of a Teenage Drama Queen\", \"US_Gross\": 29331068.0, \"Worldwide_Gross\": 33051296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 9976.0, \"Year\": 2004, \"Profit\": 18051296.0}, {\"Title\": \"The Covenant\", \"US_Gross\": 23364784.0, \"Worldwide_Gross\": 38164784.0, \"US_DVD_Sales\": 26360430.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 17736.0, \"Year\": 2006, \"Profit\": 18164784.0}, {\"Title\": \"Cop Land\", \"US_Gross\": 44906632.0, \"Worldwide_Gross\": 63706632.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35192.0, \"Year\": 1997, \"Profit\": 48706632.0}, {\"Title\": \"Couples Retreat\", \"US_Gross\": 109205660.0, \"Worldwide_Gross\": 172450423.0, \"US_DVD_Sales\": 34715888.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Billingsley\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18332.0, \"Year\": 2009, \"Profit\": 112450423.0}, {\"Title\": \"Cradle Will Rock\", \"US_Gross\": 2899970.0, \"Worldwide_Gross\": 2899970.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Robbins\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6127.0, \"Year\": 1999, \"Profit\": -29100030.0}, {\"Title\": \"Crank\", \"US_Gross\": 27838408.0, \"Worldwide_Gross\": 33824696.0, \"US_DVD_Sales\": 28776986.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71094.0, \"Year\": 2006, \"Profit\": 21824696.0}, {\"Title\": \"Crash\", \"US_Gross\": 3357324.0, \"Worldwide_Gross\": 3357324.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1996-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 1996, \"Profit\": -6642676.0}, {\"Title\": \"The Crazies\", \"US_Gross\": 39123589.0, \"Worldwide_Gross\": 43027734.0, \"US_DVD_Sales\": 8835872.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 21135.0, \"Year\": 2010, \"Profit\": 23027734.0}, {\"Title\": \"Crazy in Alabama\", \"US_Gross\": 1954202.0, \"Worldwide_Gross\": 1954202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antonio Banderas\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3991.0, \"Year\": 1999, \"Profit\": -13045798.0}, {\"Title\": \"The Crew\", \"US_Gross\": 13019253.0, \"Worldwide_Gross\": 13019253.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1307.0, \"Year\": 2000, \"Profit\": -9980747.0}, {\"Title\": \"Cradle 2 the Grave\", \"US_Gross\": 34657731.0, \"Worldwide_Gross\": 56434942.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14834.0, \"Year\": 2003, \"Profit\": 31434942.0}, {\"Title\": \"Crocodile Hunter: Collision Course\", \"US_Gross\": 28436931.0, \"Worldwide_Gross\": 33436931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 20936931.0}, {\"Title\": \"The In Crowd\", \"US_Gross\": 5217498.0, \"Worldwide_Gross\": 5217498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2720.0, \"Year\": 2000, \"Profit\": -9782502.0}, {\"Title\": \"The Corruptor\", \"US_Gross\": 15164492.0, \"Worldwide_Gross\": 15164492.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Foley\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9008.0, \"Year\": 1999, \"Profit\": 5164492.0}, {\"Title\": \"Man cheng jin dai huang jin jia\", \"US_Gross\": 6566773.0, \"Worldwide_Gross\": 75566773.0, \"US_DVD_Sales\": 10581873.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 17975.0, \"Year\": 2006, \"Profit\": 30566773.0}, {\"Title\": \"Crash\", \"US_Gross\": 54557348.0, \"Worldwide_Gross\": 98387109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20886.0, \"Year\": 2005, \"Profit\": 91887109.0}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006, \"Profit\": 1409668.0}, {\"Title\": \"Crossroads\", \"US_Gross\": 37188667.0, \"Worldwide_Gross\": 57000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4894.0, \"Year\": 2002, \"Profit\": 45000000.0}, {\"Title\": \"The Count of Monte Cristo\", \"US_Gross\": 54228104.0, \"Worldwide_Gross\": 54228104.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Reynolds\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 40605.0, \"Year\": 2002, \"Profit\": 14228104.0}, {\"Title\": \"Cruel Intentions\", \"US_Gross\": 38230075.0, \"Worldwide_Gross\": 75803716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 66861.0, \"Year\": 1999, \"Profit\": 64803716.0}, {\"Title\": \"The Cry of the Owl\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11500000.0, \"Release_Date\": \"2009-11-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1244.0, \"Year\": 2009, \"Profit\": -11500000.0}, {\"Title\": \"Cry Wolf\", \"US_Gross\": 10047674.0, \"Worldwide_Gross\": 15585495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 372.0, \"Year\": 2005, \"Profit\": 14585495.0}, {\"Title\": \"Crazy Heart\", \"US_Gross\": 39462438.0, \"Worldwide_Gross\": 47163756.0, \"US_DVD_Sales\": 13929671.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2009-12-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17255.0, \"Year\": 2009, \"Profit\": 38663756.0}, {\"Title\": \"crazy/beautiful\", \"US_Gross\": 16929123.0, \"Worldwide_Gross\": 19929123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12102.0, \"Year\": 2001, \"Profit\": 6929123.0}, {\"Title\": \"The Last Castle\", \"US_Gross\": 18208078.0, \"Worldwide_Gross\": 20541668.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rod Lurie\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 21621.0, \"Year\": 2001, \"Profit\": -39458332.0}, {\"Title\": \"Clockstoppers\", \"US_Gross\": 36985501.0, \"Worldwide_Gross\": 38788828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6392.0, \"Year\": 2002, \"Profit\": 12788828.0}, {\"Title\": \"Catch That Kid\", \"US_Gross\": 16703799.0, \"Worldwide_Gross\": 16930762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3038.0, \"Year\": 2004, \"Profit\": -1069238.0}, {\"Title\": \"Cats & Dogs\", \"US_Gross\": 93375151.0, \"Worldwide_Gross\": 200700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16912.0, \"Year\": 2001, \"Profit\": 140700000.0}, {\"Title\": \"The City of Your Final Destination\", \"US_Gross\": 493296.0, \"Worldwide_Gross\": 493296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Hyde Park Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 430.0, \"Year\": 2010, \"Profit\": -7806704.0}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003, \"Profit\": 25463397.0}, {\"Title\": \"City of Ghosts\", \"US_Gross\": 325491.0, \"Worldwide_Gross\": 325491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2880.0, \"Year\": 2003, \"Profit\": -17174509.0}, {\"Title\": \"City by the Sea\", \"US_Gross\": 22433915.0, \"Worldwide_Gross\": 22433915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13487.0, \"Year\": 2002, \"Profit\": -17566085.0}, {\"Title\": \"The Cube\", \"US_Gross\": 489220.0, \"Worldwide_Gross\": 489220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 202.0, \"Year\": 1998, \"Profit\": 239220.0}, {\"Title\": \"Coyote Ugly\", \"US_Gross\": 60786269.0, \"Worldwide_Gross\": 115786269.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 33808.0, \"Year\": 2000, \"Profit\": 70786269.0}, {\"Title\": \"Curious George\", \"US_Gross\": 58640119.0, \"Worldwide_Gross\": 70114174.0, \"US_DVD_Sales\": 47809786.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5393.0, \"Year\": 2006, \"Profit\": 20114174.0}, {\"Title\": \"Cursed\", \"US_Gross\": 19294901.0, \"Worldwide_Gross\": 25114901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14425.0, \"Year\": 2005, \"Profit\": -9885099.0}, {\"Title\": \"Civil Brand\", \"US_Gross\": 254293.0, \"Worldwide_Gross\": 254293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 340.0, \"Year\": 2003, \"Profit\": -245707.0}, {\"Title\": \"Cloudy with a Chance of Meatballs\", \"US_Gross\": 124870275.0, \"Worldwide_Gross\": 139525862.0, \"US_DVD_Sales\": 42574228.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Phil Lord\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 19913.0, \"Year\": 2009, \"Profit\": 39525862.0}, {\"Title\": \"Charlie Wilson's War\", \"US_Gross\": 66661095.0, \"Worldwide_Gross\": 118661095.0, \"US_DVD_Sales\": 17517037.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 43168.0, \"Year\": 2007, \"Profit\": 43661095.0}, {\"Title\": \"Cyrus\", \"US_Gross\": 7426671.0, \"Worldwide_Gross\": 8514729.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Mark Duplass\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 1514729.0}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007, \"Profit\": -57802602.0}, {\"Title\": \"Daddy Day Care\", \"US_Gross\": 104148781.0, \"Worldwide_Gross\": 164285587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14944.0, \"Year\": 2003, \"Profit\": 104285587.0}, {\"Title\": \"The Black Dahlia\", \"US_Gross\": 22672813.0, \"Worldwide_Gross\": 46672813.0, \"US_DVD_Sales\": 12350794.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35210.0, \"Year\": 2006, \"Profit\": -13327187.0}, {\"Title\": \"Diary of a Mad Black Woman\", \"US_Gross\": 50406346.0, \"Worldwide_Gross\": 50425450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5565.0, \"Year\": 2005, \"Profit\": 44925450.0}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009, \"Profit\": 7092761.0}, {\"Title\": \"Dancer, Texas Pop. 81\", \"US_Gross\": 574838.0, \"Worldwide_Gross\": 574838.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2300000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -1725162.0}, {\"Title\": \"Daredevil\", \"US_Gross\": 102543518.0, \"Worldwide_Gross\": 179179718.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 63574.0, \"Year\": 2003, \"Profit\": 99179718.0}, {\"Title\": \"Dark City\", \"US_Gross\": 14435076.0, \"Worldwide_Gross\": 27257061.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 62991.0, \"Year\": 1998, \"Profit\": 257061.0}, {\"Title\": \"His Dark Materials: The Golden Compass\", \"US_Gross\": 70107728.0, \"Worldwide_Gross\": 372234864.0, \"US_DVD_Sales\": 41772382.0, \"Production_Budget\": 205000000.0, \"Release_Date\": \"2007-12-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 167234864.0}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001, \"Profit\": -383693.0}, {\"Title\": \"Dark Water\", \"US_Gross\": 25473093.0, \"Worldwide_Gross\": 49473093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Walter Salles\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19652.0, \"Year\": 2005, \"Profit\": -10526907.0}, {\"Title\": \"Win a Date with Tad Hamilton!\", \"US_Gross\": 16980098.0, \"Worldwide_Gross\": 16980098.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2004-01-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10366.0, \"Year\": 2004, \"Profit\": -7019902.0}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006, \"Profit\": 64548426.0}, {\"Title\": \"Date Night\", \"US_Gross\": 98711404.0, \"Worldwide_Gross\": 152253432.0, \"US_DVD_Sales\": 19432795.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22925.0, \"Year\": 2010, \"Profit\": 97253432.0}, {\"Title\": \"Dawn of the Dead\", \"US_Gross\": 58990765.0, \"Worldwide_Gross\": 102290765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 73875.0, \"Year\": 2004, \"Profit\": 74290765.0}, {\"Title\": \"Daybreakers\", \"US_Gross\": 30101577.0, \"Worldwide_Gross\": 48969954.0, \"US_DVD_Sales\": 11463099.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Spierig\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28241.0, \"Year\": 2010, \"Profit\": 28969954.0}, {\"Title\": \"Day of the Dead\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8395.0, \"Year\": 2008, \"Profit\": -18000000.0}, {\"Title\": \"The Great Debaters\", \"US_Gross\": 30226144.0, \"Worldwide_Gross\": 30226144.0, \"US_DVD_Sales\": 24133037.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Denzel Washington\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14530.0, \"Year\": 2007, \"Profit\": 15226144.0}, {\"Title\": \"Double Jeopardy\", \"US_Gross\": 116735231.0, \"Worldwide_Gross\": 177835231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bruce Beresford\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28887.0, \"Year\": 1999, \"Profit\": 137835231.0}, {\"Title\": \"Der Baader Meinhof Komplex\", \"US_Gross\": 476270.0, \"Worldwide_Gross\": 16498827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19700000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Vitagraph Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 10383.0, \"Year\": 2009, \"Profit\": -3201173.0}, {\"Title\": \"Deep Blue Sea\", \"US_Gross\": 73648228.0, \"Worldwide_Gross\": 165048228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 44191.0, \"Year\": 1999, \"Profit\": 105048228.0}, {\"Title\": \"Drive Me Crazy\", \"US_Gross\": 17843379.0, \"Worldwide_Gross\": 22591451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6968.0, \"Year\": 1999, \"Profit\": 14591451.0}, {\"Title\": \"Dave Chappelle's Block Party\", \"US_Gross\": 11718595.0, \"Worldwide_Gross\": 12051924.0, \"US_DVD_Sales\": 18713941.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 9051924.0}, {\"Title\": \"Dancer in the Dark\", \"US_Gross\": 4157491.0, \"Worldwide_Gross\": 45557491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 36542.0, \"Year\": 2000, \"Profit\": 33057491.0}, {\"Title\": \"Diary of the Dead\", \"US_Gross\": 952620.0, \"Worldwide_Gross\": 4726656.0, \"US_DVD_Sales\": 4653193.0, \"Production_Budget\": 2750000.0, \"Release_Date\": \"2008-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20792.0, \"Year\": 2008, \"Profit\": 1976656.0}, {\"Title\": \"Dear John\", \"US_Gross\": 80014842.0, \"Worldwide_Gross\": 112014842.0, \"US_DVD_Sales\": 19179552.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 246.0, \"Year\": 2010, \"Profit\": 87014842.0}, {\"Title\": \"Dear Wendy\", \"US_Gross\": 23106.0, \"Worldwide_Gross\": 446438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5574.0, \"Year\": 2005, \"Profit\": -7553562.0}, {\"Title\": \"D.E.B.S.\", \"US_Gross\": 96793.0, \"Worldwide_Gross\": 96793.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6675.0, \"Year\": 2005, \"Profit\": -3403207.0}, {\"Title\": \"Deconstructing Harry\", \"US_Gross\": 10686841.0, \"Worldwide_Gross\": 10686841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16820.0, \"Year\": 1997, \"Profit\": -9313159.0}, {\"Title\": \"Mr. Deeds\", \"US_Gross\": 126293452.0, \"Worldwide_Gross\": 171269535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 39756.0, \"Year\": 2002, \"Profit\": 121269535.0}, {\"Title\": \"The Deep End of the Ocean\", \"US_Gross\": 13508635.0, \"Worldwide_Gross\": 13508635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5790.0, \"Year\": 1999, \"Profit\": -26491365.0}, {\"Title\": \"Deep Rising\", \"US_Gross\": 11203026.0, \"Worldwide_Gross\": 11203026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12484.0, \"Year\": 1998, \"Profit\": -33796974.0}, {\"Title\": \"Definitely, Maybe\", \"US_Gross\": 32241649.0, \"Worldwide_Gross\": 55534224.0, \"US_DVD_Sales\": 12928344.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 48534224.0}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 42739347.0, \"Worldwide_Gross\": 42739347.0, \"US_DVD_Sales\": 9750680.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2010, \"Profit\": 21739347.0}, {\"Title\": \"D\\u00c8j\\u2021 Vu\", \"US_Gross\": 64038616.0, \"Worldwide_Gross\": 181038616.0, \"US_DVD_Sales\": 40502497.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 66106.0, \"Year\": 2006, \"Profit\": 101038616.0}, {\"Title\": \"Delgo\", \"US_Gross\": 915840.0, \"Worldwide_Gross\": 915840.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 1177.0, \"Year\": 2008, \"Profit\": -39084160.0}, {\"Title\": \"Despicable Me\", \"US_Gross\": 244885070.0, \"Worldwide_Gross\": 333572855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 69000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 10529.0, \"Year\": 2010, \"Profit\": 264572855.0}, {\"Title\": \"Deuce Bigalow: European Gigolo\", \"US_Gross\": 22400154.0, \"Worldwide_Gross\": 44400154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 18228.0, \"Year\": 2005, \"Profit\": 22400154.0}, {\"Title\": \"Deuce Bigalow: Male Gigolo\", \"US_Gross\": 65535067.0, \"Worldwide_Gross\": 92935067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 25397.0, \"Year\": 1999, \"Profit\": 74935067.0}, {\"Title\": \"The Devil's Own\", \"US_Gross\": 42885593.0, \"Worldwide_Gross\": 140900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan J. Pakula\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21331.0, \"Year\": 1997, \"Profit\": 50900000.0}, {\"Title\": \"Darkness Falls\", \"US_Gross\": 32539681.0, \"Worldwide_Gross\": 32539681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 12771.0, \"Year\": 2003, \"Profit\": 25539681.0}, {\"Title\": \"Defiance\", \"US_Gross\": 28644813.0, \"Worldwide_Gross\": 42268745.0, \"US_DVD_Sales\": 13421577.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 362.0, \"Year\": 2008, \"Profit\": -7731255.0}, {\"Title\": \"A Dog of Flanders\", \"US_Gross\": 2165637.0, \"Worldwide_Gross\": 2165637.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 482.0, \"Year\": 1999, \"Profit\": -4834363.0}, {\"Title\": \"Dragonfly\", \"US_Gross\": 30063805.0, \"Worldwide_Gross\": 30063805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14098.0, \"Year\": 2002, \"Profit\": -29936195.0}, {\"Title\": \"The Dead Girl\", \"US_Gross\": 19875.0, \"Worldwide_Gross\": 19875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 7122.0, \"Year\": 2006, \"Profit\": -3280125.0}, {\"Title\": \"The Lords of Dogtown\", \"US_Gross\": 11273517.0, \"Worldwide_Gross\": 11354893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -13645107.0}, {\"Title\": \"Dick\", \"US_Gross\": 6276869.0, \"Worldwide_Gross\": 6276869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10451.0, \"Year\": 1999, \"Profit\": -6723131.0}, {\"Title\": \"Live Free or Die Hard\", \"US_Gross\": 134529403.0, \"Worldwide_Gross\": 383531464.0, \"US_DVD_Sales\": 100774964.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2007-06-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 130559.0, \"Year\": 2007, \"Profit\": 273531464.0}, {\"Title\": \"Digimon: The Movie\", \"US_Gross\": 9628751.0, \"Worldwide_Gross\": 16628751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 1727.0, \"Year\": 2000, \"Profit\": 11628751.0}, {\"Title\": \"Dirty Work\", \"US_Gross\": 10020081.0, \"Worldwide_Gross\": 10020081.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 207.0, \"Year\": 1998, \"Profit\": -2979919.0}, {\"Title\": \"Banlieue 13\", \"US_Gross\": 1200216.0, \"Worldwide_Gross\": 11208291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-06-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 21427.0, \"Year\": 2006, \"Profit\": -3791709.0}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008, \"Profit\": 14690901.0}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009, \"Profit\": 176552113.0}, {\"Title\": \"Disturbing Behavior\", \"US_Gross\": 17507368.0, \"Worldwide_Gross\": 17507368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 83.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 9394.0, \"Year\": 1998, \"Profit\": 2507368.0}, {\"Title\": \"Le Scaphandre et le Papillon\", \"US_Gross\": 5990075.0, \"Worldwide_Gross\": 19689095.0, \"US_DVD_Sales\": 2354497.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Julian Schnabel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 31172.0, \"Year\": 2007, \"Profit\": 5689095.0}, {\"Title\": \"Dark Blue\", \"US_Gross\": 9237470.0, \"Worldwide_Gross\": 11933396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 10881.0, \"Year\": 2003, \"Profit\": -3066604.0}, {\"Title\": \"Dreaming of Joseph Lees\", \"US_Gross\": 7680.0, \"Worldwide_Gross\": 7680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3250000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 520.0, \"Year\": 1999, \"Profit\": -3242320.0}, {\"Title\": \"De-Lovely\", \"US_Gross\": 13337299.0, \"Worldwide_Gross\": 18396382.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6086.0, \"Year\": 2004, \"Profit\": 14396382.0}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006, \"Profit\": 53308879.0}, {\"Title\": \"Dead Man on Campus\", \"US_Gross\": 15064948.0, \"Worldwide_Gross\": 15064948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7109.0, \"Year\": 1998, \"Profit\": 1064948.0}, {\"Title\": \"Drowning Mona\", \"US_Gross\": 15427192.0, \"Worldwide_Gross\": 15427192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7606.0, \"Year\": 2000, \"Profit\": -572808.0}, {\"Title\": \"Diamonds\", \"US_Gross\": 81897.0, \"Worldwide_Gross\": 81897.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11900000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 976.0, \"Year\": 1999, \"Profit\": -11818103.0}, {\"Title\": \"Doomsday\", \"US_Gross\": 11008770.0, \"Worldwide_Gross\": 21621188.0, \"US_DVD_Sales\": 8666480.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34035.0, \"Year\": 2008, \"Profit\": -11378812.0}, {\"Title\": \"Donkey Punch\", \"US_Gross\": 19367.0, \"Worldwide_Gross\": 19367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4551.0, \"Year\": 2009, \"Profit\": -730633.0}, {\"Title\": \"Dinosaur\", \"US_Gross\": 137748063.0, \"Worldwide_Gross\": 356148063.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127500000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13962.0, \"Year\": 2000, \"Profit\": 228648063.0}, {\"Title\": \"DOA: Dead or Alive\", \"US_Gross\": 480314.0, \"Worldwide_Gross\": 2670860.0, \"US_DVD_Sales\": 1370874.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 16646.0, \"Year\": 2007, \"Profit\": -27329140.0}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005, \"Profit\": 6942802.0}, {\"Title\": \"Dogma\", \"US_Gross\": 30651422.0, \"Worldwide_Gross\": 43948865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 100476.0, \"Year\": 1999, \"Profit\": 33948865.0}, {\"Title\": \"Domestic Disturbance\", \"US_Gross\": 45207112.0, \"Worldwide_Gross\": 45207112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10778.0, \"Year\": 2001, \"Profit\": -7792888.0}, {\"Title\": \"Domino\", \"US_Gross\": 10169202.0, \"Worldwide_Gross\": 17759202.0, \"US_DVD_Sales\": 15573570.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32560.0, \"Year\": 2005, \"Profit\": -32240798.0}, {\"Title\": \"Donnie Brasco\", \"US_Gross\": 41954997.0, \"Worldwide_Gross\": 55954997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 65462.0, \"Year\": 1997, \"Profit\": 20954997.0}, {\"Title\": \"Doom\", \"US_Gross\": 28212337.0, \"Worldwide_Gross\": 54612337.0, \"US_DVD_Sales\": 28563264.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 39473.0, \"Year\": 2005, \"Profit\": -15387663.0}, {\"Title\": \"Doubt\", \"US_Gross\": 33422556.0, \"Worldwide_Gross\": 50923043.0, \"US_DVD_Sales\": 12876746.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 30923043.0}, {\"Title\": \"Doug's 1st Movie\", \"US_Gross\": 19421271.0, \"Worldwide_Gross\": 19421271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 920.0, \"Year\": 1999, \"Profit\": 14421271.0}, {\"Title\": \"Downfall\", \"US_Gross\": 5501940.0, \"Worldwide_Gross\": 92101940.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 404.0, \"Year\": 2005, \"Profit\": 78601940.0}, {\"Title\": \"The Deep End\", \"US_Gross\": 8823109.0, \"Worldwide_Gross\": 8823109.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-08-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 6734.0, \"Year\": 2001, \"Profit\": 5823109.0}, {\"Title\": \"Deep Impact\", \"US_Gross\": 140464664.0, \"Worldwide_Gross\": 349464664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 54160.0, \"Year\": 1998, \"Profit\": 269464664.0}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006, \"Profit\": 200539042.0}, {\"Title\": \"Dracula 2000\", \"US_Gross\": 33000377.0, \"Worldwide_Gross\": 33000377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14077.0, \"Year\": 2000, \"Profit\": 5000377.0}, {\"Title\": \"Death Race\", \"US_Gross\": 36316032.0, \"Worldwide_Gross\": 72516819.0, \"US_DVD_Sales\": 24667330.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40611.0, \"Year\": 2008, \"Profit\": 7516819.0}, {\"Title\": \"Drag Me To Hell\", \"US_Gross\": 42100625.0, \"Worldwide_Gross\": 85724728.0, \"US_DVD_Sales\": 13123388.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 51343.0, \"Year\": 2009, \"Profit\": 55724728.0}, {\"Title\": \"Crouching Tiger, Hidden Dragon\", \"US_Gross\": 128067808.0, \"Worldwide_Gross\": 213200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 198200000.0}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005, \"Profit\": 32962616.0}, {\"Title\": \"Doctor Dolittle 2\", \"US_Gross\": 112950721.0, \"Worldwide_Gross\": 176101721.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2001, \"Profit\": 104101721.0}, {\"Title\": \"Doctor Dolittle\", \"US_Gross\": 144156605.0, \"Worldwide_Gross\": 294156605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71500000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 25648.0, \"Year\": 1998, \"Profit\": 222656605.0}, {\"Title\": \"Dickie Roberts: Former Child Star\", \"US_Gross\": 22734486.0, \"Worldwide_Gross\": 23734486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6949.0, \"Year\": 2003, \"Profit\": 6734486.0}, {\"Title\": \"Drillbit Taylor\", \"US_Gross\": 32862104.0, \"Worldwide_Gross\": 49686263.0, \"US_DVD_Sales\": 12040874.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 19388.0, \"Year\": 2008, \"Profit\": 9686263.0}, {\"Title\": \"Driving Lessons\", \"US_Gross\": 239962.0, \"Worldwide_Gross\": 239962.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4700000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5380.0, \"Year\": 2006, \"Profit\": -4460038.0}, {\"Title\": \"Driven\", \"US_Gross\": 32616869.0, \"Worldwide_Gross\": 54616869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 18795.0, \"Year\": 2001, \"Profit\": -17383131.0}, {\"Title\": \"Darkness\", \"US_Gross\": 22163442.0, \"Worldwide_Gross\": 34409206.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10600000.0, \"Release_Date\": \"2004-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9979.0, \"Year\": 2004, \"Profit\": 23809206.0}, {\"Title\": \"I Dreamed of Africa\", \"US_Gross\": 6543194.0, \"Worldwide_Gross\": 6543194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Hugh Hudson\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2298.0, \"Year\": 2000, \"Profit\": -27456806.0}, {\"Title\": \"Dreamcatcher\", \"US_Gross\": 33685268.0, \"Worldwide_Gross\": 75685268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2003-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 34141.0, \"Year\": 2003, \"Profit\": 7685268.0}, {\"Title\": \"Dreamgirls\", \"US_Gross\": 103365956.0, \"Worldwide_Gross\": 154965956.0, \"US_DVD_Sales\": 53674555.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 28016.0, \"Year\": 2006, \"Profit\": 79965956.0}, {\"Title\": \"Detroit Rock City\", \"US_Gross\": 4217115.0, \"Worldwide_Gross\": 4217115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15092.0, \"Year\": 1999, \"Profit\": -11782885.0}, {\"Title\": \"Drop Dead Gorgeous\", \"US_Gross\": 10571408.0, \"Worldwide_Gross\": 10571408.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 16344.0, \"Year\": 1999, \"Profit\": 571408.0}, {\"Title\": \"Drumline\", \"US_Gross\": 56398162.0, \"Worldwide_Gross\": 56398162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 18165.0, \"Year\": 2002, \"Profit\": 36398162.0}, {\"Title\": \"The Legend of Drunken Master\", \"US_Gross\": 11546543.0, \"Worldwide_Gross\": 11546543.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 9546543.0}, {\"Title\": \"Dinner Rush\", \"US_Gross\": 638227.0, \"Worldwide_Gross\": 1075504.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Access Motion Picture Group\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2991.0, \"Year\": 2001, \"Profit\": -924496.0}, {\"Title\": \"The Descent\", \"US_Gross\": 26024456.0, \"Worldwide_Gross\": 57029609.0, \"US_DVD_Sales\": 22484444.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 58176.0, \"Year\": 2006, \"Profit\": 50029609.0}, {\"Title\": \"DysFunkTional Family\", \"US_Gross\": 2255000.0, \"Worldwide_Gross\": 2255000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 501.0, \"Year\": 2003, \"Profit\": -745000.0}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002, \"Profit\": 24363530.0}, {\"Title\": \"Desert Blue\", \"US_Gross\": 99147.0, \"Worldwide_Gross\": 99147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Goldwyn Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1412.0, \"Year\": 1999, \"Profit\": -4900853.0}, {\"Title\": \"Disturbia\", \"US_Gross\": 80209692.0, \"Worldwide_Gross\": 117573043.0, \"US_DVD_Sales\": 34508128.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 72231.0, \"Year\": 2007, \"Profit\": 97573043.0}, {\"Title\": \"Double Take\", \"US_Gross\": 29823162.0, \"Worldwide_Gross\": 29823162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 162.0, \"Year\": 2001, \"Profit\": 5823162.0}, {\"Title\": \"Death at a Funeral\", \"US_Gross\": 8580428.0, \"Worldwide_Gross\": 34743644.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6628.0, \"Year\": 2007, \"Profit\": 14743644.0}, {\"Title\": \"Deterrence\", \"US_Gross\": 144583.0, \"Worldwide_Gross\": 371647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1776.0, \"Year\": 2000, \"Profit\": -428353.0}, {\"Title\": \"Dirty Pretty Things\", \"US_Gross\": 8112414.0, \"Worldwide_Gross\": 13904766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18554.0, \"Year\": 2003, \"Profit\": 3904766.0}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999, \"Profit\": -12181208.0}, {\"Title\": \"Duets\", \"US_Gross\": 4734235.0, \"Worldwide_Gross\": 4734235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 5340.0, \"Year\": 2000, \"Profit\": -11265765.0}, {\"Title\": \"The Dukes of Hazzard\", \"US_Gross\": 80270227.0, \"Worldwide_Gross\": 110570227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 27016.0, \"Year\": 2005, \"Profit\": 57570227.0}, {\"Title\": \"Duma\", \"US_Gross\": 870067.0, \"Worldwide_Gross\": 994790.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 2966.0, \"Year\": 2005, \"Profit\": -11005210.0}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003, \"Profit\": -3785154.0}, {\"Title\": \"Dungeons & Dragons 2: The Elemental Might\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 909822.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -14090178.0}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000, \"Profit\": -1228035.0}, {\"Title\": \"Duplex\", \"US_Gross\": 9652000.0, \"Worldwide_Gross\": 10070651.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19238.0, \"Year\": 2003, \"Profit\": -29929349.0}, {\"Title\": \"You, Me and Dupree\", \"US_Gross\": 75802010.0, \"Worldwide_Gross\": 130402010.0, \"US_DVD_Sales\": 41651251.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 164.0, \"Year\": 2006, \"Profit\": 76402010.0}, {\"Title\": \"Devil's Advocate\", \"US_Gross\": 61007424.0, \"Worldwide_Gross\": 153007424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 144.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 96007424.0}, {\"Title\": \"The Da Vinci Code\", \"US_Gross\": 217536138.0, \"Worldwide_Gross\": 757236138.0, \"US_DVD_Sales\": 100178981.0, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 116903.0, \"Year\": 2006, \"Profit\": 632236138.0}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007, \"Profit\": 47915361.0}, {\"Title\": \"Deuces Wild\", \"US_Gross\": 6044618.0, \"Worldwide_Gross\": 6044618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 4010.0, \"Year\": 2002, \"Profit\": -3955382.0}, {\"Title\": \"Down to Earth\", \"US_Gross\": 64172251.0, \"Worldwide_Gross\": 71172251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9193.0, \"Year\": 2001, \"Profit\": 41172251.0}, {\"Title\": \"Down to You\", \"US_Gross\": 20035310.0, \"Worldwide_Gross\": 20035310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-01-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7095.0, \"Year\": 2000, \"Profit\": 11035310.0}, {\"Title\": \"I'm Not There\", \"US_Gross\": 4017609.0, \"Worldwide_Gross\": 11498547.0, \"US_DVD_Sales\": 6017494.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23078.0, \"Year\": 2007, \"Profit\": -8501453.0}, {\"Title\": \"Easy A\", \"US_Gross\": 21056221.0, \"Worldwide_Gross\": 22156221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 483.0, \"Year\": 2010, \"Profit\": 14156221.0}, {\"Title\": \"The Eclipse\", \"US_Gross\": 133411.0, \"Worldwide_Gross\": 133411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 790.0, \"Year\": 2010, \"Profit\": -2866589.0}, {\"Title\": \"Edge of Darkness\", \"US_Gross\": 43313890.0, \"Worldwide_Gross\": 78739628.0, \"US_DVD_Sales\": 12665512.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-01-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24174.0, \"Year\": 2010, \"Profit\": 18739628.0}, {\"Title\": \"EDtv\", \"US_Gross\": 22508689.0, \"Worldwide_Gross\": 35319689.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 21734.0, \"Year\": 1999, \"Profit\": -24680311.0}, {\"Title\": \"An Education\", \"US_Gross\": 12574914.0, \"Worldwide_Gross\": 14134502.0, \"US_DVD_Sales\": 1765115.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 22855.0, \"Year\": 2009, \"Profit\": 6634502.0}, {\"Title\": \"East is East\", \"US_Gross\": 4170647.0, \"Worldwide_Gross\": 4170647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8351.0, \"Year\": 2000, \"Profit\": 1170647.0}, {\"Title\": \"8 Heads in a Duffel Bag\", \"US_Gross\": 3602884.0, \"Worldwide_Gross\": 4002884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 5127.0, \"Year\": 1997, \"Profit\": 1002884.0}, {\"Title\": \"Eagle Eye\", \"US_Gross\": 101440743.0, \"Worldwide_Gross\": 178066569.0, \"US_DVD_Sales\": 38374936.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 52336.0, \"Year\": 2008, \"Profit\": 98066569.0}, {\"Title\": \"8MM\", \"US_Gross\": 36443442.0, \"Worldwide_Gross\": 96398826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 47753.0, \"Year\": 1999, \"Profit\": 56398826.0}, {\"Title\": \"Iris\", \"US_Gross\": 5580479.0, \"Worldwide_Gross\": 15035827.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 44.0, \"Year\": 2001, \"Profit\": 9535827.0}, {\"Title\": \"Election\", \"US_Gross\": 14943582.0, \"Worldwide_Gross\": 14943582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 37454.0, \"Year\": 1999, \"Profit\": 6443582.0}, {\"Title\": \"Elektra\", \"US_Gross\": 24409722.0, \"Worldwide_Gross\": 56409722.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 27283.0, \"Year\": 2005, \"Profit\": -8590278.0}, {\"Title\": \"Elf\", \"US_Gross\": 173398518.0, \"Worldwide_Gross\": 220443451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42123.0, \"Year\": 2003, \"Profit\": 188443451.0}, {\"Title\": \"Elizabeth\", \"US_Gross\": 30082699.0, \"Worldwide_Gross\": 82150642.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Shekhar Kapur\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33773.0, \"Year\": 1998, \"Profit\": 57150642.0}, {\"Title\": \"Ella Enchanted\", \"US_Gross\": 22913677.0, \"Worldwide_Gross\": 22913677.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12020.0, \"Year\": 2004, \"Profit\": -12086323.0}, {\"Title\": \"Once Upon a Time in Mexico\", \"US_Gross\": 56330657.0, \"Worldwide_Gross\": 98156459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 54413.0, \"Year\": 2003, \"Profit\": 69156459.0}, {\"Title\": \"The Adventures of Elmo in Grouchland\", \"US_Gross\": 11634458.0, \"Worldwide_Gross\": 11634458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 1059.0, \"Year\": 1999, \"Profit\": -5365542.0}, {\"Title\": \"The Emperor's Club\", \"US_Gross\": 14060950.0, \"Worldwide_Gross\": 16124074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8165.0, \"Year\": 2002, \"Profit\": 3624074.0}, {\"Title\": \"Empire\", \"US_Gross\": 17504595.0, \"Worldwide_Gross\": 18495444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 63.0, \"Year\": 2002, \"Profit\": 14995444.0}, {\"Title\": \"La marche de l'empereur\", \"US_Gross\": 77437223.0, \"Worldwide_Gross\": 129437223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3400000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 80.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23674.0, \"Year\": 2005, \"Profit\": 126037223.0}, {\"Title\": \"Employee of the Month\", \"US_Gross\": 28444855.0, \"Worldwide_Gross\": 38117718.0, \"US_DVD_Sales\": 21177885.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17845.0, \"Year\": 2006, \"Profit\": 28117718.0}, {\"Title\": \"The Emperor's New Groove\", \"US_Gross\": 89296573.0, \"Worldwide_Gross\": 169296573.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 78.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Mark Dindal\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 23355.0, \"Year\": 2000, \"Profit\": 69296573.0}, {\"Title\": \"Enchanted\", \"US_Gross\": 127706877.0, \"Worldwide_Gross\": 340384141.0, \"US_DVD_Sales\": 87698079.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 55697.0, \"Year\": 2007, \"Profit\": 255384141.0}, {\"Title\": \"The End of the Affair\", \"US_Gross\": 10660147.0, \"Worldwide_Gross\": 10660147.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1999-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9969.0, \"Year\": 1999, \"Profit\": -12339853.0}, {\"Title\": \"End of Days\", \"US_Gross\": 66889043.0, \"Worldwide_Gross\": 212026975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 43513.0, \"Year\": 1999, \"Profit\": 112026975.0}, {\"Title\": \"End of the Spear\", \"US_Gross\": 11748661.0, \"Worldwide_Gross\": 11748661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"M Power Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2884.0, \"Year\": 2006, \"Profit\": 1748661.0}, {\"Title\": \"Enemy at the Gates\", \"US_Gross\": 51396781.0, \"Worldwide_Gross\": 96971293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 59916.0, \"Year\": 2001, \"Profit\": 11971293.0}, {\"Title\": \"Enemy of the State\", \"US_Gross\": 111549836.0, \"Worldwide_Gross\": 250649836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 66700.0, \"Year\": 1998, \"Profit\": 165649836.0}, {\"Title\": \"Entrapment\", \"US_Gross\": 87707396.0, \"Worldwide_Gross\": 211700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 40764.0, \"Year\": 1999, \"Profit\": 145700000.0}, {\"Title\": \"Enough\", \"US_Gross\": 39177215.0, \"Worldwide_Gross\": 39177215.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 92.0, \"Year\": 2002, \"Profit\": 1177215.0}, {\"Title\": \"Envy\", \"US_Gross\": 13548322.0, \"Worldwide_Gross\": 14566246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 15655.0, \"Year\": 2004, \"Profit\": -5433754.0}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007, \"Profit\": 66858578.0}, {\"Title\": \"Eragon\", \"US_Gross\": 75030163.0, \"Worldwide_Gross\": 249488115.0, \"US_DVD_Sales\": 87700229.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43555.0, \"Year\": 2006, \"Profit\": 149488115.0}, {\"Title\": \"Erin Brockovich\", \"US_Gross\": 125548685.0, \"Worldwide_Gross\": 258400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 54977.0, \"Year\": 2000, \"Profit\": 208400000.0}, {\"Title\": \"Elizabethtown\", \"US_Gross\": 26850426.0, \"Worldwide_Gross\": 50719373.0, \"US_DVD_Sales\": 15854391.0, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 31775.0, \"Year\": 2005, \"Profit\": -3280627.0}, {\"Title\": \"Eat Pray Love\", \"US_Gross\": 78146373.0, \"Worldwide_Gross\": 81846373.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 3019.0, \"Year\": 2010, \"Profit\": 21846373.0}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004, \"Profit\": 27066518.0}, {\"Title\": \"Eulogy\", \"US_Gross\": 70527.0, \"Worldwide_Gross\": 70527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5205.0, \"Year\": 2004, \"Profit\": -9929473.0}, {\"Title\": \"Eureka\", \"US_Gross\": 49388.0, \"Worldwide_Gross\": 76654.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 1391.0, \"Year\": 2001, \"Profit\": -1923346.0}, {\"Title\": \"Eurotrip\", \"US_Gross\": 17718223.0, \"Worldwide_Gross\": 20718223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 52548.0, \"Year\": 2004, \"Profit\": -4281777.0}, {\"Title\": \"Eve's Bayou\", \"US_Gross\": 14843425.0, \"Worldwide_Gross\": 14843425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kasi Lemmons\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4509.0, \"Year\": 1997, \"Profit\": 9843425.0}, {\"Title\": \"Event Horizon\", \"US_Gross\": 26673242.0, \"Worldwide_Gross\": 26673242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 44671.0, \"Year\": 1997, \"Profit\": -33326758.0}, {\"Title\": \"Ever After: A Cinderella Story\", \"US_Gross\": 65705772.0, \"Worldwide_Gross\": 65705772.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-07-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 39705772.0}, {\"Title\": \"Evita\", \"US_Gross\": 50047179.0, \"Worldwide_Gross\": 151947179.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 16769.0, \"Year\": 1996, \"Profit\": 96947179.0}, {\"Title\": \"Evolution\", \"US_Gross\": 38311134.0, \"Worldwide_Gross\": 98341932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 39590.0, \"Year\": 2001, \"Profit\": 18341932.0}, {\"Title\": \"An Everlasting Piece\", \"US_Gross\": 75078.0, \"Worldwide_Gross\": 75078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1097.0, \"Year\": 2000, \"Profit\": -3924922.0}, {\"Title\": \"Fong juk\", \"US_Gross\": 51957.0, \"Worldwide_Gross\": 51957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2007-08-31T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 100.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3699.0, \"Year\": 2007, \"Profit\": -4448043.0}, {\"Title\": \"Exit Wounds\", \"US_Gross\": 51758599.0, \"Worldwide_Gross\": 79958599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 14528.0, \"Year\": 2001, \"Profit\": 46958599.0}, {\"Title\": \"The Exorcism of Emily Rose\", \"US_Gross\": 75072454.0, \"Worldwide_Gross\": 144216468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Scott Derrickson\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 32425.0, \"Year\": 2005, \"Profit\": 126216468.0}, {\"Title\": \"Exorcist: The Beginning\", \"US_Gross\": 41814863.0, \"Worldwide_Gross\": 43957541.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 15901.0, \"Year\": 2004, \"Profit\": -34042459.0}, {\"Title\": \"The Express\", \"US_Gross\": 9793406.0, \"Worldwide_Gross\": 9808102.0, \"US_DVD_Sales\": 6580715.0, \"Production_Budget\": 37500000.0, \"Release_Date\": \"2008-10-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4749.0, \"Year\": 2008, \"Profit\": -27691898.0}, {\"Title\": \"eXistenZ\", \"US_Gross\": 2840417.0, \"Worldwide_Gross\": 2840417.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20700000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35788.0, \"Year\": 1999, \"Profit\": -17859583.0}, {\"Title\": \"Extract\", \"US_Gross\": 10823158.0, \"Worldwide_Gross\": 10849158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2009-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12371.0, \"Year\": 2009, \"Profit\": 3349158.0}, {\"Title\": \"Extreme Ops\", \"US_Gross\": 4835968.0, \"Worldwide_Gross\": 12624471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christian Duguay\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3195.0, \"Year\": 2002, \"Profit\": -27375529.0}, {\"Title\": \"Eyes Wide Shut\", \"US_Gross\": 55691208.0, \"Worldwide_Gross\": 86257553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 159.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 93880.0, \"Year\": 1999, \"Profit\": 21257553.0}, {\"Title\": \"The Faculty\", \"US_Gross\": 40283321.0, \"Worldwide_Gross\": 40283321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36139.0, \"Year\": 1998, \"Profit\": 25283321.0}, {\"Title\": \"Failure to Launch\", \"US_Gross\": 88715192.0, \"Worldwide_Gross\": 128402901.0, \"US_DVD_Sales\": 41348843.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20324.0, \"Year\": 2006, \"Profit\": 78402901.0}, {\"Title\": \"Keeping the Faith\", \"US_Gross\": 37036404.0, \"Worldwide_Gross\": 45336404.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2000-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25485.0, \"Year\": 2000, \"Profit\": 16336404.0}, {\"Title\": \"Fame\", \"US_Gross\": 22455510.0, \"Worldwide_Gross\": 77956957.0, \"US_DVD_Sales\": 4950732.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4973.0, \"Year\": 2009, \"Profit\": 59956957.0}, {\"Title\": \"The Family Stone\", \"US_Gross\": 60062868.0, \"Worldwide_Gross\": 91762868.0, \"US_DVD_Sales\": 23961409.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 24434.0, \"Year\": 2005, \"Profit\": 73762868.0}, {\"Title\": \"Lisa Picard is Famous\", \"US_Gross\": 113433.0, \"Worldwide_Gross\": 113433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -886567.0}, {\"Title\": \"Fantasia 2000 (Theatrical Release)\", \"US_Gross\": 9103630.0, \"Worldwide_Gross\": 9103630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Compilation\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -70896370.0}, {\"Title\": \"Far From Heaven\", \"US_Gross\": 15901849.0, \"Worldwide_Gross\": 29027914.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"2002-11-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Haynes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 20239.0, \"Year\": 2002, \"Profit\": 15527914.0}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005, \"Profit\": -4916644.0}, {\"Title\": \"Father's Day\", \"US_Gross\": 28681080.0, \"Worldwide_Gross\": 35681080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6654.0, \"Year\": 1997, \"Profit\": -49318920.0}, {\"Title\": \"Facing the Giants\", \"US_Gross\": 10178331.0, \"Worldwide_Gross\": 10178331.0, \"US_DVD_Sales\": 20091582.0, \"Production_Budget\": 100000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4901.0, \"Year\": 2006, \"Profit\": 10078331.0}, {\"Title\": \"Face/Off\", \"US_Gross\": 112276146.0, \"Worldwide_Gross\": 241200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 102001.0, \"Year\": 1997, \"Profit\": 161200000.0}, {\"Title\": \"Final Destination 2\", \"US_Gross\": 46896664.0, \"Worldwide_Gross\": 89626226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 35737.0, \"Year\": 2003, \"Profit\": 63626226.0}, {\"Title\": \"Final Destination 3\", \"US_Gross\": 54098051.0, \"Worldwide_Gross\": 112798051.0, \"US_DVD_Sales\": 18646884.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32263.0, \"Year\": 2006, \"Profit\": 87798051.0}, {\"Title\": \"The Final Destination\", \"US_Gross\": 66477700.0, \"Worldwide_Gross\": 185777700.0, \"US_DVD_Sales\": 10148305.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 20319.0, \"Year\": 2009, \"Profit\": 145777700.0}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002, \"Profit\": -26791977.0}, {\"Title\": \"Fear and Loathing in Las Vegas\", \"US_Gross\": 10680275.0, \"Worldwide_Gross\": 13711903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"1998-05-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 81560.0, \"Year\": 1998, \"Profit\": -4788097.0}, {\"Title\": \"Feast\", \"US_Gross\": 56131.0, \"Worldwide_Gross\": 341808.0, \"US_DVD_Sales\": 3570398.0, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 12023.0, \"Year\": 2006, \"Profit\": -2858192.0}, {\"Title\": \"The Fifth Element\", \"US_Gross\": 63570862.0, \"Worldwide_Gross\": 263900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"1997-05-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 131252.0, \"Year\": 1997, \"Profit\": 168900000.0}, {\"Title\": \"Femme Fatale\", \"US_Gross\": 6592103.0, \"Worldwide_Gross\": 6592103.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16693.0, \"Year\": 2002, \"Profit\": -28407897.0}, {\"Title\": \"Bring it On\", \"US_Gross\": 68353550.0, \"Worldwide_Gross\": 90453550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30309.0, \"Year\": 2000, \"Profit\": 80453550.0}, {\"Title\": \"Fantastic Four\", \"US_Gross\": 154696080.0, \"Worldwide_Gross\": 330579719.0, \"US_DVD_Sales\": 4702358.0, \"Production_Budget\": 87500000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 71675.0, \"Year\": 2005, \"Profit\": 243079719.0}, {\"Title\": 54, \"US_Gross\": 16757163.0, \"Worldwide_Gross\": 16757163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15023.0, \"Year\": 1998, \"Profit\": 3757163.0}, {\"Title\": \"2 Fast 2 Furious\", \"US_Gross\": 127120058.0, \"Worldwide_Gross\": 236220058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 44151.0, \"Year\": 2003, \"Profit\": 160220058.0}, {\"Title\": \"The Fast and the Furious\", \"US_Gross\": 144512310.0, \"Worldwide_Gross\": 206512310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67939.0, \"Year\": 2001, \"Profit\": 168512310.0}, {\"Title\": \"Fool's Gold\", \"US_Gross\": 70231041.0, \"Worldwide_Gross\": 109362966.0, \"US_DVD_Sales\": 20620930.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 93.0, \"Year\": 2008, \"Profit\": 36862966.0}, {\"Title\": \"Fahrenheit 9/11\", \"US_Gross\": 119114517.0, \"Worldwide_Gross\": 222414517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 74424.0, \"Year\": 2004, \"Profit\": 216414517.0}, {\"Title\": \"Capitalism: A Love Story\", \"US_Gross\": 14363397.0, \"Worldwide_Gross\": 14678228.0, \"US_DVD_Sales\": 2987505.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 11829.0, \"Year\": 2009, \"Profit\": -5321772.0}, {\"Title\": \"From Hell\", \"US_Gross\": 31598308.0, \"Worldwide_Gross\": 31598308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Albert Hughes\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 53477.0, \"Year\": 2001, \"Profit\": -3401692.0}, {\"Title\": \"Fido\", \"US_Gross\": 298110.0, \"Worldwide_Gross\": 419801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 11683.0, \"Year\": 2007, \"Profit\": -7580199.0}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999, \"Profit\": 35853753.0}, {\"Title\": \"Final Fantasy: The Spirits Within\", \"US_Gross\": 32131830.0, \"Worldwide_Gross\": 85131830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2001-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36227.0, \"Year\": 2001, \"Profit\": -51868170.0}, {\"Title\": \"Finding Forrester\", \"US_Gross\": 51768623.0, \"Worldwide_Gross\": 80013623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 35966.0, \"Year\": 2000, \"Profit\": 37013623.0}, {\"Title\": \"Freddy Got Fingered\", \"US_Gross\": 14249005.0, \"Worldwide_Gross\": 14249005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 25033.0, \"Year\": 2001, \"Profit\": -750995.0}, {\"Title\": \"Firestorm\", \"US_Gross\": 8123860.0, \"Worldwide_Gross\": 8123860.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1998-01-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2118.0, \"Year\": 1998, \"Profit\": -10876140.0}, {\"Title\": \"Fish Tank\", \"US_Gross\": 374675.0, \"Worldwide_Gross\": 374675.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 5940.0, \"Year\": 2010, \"Profit\": -2625325.0}, {\"Title\": \"Felicia's Journey\", \"US_Gross\": 824295.0, \"Worldwide_Gross\": 1970268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4790.0, \"Year\": 1999, \"Profit\": -13029732.0}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003, \"Profit\": -7077834.0}, {\"Title\": \"Final Destination\", \"US_Gross\": 53302314.0, \"Worldwide_Gross\": 112802314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 52618.0, \"Year\": 2000, \"Profit\": 89802314.0}, {\"Title\": \"Flags of Our Fathers\", \"US_Gross\": 33602376.0, \"Worldwide_Gross\": 61902376.0, \"US_DVD_Sales\": 45105366.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42788.0, \"Year\": 2006, \"Profit\": 8902376.0}, {\"Title\": \"Flawless\", \"US_Gross\": 4485485.0, \"Worldwide_Gross\": 4485485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8125.0, \"Year\": 1999, \"Profit\": -22514515.0}, {\"Title\": \"Flammen og Citronen\", \"US_Gross\": 148089.0, \"Worldwide_Gross\": 1635241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 132.0, \"Distributor\": \"IFC Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 4182.0, \"Year\": 2009, \"Profit\": -7364759.0}, {\"Title\": \"Flicka\", \"US_Gross\": 21000147.0, \"Worldwide_Gross\": 21893591.0, \"US_DVD_Sales\": 49974754.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2832.0, \"Year\": 2006, \"Profit\": 6893591.0}, {\"Title\": \"Flight of the Phoenix\", \"US_Gross\": 21009180.0, \"Worldwide_Gross\": 34009180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18568.0, \"Year\": 2004, \"Profit\": -40990820.0}, {\"Title\": \"United 93\", \"US_Gross\": 31567134.0, \"Worldwide_Gross\": 76366864.0, \"US_DVD_Sales\": 17832230.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 46691.0, \"Year\": 2006, \"Profit\": 58366864.0}, {\"Title\": \"Flubber\", \"US_Gross\": 92993801.0, \"Worldwide_Gross\": 177993801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-11-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 18890.0, \"Year\": 1997, \"Profit\": 97993801.0}, {\"Title\": \"Flushed Away\", \"US_Gross\": 64665672.0, \"Worldwide_Gross\": 177665672.0, \"US_DVD_Sales\": 71025931.0, \"Production_Budget\": 149000000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 21334.0, \"Year\": 2006, \"Profit\": 28665672.0}, {\"Title\": \"Flyboys\", \"US_Gross\": 13090630.0, \"Worldwide_Gross\": 14816379.0, \"US_DVD_Sales\": 23631077.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tony Bill\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 13934.0, \"Year\": 2006, \"Profit\": -45183621.0}, {\"Title\": \"Fly Me To the Moon\", \"US_Gross\": 14543943.0, \"Worldwide_Gross\": 40098231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 89.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1653.0, \"Year\": 2008, \"Profit\": 15098231.0}, {\"Title\": \"Find Me Guilty\", \"US_Gross\": 1173673.0, \"Worldwide_Gross\": 1788077.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 12800.0, \"Year\": 2006, \"Profit\": -11211923.0}, {\"Title\": \"The Family Man\", \"US_Gross\": 75764085.0, \"Worldwide_Gross\": 124715863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 34090.0, \"Year\": 2000, \"Profit\": 64715863.0}, {\"Title\": \"Friends with Money\", \"US_Gross\": 13368437.0, \"Worldwide_Gross\": 15328368.0, \"US_DVD_Sales\": 7822762.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 11087.0, \"Year\": 2006, \"Profit\": 8828368.0}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003, \"Profit\": 773894287.0}, {\"Title\": \"Finishing the Game\", \"US_Gross\": 52850.0, \"Worldwide_Gross\": 52850.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC First Take\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Justin Lin\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -447150.0}, {\"Title\": \"Foodfight!\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": -65000000.0}, {\"Title\": \"Formula 51\", \"US_Gross\": 5204007.0, \"Worldwide_Gross\": 5204007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -21795993.0}, {\"Title\": \"The Fountain\", \"US_Gross\": 10144010.0, \"Worldwide_Gross\": 15461638.0, \"US_DVD_Sales\": 8752844.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 72562.0, \"Year\": 2006, \"Profit\": -19538362.0}, {\"Title\": \"Fantastic Four: Rise of the Silver Surfer\", \"US_Gross\": 131921738.0, \"Worldwide_Gross\": 288215319.0, \"US_DVD_Sales\": 62277740.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-06-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Tim Story\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 168215319.0}, {\"Title\": \"Farce of the Penguins\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 1619183.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3186.0, \"Year\": 2007, \"Profit\": -5000000.0}, {\"Title\": \"Flightplan\", \"US_Gross\": 89706988.0, \"Worldwide_Gross\": 225706988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 45305.0, \"Year\": 2005, \"Profit\": 170706988.0}, {\"Title\": \"Frailty\", \"US_Gross\": 13110448.0, \"Worldwide_Gross\": 17423030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 27629.0, \"Year\": 2002, \"Profit\": 6423030.0}, {\"Title\": \"The Forbidden Kingdom\", \"US_Gross\": 52075270.0, \"Worldwide_Gross\": 129075270.0, \"US_DVD_Sales\": 23318686.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36548.0, \"Year\": 2008, \"Profit\": 74075270.0}, {\"Title\": \"Freedom Writers\", \"US_Gross\": 36605602.0, \"Worldwide_Gross\": 43090741.0, \"US_DVD_Sales\": 20532539.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18065.0, \"Year\": 2007, \"Profit\": 22090741.0}, {\"Title\": \"Next Friday\", \"US_Gross\": 57176582.0, \"Worldwide_Gross\": 59675307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10176.0, \"Year\": 2000, \"Profit\": 50175307.0}, {\"Title\": \"Freaky Friday\", \"US_Gross\": 110222438.0, \"Worldwide_Gross\": 160822438.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29137.0, \"Year\": 2003, \"Profit\": 134822438.0}, {\"Title\": \"Frequency\", \"US_Gross\": 44983704.0, \"Worldwide_Gross\": 68079671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 35968.0, \"Year\": 2000, \"Profit\": 37079671.0}, {\"Title\": \"Serenity\", \"US_Gross\": 25514517.0, \"Worldwide_Gross\": 38514517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joss Whedon\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 106648.0, \"Year\": 2005, \"Profit\": -485483.0}, {\"Title\": \"The Forgotton\", \"US_Gross\": 66711892.0, \"Worldwide_Gross\": 111311892.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joseph Ruben\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1169.0, \"Year\": 2004, \"Profit\": 61311892.0}, {\"Title\": \"Jason X\", \"US_Gross\": 13121555.0, \"Worldwide_Gross\": 16951798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 17964.0, \"Year\": 2002, \"Profit\": 2951798.0}, {\"Title\": \"Friday the 13th\", \"US_Gross\": 65002019.0, \"Worldwide_Gross\": 91700771.0, \"US_DVD_Sales\": 9566980.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 26798.0, \"Year\": 2009, \"Profit\": 74700771.0}, {\"Title\": \"Friday After Next\", \"US_Gross\": 33253609.0, \"Worldwide_Gross\": 33526835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6742.0, \"Year\": 2002, \"Profit\": 23526835.0}, {\"Title\": \"Frida\", \"US_Gross\": 25885000.0, \"Worldwide_Gross\": 56298474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 26243.0, \"Year\": 2002, \"Profit\": 44298474.0}, {\"Title\": \"Friday Night Lights\", \"US_Gross\": 61255921.0, \"Worldwide_Gross\": 61950770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20868.0, \"Year\": 2004, \"Profit\": 31950770.0}, {\"Title\": \"Frozen River\", \"US_Gross\": 2503902.0, \"Worldwide_Gross\": 5281776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 10447.0, \"Year\": 2008, \"Profit\": 4281776.0}, {\"Title\": \"The Princess and the Frog\", \"US_Gross\": 104374107.0, \"Worldwide_Gross\": 263467382.0, \"US_DVD_Sales\": 68101150.0, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Musker\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 16232.0, \"Year\": 2009, \"Profit\": 158467382.0}, {\"Title\": \"Full Frontal\", \"US_Gross\": 2512846.0, \"Worldwide_Gross\": 3438804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6660.0, \"Year\": 2002, \"Profit\": 1438804.0}, {\"Title\": \"Fireproof\", \"US_Gross\": 33451479.0, \"Worldwide_Gross\": 33451479.0, \"US_DVD_Sales\": 31898934.0, \"Production_Budget\": 500000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 122.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Kendrick\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5498.0, \"Year\": 2008, \"Profit\": 32951479.0}, {\"Title\": \"The Forsaken\", \"US_Gross\": 6755271.0, \"Worldwide_Gross\": 6755271.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4679.0, \"Year\": 2001, \"Profit\": 1755271.0}, {\"Title\": \"Frost/Nixon\", \"US_Gross\": 18622031.0, \"Worldwide_Gross\": 28144586.0, \"US_DVD_Sales\": 6677601.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 36366.0, \"Year\": 2008, \"Profit\": -855414.0}, {\"Title\": \"Factory Girl\", \"US_Gross\": 1661464.0, \"Worldwide_Gross\": 1661464.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 8680.0, \"Year\": 2006, \"Profit\": -5338536.0}, {\"Title\": \"Fateless\", \"US_Gross\": 196857.0, \"Worldwide_Gross\": 196857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 462.0, \"Year\": 2006, \"Profit\": -11803143.0}, {\"Title\": \"The Full Monty\", \"US_Gross\": 45950122.0, \"Worldwide_Gross\": 257938649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1997-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 40877.0, \"Year\": 1997, \"Profit\": 254438649.0}, {\"Title\": \"Fun With Dick And Jane\", \"US_Gross\": 110550000.0, \"Worldwide_Gross\": 202250000.0, \"US_DVD_Sales\": 29638269.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1788.0, \"Year\": 2005, \"Profit\": 62250000.0}, {\"Title\": \"Funny People\", \"US_Gross\": 51855045.0, \"Worldwide_Gross\": 71880305.0, \"US_DVD_Sales\": 13721109.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-07-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 37791.0, \"Year\": 2009, \"Profit\": 1880305.0}, {\"Title\": \"Fur\", \"US_Gross\": 223202.0, \"Worldwide_Gross\": 2281089.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16800000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -14518911.0}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010, \"Profit\": -13369535.0}, {\"Title\": \"Fever Pitch\", \"US_Gross\": 42071069.0, \"Worldwide_Gross\": 50071069.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16736.0, \"Year\": 2005, \"Profit\": 10071069.0}, {\"Title\": \"For Your Consideration\", \"US_Gross\": 5549923.0, \"Worldwide_Gross\": 5549923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7780.0, \"Year\": 2006, \"Profit\": -6450077.0}, {\"Title\": \"The Game\", \"US_Gross\": 48265581.0, \"Worldwide_Gross\": 48265581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Polygram\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 74136.0, \"Year\": 1997, \"Profit\": -1734419.0}, {\"Title\": \"Gangs of New York\", \"US_Gross\": 77730500.0, \"Worldwide_Gross\": 190400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 97000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 168.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 113378.0, \"Year\": 2002, \"Profit\": 93400000.0}, {\"Title\": \"Garfield\", \"US_Gross\": 75367693.0, \"Worldwide_Gross\": 200802638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 19870.0, \"Year\": 2004, \"Profit\": 150802638.0}, {\"Title\": \"Georgia Rule\", \"US_Gross\": 18882880.0, \"Worldwide_Gross\": 20819601.0, \"US_DVD_Sales\": 19382312.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10902.0, \"Year\": 2007, \"Profit\": 819601.0}, {\"Title\": \"Gattaca\", \"US_Gross\": 12532777.0, \"Worldwide_Gross\": 12532777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1997-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 70906.0, \"Year\": 1997, \"Profit\": -23467223.0}, {\"Title\": \"Gone, Baby, Gone\", \"US_Gross\": 20300218.0, \"Worldwide_Gross\": 34619699.0, \"US_DVD_Sales\": 11406490.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 15619699.0}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004, \"Profit\": 72916616.0}, {\"Title\": \"Good Boy!\", \"US_Gross\": 37667746.0, \"Worldwide_Gross\": 45312217.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1961.0, \"Year\": 2003, \"Profit\": 28312217.0}, {\"Title\": \"Gods and Generals\", \"US_Gross\": 12882934.0, \"Worldwide_Gross\": 12923936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7437.0, \"Year\": 2003, \"Profit\": -42076064.0}, {\"Title\": \"The Good German\", \"US_Gross\": 1308696.0, \"Worldwide_Gross\": 1308696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 13007.0, \"Year\": 2006, \"Profit\": -30691304.0}, {\"Title\": \"Gods and Monsters\", \"US_Gross\": 6451628.0, \"Worldwide_Gross\": 6451628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 15946.0, \"Year\": 1998, \"Profit\": 2951628.0}, {\"Title\": \"The Good Night\", \"US_Gross\": 22441.0, \"Worldwide_Gross\": 22441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 4332.0, \"Year\": 2007, \"Profit\": -14977559.0}, {\"Title\": \"The Good Thief\", \"US_Gross\": 3517797.0, \"Worldwide_Gross\": 3517797.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -26482203.0}, {\"Title\": \"George and the Dragon\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-12-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1762.0, \"Year\": 2004, \"Profit\": -32000000.0}, {\"Title\": \"Gerry\", \"US_Gross\": 254683.0, \"Worldwide_Gross\": 254683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 8583.0, \"Year\": 2003, \"Profit\": -6745317.0}, {\"Title\": \"G-Force\", \"US_Gross\": 119436770.0, \"Worldwide_Gross\": 287389685.0, \"US_DVD_Sales\": 44145849.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 9633.0, \"Year\": 2009, \"Profit\": 204889685.0}, {\"Title\": \"Gridiron Gang\", \"US_Gross\": 38432823.0, \"Worldwide_Gross\": 41480851.0, \"US_DVD_Sales\": 34066576.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-09-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Phil Joanou\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 12400.0, \"Year\": 2006, \"Profit\": 11480851.0}, {\"Title\": \"The Good Girl\", \"US_Gross\": 14018296.0, \"Worldwide_Gross\": 15976468.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 21460.0, \"Year\": 2002, \"Profit\": 7976468.0}, {\"Title\": \"Ghost Ship\", \"US_Gross\": 30113491.0, \"Worldwide_Gross\": 68349884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 25891.0, \"Year\": 2002, \"Profit\": 48349884.0}, {\"Title\": \"Ghosts of Mississippi\", \"US_Gross\": 13052741.0, \"Worldwide_Gross\": 13052741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5276.0, \"Year\": 1996, \"Profit\": -22947259.0}, {\"Title\": \"The Glass House\", \"US_Gross\": 17951431.0, \"Worldwide_Gross\": 22861785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10629.0, \"Year\": 2001, \"Profit\": 861785.0}, {\"Title\": \"Ghost Rider\", \"US_Gross\": 115802596.0, \"Worldwide_Gross\": 237702596.0, \"US_DVD_Sales\": 103730683.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 63235.0, \"Year\": 2007, \"Profit\": 117702596.0}, {\"Title\": \"Ghost Town\", \"US_Gross\": 13252641.0, \"Worldwide_Gross\": 26612350.0, \"US_DVD_Sales\": 7574314.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 310.0, \"Year\": 2008, \"Profit\": 6612350.0}, {\"Title\": \"The Gift\", \"US_Gross\": 12008642.0, \"Worldwide_Gross\": 44567606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28488.0, \"Year\": 2000, \"Profit\": 34567606.0}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003, \"Profit\": -46733791.0}, {\"Title\": \"G.I.Jane\", \"US_Gross\": 48169156.0, \"Worldwide_Gross\": 48169156.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 23807.0, \"Year\": 1997, \"Profit\": -1830844.0}, {\"Title\": \"G.I. Joe: The Rise of Cobra\", \"US_Gross\": 150201498.0, \"Worldwide_Gross\": 302469019.0, \"US_DVD_Sales\": 69866155.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Toy\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47052.0, \"Year\": 2009, \"Profit\": 127469019.0}, {\"Title\": \"Girl, Interrupted\", \"US_Gross\": 28871190.0, \"Worldwide_Gross\": 28871190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 4871190.0}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000, \"Profit\": 354683805.0}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001, \"Profit\": -4226628.0}, {\"Title\": \"Gloria\", \"US_Gross\": 4167493.0, \"Worldwide_Gross\": 4967493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 2726.0, \"Year\": 1999, \"Profit\": -25032507.0}, {\"Title\": \"Good Luck Chuck\", \"US_Gross\": 35017297.0, \"Worldwide_Gross\": 59183821.0, \"US_DVD_Sales\": 26234476.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29013.0, \"Year\": 2007, \"Profit\": 34183821.0}, {\"Title\": \"John Carpenter's Ghosts of Mars\", \"US_Gross\": 8434601.0, \"Worldwide_Gross\": 8434601.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Screen Media Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -19565399.0}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999, \"Profit\": 226601374.0}, {\"Title\": \"The Game of Their Lives\", \"US_Gross\": 375474.0, \"Worldwide_Gross\": 375474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 1443.0, \"Year\": 2005, \"Profit\": -19624526.0}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007, \"Profit\": -3624806.0}, {\"Title\": \"Good Night and Good Luck\", \"US_Gross\": 31501218.0, \"Worldwide_Gross\": 54601218.0, \"US_DVD_Sales\": 20967273.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42797.0, \"Year\": 2005, \"Profit\": 47601218.0}, {\"Title\": \"The General's Daughter\", \"US_Gross\": 102705852.0, \"Worldwide_Gross\": 149705852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23570.0, \"Year\": 1999, \"Profit\": 89705852.0}, {\"Title\": \"Gun Shy\", \"US_Gross\": 1638202.0, \"Worldwide_Gross\": 1638202.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3607.0, \"Year\": 2000, \"Profit\": -8361798.0}, {\"Title\": \"Go!\", \"US_Gross\": 16875273.0, \"Worldwide_Gross\": 28383441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 21883441.0}, {\"Title\": \"Goal!\", \"US_Gross\": 4283255.0, \"Worldwide_Gross\": 27610873.0, \"US_DVD_Sales\": 12616824.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 16809.0, \"Year\": 2006, \"Profit\": -5389127.0}, {\"Title\": \"Godzilla 2000\", \"US_Gross\": 10037390.0, \"Worldwide_Gross\": 10037390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 9037390.0}, {\"Title\": \"Godsend\", \"US_Gross\": 14334645.0, \"Worldwide_Gross\": 16910708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 13866.0, \"Year\": 2004, \"Profit\": -13089292.0}, {\"Title\": \"Godzilla\", \"US_Gross\": 136314294.0, \"Worldwide_Gross\": 376000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1998-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 59455.0, \"Year\": 1998, \"Profit\": 251000000.0}, {\"Title\": \"Smiling Fish and Goat on Fire\", \"US_Gross\": 277233.0, \"Worldwide_Gross\": 277233.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2000-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 237233.0}, {\"Title\": \"Gone in 60 Seconds\", \"US_Gross\": 101643008.0, \"Worldwide_Gross\": 232643008.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103300000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2940.0, \"Year\": 2000, \"Profit\": 129343008.0}, {\"Title\": \"Good\", \"US_Gross\": 27276.0, \"Worldwide_Gross\": 27276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 1926.0, \"Year\": 2008, \"Profit\": -15972724.0}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987, \"Profit\": 215933435.0}, {\"Title\": \"Gosford Park\", \"US_Gross\": 41300105.0, \"Worldwide_Gross\": 41300105.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 36648.0, \"Year\": 2001, \"Profit\": 23300105.0}, {\"Title\": \"Gossip\", \"US_Gross\": 5108820.0, \"Worldwide_Gross\": 12591270.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -1408730.0}, {\"Title\": \"The Game Plan\", \"US_Gross\": 90648202.0, \"Worldwide_Gross\": 147914546.0, \"US_DVD_Sales\": 50113315.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2007-09-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 14984.0, \"Year\": 2007, \"Profit\": 125914546.0}, {\"Title\": \"Girl with a Pearl Earring\", \"US_Gross\": 11634362.0, \"Worldwide_Gross\": 22106210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23493.0, \"Year\": 2003, \"Profit\": 10106210.0}, {\"Title\": \"Galaxy Quest\", \"US_Gross\": 71423726.0, \"Worldwide_Gross\": 90523726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 52507.0, \"Year\": 1999, \"Profit\": 45523726.0}, {\"Title\": \"Saving Grace\", \"US_Gross\": 12178602.0, \"Worldwide_Gross\": 24325623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8543.0, \"Year\": 2000, \"Profit\": 20325623.0}, {\"Title\": \"Gracie\", \"US_Gross\": 2956339.0, \"Worldwide_Gross\": 3036736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2084.0, \"Year\": 2007, \"Profit\": -5963264.0}, {\"Title\": \"The Great Raid\", \"US_Gross\": 10166502.0, \"Worldwide_Gross\": 10597070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8894.0, \"Year\": 2005, \"Profit\": -49402930.0}, {\"Title\": \"The Grand\", \"US_Gross\": 115879.0, \"Worldwide_Gross\": 115879.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zak Penn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3346.0, \"Year\": 2008, \"Profit\": -2884121.0}, {\"Title\": \"The Constant Gardener\", \"US_Gross\": 33579798.0, \"Worldwide_Gross\": 81079798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25500000.0, \"Release_Date\": \"2005-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Fernando Meirelles\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 50763.0, \"Year\": 2005, \"Profit\": 55579798.0}, {\"Title\": \"Garden State\", \"US_Gross\": 26782316.0, \"Worldwide_Gross\": 32381151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2004-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Zach Braff\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 92594.0, \"Year\": 2004, \"Profit\": 29881151.0}, {\"Title\": \"Grease\", \"US_Gross\": 305260.0, \"Worldwide_Gross\": 206005260.0, \"US_DVD_Sales\": 21249794.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1978-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Randal Kleiser\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60146.0, \"Year\": 1978, \"Profit\": 200005260.0}, {\"Title\": \"Green Zone\", \"US_Gross\": 35053660.0, \"Worldwide_Gross\": 84788541.0, \"US_DVD_Sales\": 14424476.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26759.0, \"Year\": 2010, \"Profit\": -15211459.0}, {\"Title\": \"George Of The Jungle\", \"US_Gross\": 105263257.0, \"Worldwide_Gross\": 174463257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-07-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19685.0, \"Year\": 1997, \"Profit\": 119463257.0}, {\"Title\": \"The Brothers Grimm\", \"US_Gross\": 37899638.0, \"Worldwide_Gross\": 105299638.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43532.0, \"Year\": 2005, \"Profit\": 25299638.0}, {\"Title\": \"The Girl Next Door\", \"US_Gross\": 14589444.0, \"Worldwide_Gross\": 18589444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Greenfield\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5614.0, \"Year\": 2004, \"Profit\": -6410556.0}, {\"Title\": \"How the Grinch Stole Christmas\", \"US_Gross\": 260044825.0, \"Worldwide_Gross\": 345141403.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 123000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 40310.0, \"Year\": 2000, \"Profit\": 222141403.0}, {\"Title\": \"Grindhouse\", \"US_Gross\": 25031037.0, \"Worldwide_Gross\": 50187789.0, \"US_DVD_Sales\": 31070911.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 191.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 82770.0, \"Year\": 2007, \"Profit\": -2812211.0}, {\"Title\": \"Get Rich or Die Tryin'\", \"US_Gross\": 30981850.0, \"Worldwide_Gross\": 46437122.0, \"US_DVD_Sales\": 9906347.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Sheridan\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 18126.0, \"Year\": 2005, \"Profit\": 6437122.0}, {\"Title\": \"Wallace & Gromit: The Curse of the Were-Rabbit\", \"US_Gross\": 56068547.0, \"Worldwide_Gross\": 185724838.0, \"US_DVD_Sales\": 35069986.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Nick Park\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38158.0, \"Year\": 2005, \"Profit\": 155724838.0}, {\"Title\": \"Groove\", \"US_Gross\": 1115313.0, \"Worldwide_Gross\": 1167524.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2000-06-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 2486.0, \"Year\": 2000, \"Profit\": 667524.0}, {\"Title\": \"Grosse Point Blank\", \"US_Gross\": 28084357.0, \"Worldwide_Gross\": 28084357.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 41523.0, \"Year\": 1997, \"Profit\": 13084357.0}, {\"Title\": \"The Grudge 2\", \"US_Gross\": 39143839.0, \"Worldwide_Gross\": 68643839.0, \"US_DVD_Sales\": 8293678.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 16024.0, \"Year\": 2006, \"Profit\": 48643839.0}, {\"Title\": \"The Grudge\", \"US_Gross\": 110359362.0, \"Worldwide_Gross\": 187281115.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43218.0, \"Year\": 2004, \"Profit\": 177281115.0}, {\"Title\": \"Grown Ups\", \"US_Gross\": 161094625.0, \"Worldwide_Gross\": 250294625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 13488.0, \"Year\": 2010, \"Profit\": 175294625.0}, {\"Title\": \"Ghost Dog: Way of the Samurai\", \"US_Gross\": 3330230.0, \"Worldwide_Gross\": 6030230.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Jarmusch\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 4030230.0}, {\"Title\": \"Guess Who\", \"US_Gross\": 68915888.0, \"Worldwide_Gross\": 102115888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 15789.0, \"Year\": 2005, \"Profit\": 67115888.0}, {\"Title\": \"Get Carter\", \"US_Gross\": 14967182.0, \"Worldwide_Gross\": 19417182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 14196.0, \"Year\": 2000, \"Profit\": -20582818.0}, {\"Title\": \"Get Over It\", \"US_Gross\": 11560259.0, \"Worldwide_Gross\": 11560259.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9350.0, \"Year\": 2001, \"Profit\": 1560259.0}, {\"Title\": \"Veronica Guerin\", \"US_Gross\": 1569918.0, \"Worldwide_Gross\": 9438074.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2003, \"Profit\": -7561926.0}, {\"Title\": \"The Guru\", \"US_Gross\": 3051221.0, \"Worldwide_Gross\": 23788368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-01-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 9239.0, \"Year\": 2003, \"Profit\": 12788368.0}, {\"Title\": \"A Guy Thing\", \"US_Gross\": 15543862.0, \"Worldwide_Gross\": 17430594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8147.0, \"Year\": 2003, \"Profit\": -2569406.0}, {\"Title\": \"Ghost World\", \"US_Gross\": 6217849.0, \"Worldwide_Gross\": 8764007.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Terry Zwigoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 42973.0, \"Year\": 2001, \"Profit\": 3264007.0}, {\"Title\": \"Halloween 2\", \"US_Gross\": 33392973.0, \"Worldwide_Gross\": 38512850.0, \"US_DVD_Sales\": 6646073.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-08-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 9284.0, \"Year\": 2009, \"Profit\": 23512850.0}, {\"Title\": \"Hairspray\", \"US_Gross\": 118823091.0, \"Worldwide_Gross\": 202823091.0, \"US_DVD_Sales\": 104104829.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41511.0, \"Year\": 2007, \"Profit\": 127823091.0}, {\"Title\": \"Half Baked\", \"US_Gross\": 17394881.0, \"Worldwide_Gross\": 17394881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 84.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18791.0, \"Year\": 1998, \"Profit\": 9394881.0}, {\"Title\": \"Hamlet\", \"US_Gross\": 4501094.0, \"Worldwide_Gross\": 7129670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1996-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 1996, \"Profit\": -10870330.0}, {\"Title\": \"Hamlet\", \"US_Gross\": 1577287.0, \"Worldwide_Gross\": 2288841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 5147.0, \"Year\": 2000, \"Profit\": 288841.0}, {\"Title\": \"Hannibal the Conqueror\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Vin Diesel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1969, \"Profit\": -50000000.0}, {\"Title\": \"Hancock\", \"US_Gross\": 227946274.0, \"Worldwide_Gross\": 624346274.0, \"US_DVD_Sales\": 89352567.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-07-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 100822.0, \"Year\": 2008, \"Profit\": 474346274.0}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007, \"Profit\": -8655570.0}, {\"Title\": \"The Happening\", \"US_Gross\": 64506874.0, \"Worldwide_Gross\": 163403799.0, \"US_DVD_Sales\": 21432877.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 72259.0, \"Year\": 2008, \"Profit\": 103403799.0}, {\"Title\": \"Happy, Texas\", \"US_Gross\": 2039192.0, \"Worldwide_Gross\": 2039192.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 198.0, \"Year\": 1999, \"Profit\": 339192.0}, {\"Title\": \"Hard Candy\", \"US_Gross\": 1024640.0, \"Worldwide_Gross\": 1881243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45791.0, \"Year\": 2006, \"Profit\": 931243.0}, {\"Title\": \"Harsh Times\", \"US_Gross\": 3337931.0, \"Worldwide_Gross\": 5963961.0, \"US_DVD_Sales\": 2638319.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 26347.0, \"Year\": 2006, \"Profit\": 3963961.0}, {\"Title\": \"Harvard Man\", \"US_Gross\": 56653.0, \"Worldwide_Gross\": 56653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2002-05-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 2758.0, \"Year\": 2002, \"Profit\": -5443347.0}, {\"Title\": \"Harry Brown\", \"US_Gross\": 1818681.0, \"Worldwide_Gross\": 6294140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7300000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14297.0, \"Year\": 2010, \"Profit\": -1005860.0}, {\"Title\": \"The House Bunny\", \"US_Gross\": 48237389.0, \"Worldwide_Gross\": 70237389.0, \"US_DVD_Sales\": 15442818.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Wolf\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18964.0, \"Year\": 2008, \"Profit\": 45237389.0}, {\"Title\": \"The Devil's Rejects\", \"US_Gross\": 17044981.0, \"Worldwide_Gross\": 20940428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 36082.0, \"Year\": 2005, \"Profit\": 13940428.0}, {\"Title\": \"House of 1,000 Corpses\", \"US_Gross\": 12634962.0, \"Worldwide_Gross\": 16829545.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Zombie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3311.0, \"Year\": 2003, \"Profit\": 9829545.0}, {\"Title\": \"The House of the Dead\", \"US_Gross\": 10199354.0, \"Worldwide_Gross\": 13767816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 5541.0, \"Year\": 2003, \"Profit\": 6767816.0}, {\"Title\": \"Hidalgo\", \"US_Gross\": 67286731.0, \"Worldwide_Gross\": 107336658.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23604.0, \"Year\": 2004, \"Profit\": 29336658.0}, {\"Title\": \"Hide and Seek\", \"US_Gross\": 51100486.0, \"Worldwide_Gross\": 123100486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 30891.0, \"Year\": 2005, \"Profit\": 98100486.0}, {\"Title\": \"Hoodwinked\", \"US_Gross\": 51386611.0, \"Worldwide_Gross\": 110011106.0, \"US_DVD_Sales\": 31171440.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 20461.0, \"Year\": 2005, \"Profit\": 92511106.0}, {\"Title\": \"How Do You Know?\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2010-12-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -90000000.0}, {\"Title\": \"Head of State\", \"US_Gross\": 37788228.0, \"Worldwide_Gross\": 38283765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35200000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 8447.0, \"Year\": 2003, \"Profit\": 3083765.0}, {\"Title\": \"Hedwig and the Angry Inch\", \"US_Gross\": 3067312.0, \"Worldwide_Gross\": 3643900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 14766.0, \"Year\": 2001, \"Profit\": -2356100.0}, {\"Title\": \"Pooh's Heffalump Movie\", \"US_Gross\": 18098433.0, \"Worldwide_Gross\": 52858433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1605.0, \"Year\": 2005, \"Profit\": 32858433.0}, {\"Title\": \"He Got Game\", \"US_Gross\": 21567853.0, \"Worldwide_Gross\": 21567853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-05-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14494.0, \"Year\": 1998, \"Profit\": -3432147.0}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001, \"Profit\": -6516832.0}, {\"Title\": \"Hellboy 2: The Golden Army\", \"US_Gross\": 75986503.0, \"Worldwide_Gross\": 160388063.0, \"US_DVD_Sales\": 43689202.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61902.0, \"Year\": 2008, \"Profit\": 77888063.0}, {\"Title\": \"Hellboy\", \"US_Gross\": 59623958.0, \"Worldwide_Gross\": 99823958.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 67763.0, \"Year\": 2004, \"Profit\": 39823958.0}, {\"Title\": \"Raising Helen\", \"US_Gross\": 37485528.0, \"Worldwide_Gross\": 43340302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 10526.0, \"Year\": 2004, \"Profit\": -6659698.0}, {\"Title\": \"A Home at the End of the World\", \"US_Gross\": 1029017.0, \"Worldwide_Gross\": 1033810.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 7180.0, \"Year\": 2004, \"Profit\": -5466190.0}, {\"Title\": \"Jet Li's Hero\", \"US_Gross\": 53652140.0, \"Worldwide_Gross\": 177352140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 160352140.0}, {\"Title\": \"Here on Earth\", \"US_Gross\": 10494147.0, \"Worldwide_Gross\": 10845127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4929.0, \"Year\": 2000, \"Profit\": -4154873.0}, {\"Title\": \"House of Flying Daggers\", \"US_Gross\": 11050094.0, \"Worldwide_Gross\": 92863945.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Yimou Zhang\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 80863945.0}, {\"Title\": \"Head Over Heels\", \"US_Gross\": 10397365.0, \"Worldwide_Gross\": 10397365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6574.0, \"Year\": 2001, \"Profit\": -3602635.0}, {\"Title\": \"The Haunting\", \"US_Gross\": 91188905.0, \"Worldwide_Gross\": 180188905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 31808.0, \"Year\": 1999, \"Profit\": 100188905.0}, {\"Title\": \"High Crimes\", \"US_Gross\": 41543207.0, \"Worldwide_Gross\": 63781100.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14428.0, \"Year\": 2002, \"Profit\": 21781100.0}, {\"Title\": \"High Fidelity\", \"US_Gross\": 27277055.0, \"Worldwide_Gross\": 47881663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 69740.0, \"Year\": 2000, \"Profit\": 27881663.0}, {\"Title\": \"Highlander: Endgame\", \"US_Gross\": 12801190.0, \"Worldwide_Gross\": 12801190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 8421.0, \"Year\": 2000, \"Profit\": -2198810.0}, {\"Title\": \"High Heels and Low Lifes\", \"US_Gross\": 226792.0, \"Worldwide_Gross\": 226792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2205.0, \"Year\": 2001, \"Profit\": -9773208.0}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008, \"Profit\": 240056401.0}, {\"Title\": \"The History Boys\", \"US_Gross\": 2730296.0, \"Worldwide_Gross\": 13425589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 10293.0, \"Year\": 2006, \"Profit\": 9725589.0}, {\"Title\": \"A History of Violence\", \"US_Gross\": 31493782.0, \"Worldwide_Gross\": 59993782.0, \"US_DVD_Sales\": 38659936.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 79738.0, \"Year\": 2005, \"Profit\": 27993782.0}, {\"Title\": \"Hitch\", \"US_Gross\": 177784257.0, \"Worldwide_Gross\": 366784257.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Tennant\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 89.0, \"Year\": 2005, \"Profit\": 311784257.0}, {\"Title\": \"Hitman\", \"US_Gross\": 39687694.0, \"Worldwide_Gross\": 99965792.0, \"US_DVD_Sales\": 28077100.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 2007, \"Profit\": 82465792.0}, {\"Title\": \"Harold & Kumar Escape from Guantanamo Bay\", \"US_Gross\": 38108728.0, \"Worldwide_Gross\": 43231984.0, \"US_DVD_Sales\": 24609630.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42358.0, \"Year\": 2008, \"Profit\": 31231984.0}, {\"Title\": \"Harold & Kumar Go to White Castle\", \"US_Gross\": 18225165.0, \"Worldwide_Gross\": 18225165.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 56030.0, \"Year\": 2004, \"Profit\": 9225165.0}, {\"Title\": \"Held Up\", \"US_Gross\": 4714090.0, \"Worldwide_Gross\": 4714090.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 1840.0, \"Year\": 2000, \"Profit\": -3285910.0}, {\"Title\": \"The Hills Have Eyes II\", \"US_Gross\": 20804166.0, \"Worldwide_Gross\": 37466538.0, \"US_DVD_Sales\": 30512461.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 17948.0, \"Year\": 2007, \"Profit\": 22466538.0}, {\"Title\": \"The Hills Have Eyes\", \"US_Gross\": 41778863.0, \"Worldwide_Gross\": 69623713.0, \"US_DVD_Sales\": 20576805.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexandre Aja\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 43747.0, \"Year\": 2006, \"Profit\": 52623713.0}, {\"Title\": \"How to Lose Friends & Alienate People\", \"US_Gross\": 2775593.0, \"Worldwide_Gross\": 12031443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 25756.0, \"Year\": 2008, \"Profit\": -15968557.0}, {\"Title\": \"Half Past Dead\", \"US_Gross\": 15567860.0, \"Worldwide_Gross\": 19233280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6909.0, \"Year\": 2002, \"Profit\": -5766720.0}, {\"Title\": \"Halloween: H2O\", \"US_Gross\": 55041738.0, \"Worldwide_Gross\": 55041738.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1998-08-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 38041738.0}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002, \"Profit\": 22659652.0}, {\"Title\": \"Holy Man\", \"US_Gross\": 12069719.0, \"Worldwide_Gross\": 12069719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9105.0, \"Year\": 1998, \"Profit\": -47930281.0}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008, \"Profit\": 30164027.0}, {\"Title\": \"Hamlet 2\", \"US_Gross\": 4886216.0, \"Worldwide_Gross\": 4898285.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Fleming\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9017.0, \"Year\": 2008, \"Profit\": -4101715.0}, {\"Title\": \"Hannah Montana/Miley Cyrus: Best of Both Worlds Concert Tour\", \"US_Gross\": 65281781.0, \"Worldwide_Gross\": 71281781.0, \"US_DVD_Sales\": 18154740.0, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 64781781.0}, {\"Title\": \"Home on the Range\", \"US_Gross\": 50026353.0, \"Worldwide_Gross\": 76482461.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4772.0, \"Year\": 2004, \"Profit\": -33517539.0}, {\"Title\": \"Hannibal Rising\", \"US_Gross\": 27669725.0, \"Worldwide_Gross\": 80583311.0, \"US_DVD_Sales\": 23365803.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Webber\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28690.0, \"Year\": 2007, \"Profit\": 30583311.0}, {\"Title\": \"The Hangover\", \"US_Gross\": 277322503.0, \"Worldwide_Gross\": 465132119.0, \"US_DVD_Sales\": 165916727.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 127634.0, \"Year\": 2009, \"Profit\": 430132119.0}, {\"Title\": \"Hanging Up\", \"US_Gross\": 36037909.0, \"Worldwide_Gross\": 51867723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 6098.0, \"Year\": 2000, \"Profit\": 11867723.0}, {\"Title\": \"The Hoax\", \"US_Gross\": 7164995.0, \"Worldwide_Gross\": 7164995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-04-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9171.0, \"Year\": 2007, \"Profit\": -17835005.0}, {\"Title\": \"Holes\", \"US_Gross\": 67383924.0, \"Worldwide_Gross\": 72383924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 117.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Davis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 19388.0, \"Year\": 2003, \"Profit\": 52383924.0}, {\"Title\": \"The Holiday\", \"US_Gross\": 63280000.0, \"Worldwide_Gross\": 205190324.0, \"US_DVD_Sales\": 71449071.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 48215.0, \"Year\": 2006, \"Profit\": 120190324.0}, {\"Title\": \"Hollow Man\", \"US_Gross\": 73209340.0, \"Worldwide_Gross\": 191200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 41499.0, \"Year\": 2000, \"Profit\": 101200000.0}, {\"Title\": \"Holy Girl\", \"US_Gross\": 304124.0, \"Worldwide_Gross\": 1261792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1400000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -138208.0}, {\"Title\": \"Home Fries\", \"US_Gross\": 10513979.0, \"Worldwide_Gross\": 10513979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4806.0, \"Year\": 1998, \"Profit\": -4486021.0}, {\"Title\": \"Honey\", \"US_Gross\": 30272254.0, \"Worldwide_Gross\": 62192232.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 94.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bille Woodruff\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 13026.0, \"Year\": 2003, \"Profit\": 44192232.0}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005, \"Profit\": -13825574.0}, {\"Title\": \"Hoot\", \"US_Gross\": 8117637.0, \"Worldwide_Gross\": 8224998.0, \"US_DVD_Sales\": 11095119.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2830.0, \"Year\": 2006, \"Profit\": -6775002.0}, {\"Title\": \"Hope Floats\", \"US_Gross\": 60110313.0, \"Worldwide_Gross\": 81529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-05-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Forest Whitaker\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 9168.0, \"Year\": 1998, \"Profit\": 51529000.0}, {\"Title\": \"Horton Hears a Who\", \"US_Gross\": 154529439.0, \"Worldwide_Gross\": 297133947.0, \"US_DVD_Sales\": 73524948.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 31323.0, \"Year\": 2008, \"Profit\": 212133947.0}, {\"Title\": \"Hostel: Part II\", \"US_Gross\": 17544812.0, \"Worldwide_Gross\": 33606409.0, \"US_DVD_Sales\": 16230816.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 31511.0, \"Year\": 2007, \"Profit\": 26106409.0}, {\"Title\": \"Hostage\", \"US_Gross\": 34636443.0, \"Worldwide_Gross\": 77636443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 3070.0, \"Year\": 2005, \"Profit\": 2636443.0}, {\"Title\": \"Hostel\", \"US_Gross\": 47326473.0, \"Worldwide_Gross\": 80578934.0, \"US_DVD_Sales\": 23835218.0, \"Production_Budget\": 4800000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Eli Roth\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 64642.0, \"Year\": 2006, \"Profit\": 75778934.0}, {\"Title\": \"Hot Rod\", \"US_Gross\": 13938332.0, \"Worldwide_Gross\": 14334401.0, \"US_DVD_Sales\": 24152720.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22250.0, \"Year\": 2007, \"Profit\": -10665599.0}, {\"Title\": \"The Hours\", \"US_Gross\": 41675994.0, \"Worldwide_Gross\": 108775994.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 44618.0, \"Year\": 2002, \"Profit\": 83775994.0}, {\"Title\": \"Life as a House\", \"US_Gross\": 15652637.0, \"Worldwide_Gross\": 23889158.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 19308.0, \"Year\": 2001, \"Profit\": 5889158.0}, {\"Title\": \"Bringing Down the House\", \"US_Gross\": 132675402.0, \"Worldwide_Gross\": 164675402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 16242.0, \"Year\": 2003, \"Profit\": 144675402.0}, {\"Title\": \"House of Wax\", \"US_Gross\": 32064800.0, \"Worldwide_Gross\": 70064800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 32159.0, \"Year\": 2005, \"Profit\": 35064800.0}, {\"Title\": \"How to Deal\", \"US_Gross\": 14108518.0, \"Worldwide_Gross\": 14108518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5292.0, \"Year\": 2003, \"Profit\": -1891482.0}, {\"Title\": \"How High\", \"US_Gross\": 31155435.0, \"Worldwide_Gross\": 31260435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 14470.0, \"Year\": 2001, \"Profit\": 19260435.0}, {\"Title\": \"Def Jam's How To Be a Player\", \"US_Gross\": 14010363.0, \"Worldwide_Gross\": 14010363.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 2010363.0}, {\"Title\": \"Harry Potter and the Chamber of Secrets\", \"US_Gross\": 261987880.0, \"Worldwide_Gross\": 878987880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 161.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 120063.0, \"Year\": 2002, \"Profit\": 778987880.0}, {\"Title\": \"Harry Potter and the Prisoner of Azkaban\", \"US_Gross\": 249538952.0, \"Worldwide_Gross\": 795538952.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2004-06-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 108928.0, \"Year\": 2004, \"Profit\": 665538952.0}, {\"Title\": \"Harry Potter and the Goblet of Fire\", \"US_Gross\": 290013036.0, \"Worldwide_Gross\": 896013036.0, \"US_DVD_Sales\": 215701005.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 111946.0, \"Year\": 2005, \"Profit\": 746013036.0}, {\"Title\": \"Harry Potter and the Order of the Phoenix\", \"US_Gross\": 292004738.0, \"Worldwide_Gross\": 938468864.0, \"US_DVD_Sales\": 220867077.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 104074.0, \"Year\": 2007, \"Profit\": 788468864.0}, {\"Title\": \"Harry Potter and the Half-Blood Prince\", \"US_Gross\": 301959197.0, \"Worldwide_Gross\": 937499905.0, \"US_DVD_Sales\": 103574938.0, \"Production_Budget\": 250000000.0, \"Release_Date\": \"2009-07-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Yates\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 73720.0, \"Year\": 2009, \"Profit\": 687499905.0}, {\"Title\": \"Harry Potter and the Sorcerer's Stone\", \"US_Gross\": 317557891.0, \"Worldwide_Gross\": 976457891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 132238.0, \"Year\": 2001, \"Profit\": 851457891.0}, {\"Title\": \"Happy Feet\", \"US_Gross\": 198000317.0, \"Worldwide_Gross\": 385000317.0, \"US_DVD_Sales\": 203263968.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"George Miller\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 42369.0, \"Year\": 2006, \"Profit\": 300000317.0}, {\"Title\": \"Hercules\", \"US_Gross\": 99112101.0, \"Worldwide_Gross\": 250700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 21902.0, \"Year\": 1997, \"Profit\": 180700000.0}, {\"Title\": \"Hardball\", \"US_Gross\": 40222729.0, \"Worldwide_Gross\": 44102389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2001-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 165.0, \"Year\": 2001, \"Profit\": 23102389.0}, {\"Title\": \"Hard Rain\", \"US_Gross\": 19870567.0, \"Worldwide_Gross\": 19870567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 14375.0, \"Year\": 1998, \"Profit\": -50129433.0}, {\"Title\": \"The Horse Whisperer\", \"US_Gross\": 75383563.0, \"Worldwide_Gross\": 75383563.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 168.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 15831.0, \"Year\": 1998, \"Profit\": 15383563.0}, {\"Title\": \"The Heart of Me\", \"US_Gross\": 196067.0, \"Worldwide_Gross\": 196067.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1342.0, \"Year\": 2003, \"Profit\": -6803933.0}, {\"Title\": \"Casa de Areia\", \"US_Gross\": 539285.0, \"Worldwide_Gross\": 1178175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3750000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1519.0, \"Year\": 2006, \"Profit\": -2571825.0}, {\"Title\": \"Sorority Row\", \"US_Gross\": 11965282.0, \"Worldwide_Gross\": 26735797.0, \"US_DVD_Sales\": 1350584.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7097.0, \"Year\": 2009, \"Profit\": 14235797.0}, {\"Title\": \"Hart's War\", \"US_Gross\": 19076815.0, \"Worldwide_Gross\": 33076815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 19541.0, \"Year\": 2002, \"Profit\": -36923185.0}, {\"Title\": \"The Hitchhiker's Guide to the Galaxy\", \"US_Gross\": 51019112.0, \"Worldwide_Gross\": 104019112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 61513.0, \"Year\": 2005, \"Profit\": 59019112.0}, {\"Title\": \"High Tension\", \"US_Gross\": 3681066.0, \"Worldwide_Gross\": 5208449.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2850000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 165.0, \"Year\": 2005, \"Profit\": 2358449.0}, {\"Title\": \"Hot Fuzz\", \"US_Gross\": 23618786.0, \"Worldwide_Gross\": 79197493.0, \"US_DVD_Sales\": 33391776.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 129779.0, \"Year\": 2007, \"Profit\": 63197493.0}, {\"Title\": \"Human Traffic\", \"US_Gross\": 104257.0, \"Worldwide_Gross\": 5422740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9455.0, \"Year\": 2000, \"Profit\": 2122740.0}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010, \"Profit\": 326581231.0}, {\"Title\": \"I Heart Huckabees\", \"US_Gross\": 12784713.0, \"Worldwide_Gross\": 14584713.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 35878.0, \"Year\": 2004, \"Profit\": -7415287.0}, {\"Title\": \"Hulk\", \"US_Gross\": 132177234.0, \"Worldwide_Gross\": 245360480.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 137000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 70844.0, \"Year\": 2003, \"Profit\": 108360480.0}, {\"Title\": \"The Incredible Hulk\", \"US_Gross\": 134806913.0, \"Worldwide_Gross\": 263349257.0, \"US_DVD_Sales\": 58503066.0, \"Production_Budget\": 137500000.0, \"Release_Date\": \"2008-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 82419.0, \"Year\": 2008, \"Profit\": 125849257.0}, {\"Title\": \"The Hunchback of Notre Dame\", \"US_Gross\": 100138851.0, \"Worldwide_Gross\": 325500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1996-06-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 19479.0, \"Year\": 1996, \"Profit\": 225500000.0}, {\"Title\": \"The Hunted\", \"US_Gross\": 34234008.0, \"Worldwide_Gross\": 45016494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 18941.0, \"Year\": 2003, \"Profit\": -9983506.0}, {\"Title\": \"Hurricane Streets\", \"US_Gross\": 334041.0, \"Worldwide_Gross\": 367582.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -132418.0}, {\"Title\": \"The Hurt Locker\", \"US_Gross\": 14700000.0, \"Worldwide_Gross\": 44468574.0, \"US_DVD_Sales\": 31304710.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 83679.0, \"Year\": 2009, \"Profit\": 29468574.0}, {\"Title\": \"Hustle & Flow\", \"US_Gross\": 22202809.0, \"Worldwide_Gross\": 23563727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2800000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 18688.0, \"Year\": 2005, \"Profit\": 20763727.0}, {\"Title\": \"Starsky & Hutch\", \"US_Gross\": 88200225.0, \"Worldwide_Gross\": 170200225.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-03-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 48935.0, \"Year\": 2004, \"Profit\": 110200225.0}, {\"Title\": \"Hollywood Ending\", \"US_Gross\": 4839383.0, \"Worldwide_Gross\": 14839383.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 10486.0, \"Year\": 2002, \"Profit\": -1160617.0}, {\"Title\": \"Hollywood Homicide\", \"US_Gross\": 30207785.0, \"Worldwide_Gross\": 51107785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 16452.0, \"Year\": 2003, \"Profit\": -23892215.0}, {\"Title\": \"Whatever it Takes\", \"US_Gross\": 8735529.0, \"Worldwide_Gross\": 8735529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 4192.0, \"Year\": 2000, \"Profit\": -6264471.0}, {\"Title\": \"Ice Age: The Meltdown\", \"US_Gross\": 195330621.0, \"Worldwide_Gross\": 651899282.0, \"US_DVD_Sales\": 131919814.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 50981.0, \"Year\": 2006, \"Profit\": 576899282.0}, {\"Title\": \"Ice Age: Dawn of the Dinosaurs\", \"US_Gross\": 196573705.0, \"Worldwide_Gross\": 886685941.0, \"US_DVD_Sales\": 87544387.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Carlos Saldanha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33289.0, \"Year\": 2009, \"Profit\": 796685941.0}, {\"Title\": \"Ice Age\", \"US_Gross\": 176387405.0, \"Worldwide_Gross\": 383257136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 75552.0, \"Year\": 2002, \"Profit\": 318257136.0}, {\"Title\": \"Ice Princess\", \"US_Gross\": 24381334.0, \"Worldwide_Gross\": 25732334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 7106.0, \"Year\": 2005, \"Profit\": 732334.0}, {\"Title\": \"The Ice Storm\", \"US_Gross\": 8038061.0, \"Worldwide_Gross\": 16011975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1997-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 27544.0, \"Year\": 1997, \"Profit\": -1988025.0}, {\"Title\": \"I Come with the Rain\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 627422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1969-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 618.0, \"Year\": 1969, \"Profit\": -17372578.0}, {\"Title\": \"Identity\", \"US_Gross\": 52131264.0, \"Worldwide_Gross\": 90231264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 57909.0, \"Year\": 2003, \"Profit\": 62231264.0}, {\"Title\": \"An Ideal Husband\", \"US_Gross\": 18542974.0, \"Worldwide_Gross\": 18542974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10700000.0, \"Release_Date\": \"1999-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8078.0, \"Year\": 1999, \"Profit\": 7842974.0}, {\"Title\": \"Idlewild\", \"US_Gross\": 12669914.0, \"Worldwide_Gross\": 12669914.0, \"US_DVD_Sales\": 3120029.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 3056.0, \"Year\": 2006, \"Profit\": -2330086.0}, {\"Title\": \"Igby Goes Down\", \"US_Gross\": 4777465.0, \"Worldwide_Gross\": 4777465.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 19050.0, \"Year\": 2002, \"Profit\": -4222535.0}, {\"Title\": \"Igor\", \"US_Gross\": 19528188.0, \"Worldwide_Gross\": 26608350.0, \"US_DVD_Sales\": 12361783.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 6614.0, \"Year\": 2008, \"Profit\": -3391650.0}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998, \"Profit\": 6817779.0}, {\"Title\": \"Idle Hands\", \"US_Gross\": 4023741.0, \"Worldwide_Gross\": 4023741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 16157.0, \"Year\": 1999, \"Profit\": -10976259.0}, {\"Title\": \"Imaginary Heroes\", \"US_Gross\": 228524.0, \"Worldwide_Gross\": 290875.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 6057.0, \"Year\": 2004, \"Profit\": -9709125.0}, {\"Title\": \"I Still Know What You Did Last Summer\", \"US_Gross\": 40020622.0, \"Worldwide_Gross\": 40020622.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 23268.0, \"Year\": 1998, \"Profit\": 16020622.0}, {\"Title\": \"I Know What You Did Last Summer\", \"US_Gross\": 72250091.0, \"Worldwide_Gross\": 125250091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1997-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 36807.0, \"Year\": 1997, \"Profit\": 108250091.0}, {\"Title\": \"I Love You, Beth Cooper\", \"US_Gross\": 14800725.0, \"Worldwide_Gross\": 16382538.0, \"US_DVD_Sales\": 5475072.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 179.0, \"Year\": 2009, \"Profit\": -1617462.0}, {\"Title\": \"The Illusionist\", \"US_Gross\": 39868642.0, \"Worldwide_Gross\": 84276175.0, \"US_DVD_Sales\": 38200717.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Yari Film Group Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 92040.0, \"Year\": 2006, \"Profit\": 67776175.0}, {\"Title\": \"But I'm a Cheerleader\", \"US_Gross\": 2205627.0, \"Worldwide_Gross\": 2595216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 10073.0, \"Year\": 2000, \"Profit\": 1395216.0}, {\"Title\": \"The Imaginarium of Doctor Parnassus\", \"US_Gross\": 7689458.0, \"Worldwide_Gross\": 58692979.0, \"US_DVD_Sales\": 5387124.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 33374.0, \"Year\": 2009, \"Profit\": 28692979.0}, {\"Title\": \"Imagine Me & You\", \"US_Gross\": 672243.0, \"Worldwide_Gross\": 972243.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7900000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9534.0, \"Year\": 2006, \"Profit\": -6927757.0}, {\"Title\": \"Imagine That\", \"US_Gross\": 16123323.0, \"Worldwide_Gross\": 16123323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Karey Kirkpatrick\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3092.0, \"Year\": 2009, \"Profit\": -38876677.0}, {\"Title\": \"Impostor\", \"US_Gross\": 6114237.0, \"Worldwide_Gross\": 6114237.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-01-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 9020.0, \"Year\": 2002, \"Profit\": -33885763.0}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010, \"Profit\": 593830280.0}, {\"Title\": \"In the Cut\", \"US_Gross\": 4717455.0, \"Worldwide_Gross\": 23693646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jane Campion\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 11590.0, \"Year\": 2003, \"Profit\": 11693646.0}, {\"Title\": \"In Too Deep\", \"US_Gross\": 14026509.0, \"Worldwide_Gross\": 14026509.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1999-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2529.0, \"Year\": 1999, \"Profit\": 7026509.0}, {\"Title\": \"Indig\\u00cbnes\", \"US_Gross\": 320700.0, \"Worldwide_Gross\": 6877936.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18900000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5775.0, \"Year\": 2006, \"Profit\": -12022064.0}, {\"Title\": \"Indiana Jones and the Kingdom of the Crystal Skull\", \"US_Gross\": 317023851.0, \"Worldwide_Gross\": 786558145.0, \"US_DVD_Sales\": 109654917.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 135071.0, \"Year\": 2008, \"Profit\": 601558145.0}, {\"Title\": \"In Dreams\", \"US_Gross\": 12017369.0, \"Worldwide_Gross\": 12017369.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil Jordan\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 7138.0, \"Year\": 1999, \"Profit\": -17982631.0}, {\"Title\": \"Infamous\", \"US_Gross\": 1151330.0, \"Worldwide_Gross\": 2613717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6917.0, \"Year\": 2006, \"Profit\": -10386283.0}, {\"Title\": \"The Informant\", \"US_Gross\": 33316821.0, \"Worldwide_Gross\": 41771168.0, \"US_DVD_Sales\": 6212437.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 380.0, \"Year\": 2009, \"Profit\": 19771168.0}, {\"Title\": \"The Informers\", \"US_Gross\": 315000.0, \"Worldwide_Gross\": 315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Senator Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7595.0, \"Year\": 2009, \"Profit\": -17685000.0}, {\"Title\": \"Inkheart\", \"US_Gross\": 17303424.0, \"Worldwide_Gross\": 58051454.0, \"US_DVD_Sales\": 8342886.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14157.0, \"Year\": 2009, \"Profit\": -1948546.0}, {\"Title\": \"In & Out\", \"US_Gross\": 63826569.0, \"Worldwide_Gross\": 83226569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 18773.0, \"Year\": 1997, \"Profit\": 48226569.0}, {\"Title\": \"I Now Pronounce You Chuck and Larry\", \"US_Gross\": 119725280.0, \"Worldwide_Gross\": 185708462.0, \"US_DVD_Sales\": 69334335.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 46347.0, \"Year\": 2007, \"Profit\": 100708462.0}, {\"Title\": \"Inside Man\", \"US_Gross\": 88634237.0, \"Worldwide_Gross\": 184634237.0, \"US_DVD_Sales\": 37712869.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86229.0, \"Year\": 2006, \"Profit\": 134634237.0}, {\"Title\": \"The Insider\", \"US_Gross\": 28965197.0, \"Worldwide_Gross\": 60265197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 68747.0, \"Year\": 1999, \"Profit\": -7734803.0}, {\"Title\": \"Insomnia\", \"US_Gross\": 67263182.0, \"Worldwide_Gross\": 113622499.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 33.0, \"Year\": 2002, \"Profit\": 67622499.0}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999, \"Profit\": 22387965.0}, {\"Title\": \"Instinct\", \"US_Gross\": 34105207.0, \"Worldwide_Gross\": 34105207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 15388.0, \"Year\": 1999, \"Profit\": -20894793.0}, {\"Title\": \"The Invention of Lying\", \"US_Gross\": 18451251.0, \"Worldwide_Gross\": 32679264.0, \"US_DVD_Sales\": 4548709.0, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ricky Gervais\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 24578.0, \"Year\": 2009, \"Profit\": 14179264.0}, {\"Title\": \"The Invasion\", \"US_Gross\": 15074191.0, \"Worldwide_Gross\": 40147042.0, \"US_DVD_Sales\": 4845943.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 28605.0, \"Year\": 2007, \"Profit\": -39852958.0}, {\"Title\": \"Ira and Abby\", \"US_Gross\": 221096.0, \"Worldwide_Gross\": 221096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 855.0, \"Year\": 2007, \"Profit\": -3278904.0}, {\"Title\": \"I, Robot\", \"US_Gross\": 144801023.0, \"Worldwide_Gross\": 348601023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 243601023.0}, {\"Title\": \"Iron Man 2\", \"US_Gross\": 312128345.0, \"Worldwide_Gross\": 622128345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 61256.0, \"Year\": 2010, \"Profit\": 452128345.0}, {\"Title\": \"Iron Man\", \"US_Gross\": 318604126.0, \"Worldwide_Gross\": 582604126.0, \"US_DVD_Sales\": 169251757.0, \"Production_Budget\": 186000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 174040.0, \"Year\": 2008, \"Profit\": 396604126.0}, {\"Title\": \"The Iron Giant\", \"US_Gross\": 23159305.0, \"Worldwide_Gross\": 31333917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-08-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 38791.0, \"Year\": 1999, \"Profit\": -18666083.0}, {\"Title\": \"Obsluhoval jsem anglick\\u00c8ho kr\\u00b7le\", \"US_Gross\": 617228.0, \"Worldwide_Gross\": 7174984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4900000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 3048.0, \"Year\": 2008, \"Profit\": 2274984.0}, {\"Title\": \"The Island\", \"US_Gross\": 35818913.0, \"Worldwide_Gross\": 163018913.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 82601.0, \"Year\": 2005, \"Profit\": 43018913.0}, {\"Title\": \"Isn't She Great\", \"US_Gross\": 2954405.0, \"Worldwide_Gross\": 2954405.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1426.0, \"Year\": 2000, \"Profit\": -33045595.0}, {\"Title\": \"I Spy\", \"US_Gross\": 33561137.0, \"Worldwide_Gross\": 33561137.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-11-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Betty Thomas\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 18061.0, \"Year\": 2002, \"Profit\": -36438863.0}, {\"Title\": \"The Italian Job\", \"US_Gross\": 106126012.0, \"Worldwide_Gross\": 175826012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76835.0, \"Year\": 2003, \"Profit\": 115826012.0}, {\"Title\": \"I Think I Love My Wife\", \"US_Gross\": 12559771.0, \"Worldwide_Gross\": 13205411.0, \"US_DVD_Sales\": 13566229.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Rock\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8643.0, \"Year\": 2007, \"Profit\": -794589.0}, {\"Title\": \"Jack Frost\", \"US_Gross\": 34645374.0, \"Worldwide_Gross\": 34645374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6932.0, \"Year\": 1998, \"Profit\": -15354626.0}, {\"Title\": \"Jackie Brown\", \"US_Gross\": 39673162.0, \"Worldwide_Gross\": 72673162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 84068.0, \"Year\": 1997, \"Profit\": 60673162.0}, {\"Title\": \"The Jackal\", \"US_Gross\": 54956941.0, \"Worldwide_Gross\": 159356941.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35540.0, \"Year\": 1997, \"Profit\": 99356941.0}, {\"Title\": \"The Jacket\", \"US_Gross\": 6301131.0, \"Worldwide_Gross\": 15452978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28500000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 35932.0, \"Year\": 2005, \"Profit\": -13047022.0}, {\"Title\": \"Jakob the Liar\", \"US_Gross\": 4956401.0, \"Worldwide_Gross\": 4956401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 6636.0, \"Year\": 1999, \"Profit\": -10043599.0}, {\"Title\": \"Jarhead\", \"US_Gross\": 62647540.0, \"Worldwide_Gross\": 96947540.0, \"US_DVD_Sales\": 52209103.0, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2005-11-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 60650.0, \"Year\": 2005, \"Profit\": 24947540.0}, {\"Title\": \"Jawbreaker\", \"US_Gross\": 3076820.0, \"Worldwide_Gross\": 3076820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 9329.0, \"Year\": 1999, \"Profit\": 76820.0}, {\"Title\": \"The World is Not Enough\", \"US_Gross\": 126930660.0, \"Worldwide_Gross\": 361730660.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Apted\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 59406.0, \"Year\": 1999, \"Profit\": 226730660.0}, {\"Title\": \"Die Another Day\", \"US_Gross\": 160942139.0, \"Worldwide_Gross\": 431942139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 142000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 67476.0, \"Year\": 2002, \"Profit\": 289942139.0}, {\"Title\": \"Casino Royale\", \"US_Gross\": 167365000.0, \"Worldwide_Gross\": 596365000.0, \"US_DVD_Sales\": 79681613.0, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2006-11-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 144.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 172936.0, \"Year\": 2006, \"Profit\": 494365000.0}, {\"Title\": \"Quantum of Solace\", \"US_Gross\": 169368427.0, \"Worldwide_Gross\": 576368427.0, \"US_DVD_Sales\": 44912115.0, \"Production_Budget\": 230000000.0, \"Release_Date\": \"2008-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 93596.0, \"Year\": 2008, \"Profit\": 346368427.0}, {\"Title\": \"Jennifer's Body\", \"US_Gross\": 16204793.0, \"Worldwide_Gross\": 32832166.0, \"US_DVD_Sales\": 4998385.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 24265.0, \"Year\": 2009, \"Profit\": 16832166.0}, {\"Title\": \"Jackass: Number Two\", \"US_Gross\": 72778712.0, \"Worldwide_Gross\": 83578712.0, \"US_DVD_Sales\": 49050925.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2006-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 24434.0, \"Year\": 2006, \"Profit\": 72578712.0}, {\"Title\": \"Jackass: The Movie\", \"US_Gross\": 64282312.0, \"Worldwide_Gross\": 75466905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 27454.0, \"Year\": 2002, \"Profit\": 70466905.0}, {\"Title\": \"Journey to the Center of the Earth\", \"US_Gross\": 101704370.0, \"Worldwide_Gross\": 240904370.0, \"US_DVD_Sales\": 26253886.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23756.0, \"Year\": 2008, \"Profit\": 195904370.0}, {\"Title\": \"Joe Dirt\", \"US_Gross\": 27087695.0, \"Worldwide_Gross\": 30987695.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 18666.0, \"Year\": 2001, \"Profit\": 14987695.0}, {\"Title\": \"The Curse of the Jade Scorpion\", \"US_Gross\": 7496522.0, \"Worldwide_Gross\": 18496522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15897.0, \"Year\": 2001, \"Profit\": -7503478.0}, {\"Title\": \"Jeepers Creepers\", \"US_Gross\": 37904175.0, \"Worldwide_Gross\": 55026845.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 30610.0, \"Year\": 2001, \"Profit\": 45026845.0}, {\"Title\": \"Johnny English\", \"US_Gross\": 28013509.0, \"Worldwide_Gross\": 160323929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-07-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29246.0, \"Year\": 2003, \"Profit\": 115323929.0}, {\"Title\": \"Jeepers Creepers II\", \"US_Gross\": 35623801.0, \"Worldwide_Gross\": 35623801.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 15975.0, \"Year\": 2003, \"Profit\": 10623801.0}, {\"Title\": \"The Assassination of Jesse James by the Coward Robert Ford\", \"US_Gross\": 3909149.0, \"Worldwide_Gross\": 15001776.0, \"US_DVD_Sales\": 9871881.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 160.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 57465.0, \"Year\": 2007, \"Profit\": -14998224.0}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004, \"Profit\": 19462753.0}, {\"Title\": \"Jersey Girl\", \"US_Gross\": 25266129.0, \"Worldwide_Gross\": 37066129.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 27370.0, \"Year\": 2004, \"Profit\": 2066129.0}, {\"Title\": \"The Jimmy Show\", \"US_Gross\": 703.0, \"Worldwide_Gross\": 703.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 358.0, \"Year\": 2002, \"Profit\": -999297.0}, {\"Title\": \"Jindabyne\", \"US_Gross\": 399879.0, \"Worldwide_Gross\": 2862544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3920.0, \"Year\": 2007, \"Profit\": -7937456.0}, {\"Title\": \"Jackpot\", \"US_Gross\": 44452.0, \"Worldwide_Gross\": 44452.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 408.0, \"Year\": 2001, \"Profit\": -355548.0}, {\"Title\": \"Just Like Heaven\", \"US_Gross\": 48318130.0, \"Worldwide_Gross\": 100687083.0, \"US_DVD_Sales\": 37588463.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29457.0, \"Year\": 2005, \"Profit\": 42687083.0}, {\"Title\": \"Just My Luck\", \"US_Gross\": 17326650.0, \"Worldwide_Gross\": 38326650.0, \"US_DVD_Sales\": 11051609.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 13368.0, \"Year\": 2006, \"Profit\": 10326650.0}, {\"Title\": \"The Messenger: The Story of Joan of Arc\", \"US_Gross\": 14271297.0, \"Worldwide_Gross\": 14271297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -35728703.0}, {\"Title\": \"The Jungle Book 2\", \"US_Gross\": 47901582.0, \"Worldwide_Gross\": 135703599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 2740.0, \"Year\": 2003, \"Profit\": 115703599.0}, {\"Title\": \"Joe Somebody\", \"US_Gross\": 22770864.0, \"Worldwide_Gross\": 24515990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 5313.0, \"Year\": 2001, \"Profit\": -13484010.0}, {\"Title\": \"Jonah Hex\", \"US_Gross\": 10547117.0, \"Worldwide_Gross\": 10547117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 81.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 2316.0, \"Year\": 2010, \"Profit\": -36452883.0}, {\"Title\": \"John Q\", \"US_Gross\": 71026631.0, \"Worldwide_Gross\": 102226631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32338.0, \"Year\": 2002, \"Profit\": 66226631.0}, {\"Title\": \"Jonah: A VeggieTales Movie\", \"US_Gross\": 25571351.0, \"Worldwide_Gross\": 25606175.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 82.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 1704.0, \"Year\": 2002, \"Profit\": 11606175.0}, {\"Title\": \"The Joneses\", \"US_Gross\": 1475746.0, \"Worldwide_Gross\": 1475746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4345.0, \"Year\": 2010, \"Profit\": -8524254.0}, {\"Title\": \"Josie and the Pussycats\", \"US_Gross\": 14252830.0, \"Worldwide_Gross\": 14252830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 11284.0, \"Year\": 2001, \"Profit\": -7747170.0}, {\"Title\": \"Joy Ride\", \"US_Gross\": 21973182.0, \"Worldwide_Gross\": 21973182.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 118.0, \"Year\": 2001, \"Profit\": -1026818.0}, {\"Title\": \"Jerry Maguire\", \"US_Gross\": 153952592.0, \"Worldwide_Gross\": 274000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 78603.0, \"Year\": 1996, \"Profit\": 224000000.0}, {\"Title\": \"Jay and Silent Bob Strike Back\", \"US_Gross\": 30059386.0, \"Worldwide_Gross\": 33762400.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 62692.0, \"Year\": 2001, \"Profit\": 11762400.0}, {\"Title\": \"Jesus' Son\", \"US_Gross\": 1282084.0, \"Worldwide_Gross\": 1687548.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4620.0, \"Year\": 2000, \"Profit\": -812452.0}, {\"Title\": \"Being Julia\", \"US_Gross\": 7739049.0, \"Worldwide_Gross\": 11039049.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 7067.0, \"Year\": 2004, \"Profit\": -6960951.0}, {\"Title\": \"Julie & Julia\", \"US_Gross\": 94125426.0, \"Worldwide_Gross\": 126646119.0, \"US_DVD_Sales\": 40846498.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 22269.0, \"Year\": 2009, \"Profit\": 86646119.0}, {\"Title\": \"Jumper\", \"US_Gross\": 80172128.0, \"Worldwide_Gross\": 222117068.0, \"US_DVD_Sales\": 33679094.0, \"Production_Budget\": 82500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 69161.0, \"Year\": 2008, \"Profit\": 139617068.0}, {\"Title\": \"Junebug\", \"US_Gross\": 2678010.0, \"Worldwide_Gross\": 2678010.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11457.0, \"Year\": 2005, \"Profit\": 1678010.0}, {\"Title\": \"Juno\", \"US_Gross\": 143495265.0, \"Worldwide_Gross\": 230327671.0, \"US_DVD_Sales\": 57612374.0, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2007-12-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 149855.0, \"Year\": 2007, \"Profit\": 223327671.0}, {\"Title\": \"Jurassic Park 3\", \"US_Gross\": 181166115.0, \"Worldwide_Gross\": 365900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 93000000.0, \"Release_Date\": \"2001-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 151365.0, \"Year\": 2001, \"Profit\": 272900000.0}, {\"Title\": \"Just Looking\", \"US_Gross\": 39852.0, \"Worldwide_Gross\": 39852.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jason Alexander\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 949.0, \"Year\": 2000, \"Profit\": -2960148.0}, {\"Title\": \"Just Married\", \"US_Gross\": 56127162.0, \"Worldwide_Gross\": 56127162.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2003-01-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 19508.0, \"Year\": 2003, \"Profit\": 37127162.0}, {\"Title\": \"Juwanna Man\", \"US_Gross\": 13571817.0, \"Worldwide_Gross\": 13771817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 3062.0, \"Year\": 2002, \"Profit\": -1828183.0}, {\"Title\": \"Freddy vs. Jason\", \"US_Gross\": 82622655.0, \"Worldwide_Gross\": 114326122.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ronny Yu\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 39182.0, \"Year\": 2003, \"Profit\": 89326122.0}, {\"Title\": \"K-19: The Widowmaker\", \"US_Gross\": 35168966.0, \"Worldwide_Gross\": 65716126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kathryn Bigelow\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 22288.0, \"Year\": 2002, \"Profit\": -24283874.0}, {\"Title\": \"Kate and Leopold\", \"US_Gross\": 47095453.0, \"Worldwide_Gross\": 70937778.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23600.0, \"Year\": 2001, \"Profit\": 22937778.0}, {\"Title\": \"Kama Sutra\", \"US_Gross\": 4109095.0, \"Worldwide_Gross\": 4109095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1997-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1997, \"Profit\": 1109095.0}, {\"Title\": \"Kangaroo Jack\", \"US_Gross\": 66723216.0, \"Worldwide_Gross\": 90723216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9994.0, \"Year\": 2003, \"Profit\": 30723216.0}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010, \"Profit\": 48252166.0}, {\"Title\": \"The Original Kings of Comedy\", \"US_Gross\": 38168022.0, \"Worldwide_Gross\": 38236338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 3258.0, \"Year\": 2000, \"Profit\": 35236338.0}, {\"Title\": \"Kiss of the Dragon\", \"US_Gross\": 36833473.0, \"Worldwide_Gross\": 36833473.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-07-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Nahon\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22087.0, \"Year\": 2001, \"Profit\": 11833473.0}, {\"Title\": \"Kung Fu Hustle\", \"US_Gross\": 17104669.0, \"Worldwide_Gross\": 101004669.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 81004669.0}, {\"Title\": \"The Karate Kid\", \"US_Gross\": 176591618.0, \"Worldwide_Gross\": 350591618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20039.0, \"Year\": 2010, \"Profit\": 310591618.0}, {\"Title\": \"The Kentucky Fried Movie\", \"US_Gross\": 15000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1977-08-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Film Distribution Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Landis\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8342.0, \"Year\": 1977, \"Profit\": 19400000.0}, {\"Title\": \"Kicking and Screaming\", \"US_Gross\": 52842724.0, \"Worldwide_Gross\": 55842724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3841.0, \"Year\": 2005, \"Profit\": 10842724.0}, {\"Title\": \"Kill Bill: Volume 2\", \"US_Gross\": 66207920.0, \"Worldwide_Gross\": 150907920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 182834.0, \"Year\": 2004, \"Profit\": 95907920.0}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003, \"Profit\": 125098138.0}, {\"Title\": \"Kingdom Come\", \"US_Gross\": 23247539.0, \"Worldwide_Gross\": 23393939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2001-04-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 16393939.0}, {\"Title\": \"Kingdom of Heaven\", \"US_Gross\": 47398413.0, \"Worldwide_Gross\": 211398413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-05-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83189.0, \"Year\": 2005, \"Profit\": 101398413.0}, {\"Title\": \"Kinsey\", \"US_Gross\": 10214647.0, \"Worldwide_Gross\": 13000959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Condon\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20135.0, \"Year\": 2004, \"Profit\": 2000959.0}, {\"Title\": \"Kissing Jessica Stein\", \"US_Gross\": 7025722.0, \"Worldwide_Gross\": 8915268.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8291.0, \"Year\": 2002, \"Profit\": 7415268.0}, {\"Title\": \"Kiss the Girls\", \"US_Gross\": 60527873.0, \"Worldwide_Gross\": 60527873.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1997-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20932.0, \"Year\": 1997, \"Profit\": 33527873.0}, {\"Title\": \"King Kong\", \"US_Gross\": 218080025.0, \"Worldwide_Gross\": 550517357.0, \"US_DVD_Sales\": 140752353.0, \"Production_Budget\": 207000000.0, \"Release_Date\": \"2005-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 187.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 132720.0, \"Year\": 2005, \"Profit\": 343517357.0}, {\"Title\": \"Knocked Up\", \"US_Gross\": 148761765.0, \"Worldwide_Gross\": 218994109.0, \"US_DVD_Sales\": 117601397.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-06-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Judd Apatow\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 111192.0, \"Year\": 2007, \"Profit\": 191494109.0}, {\"Title\": \"Knight and Day\", \"US_Gross\": 76373029.0, \"Worldwide_Gross\": 228937227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 117000000.0, \"Release_Date\": \"2010-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 13887.0, \"Year\": 2010, \"Profit\": 111937227.0}, {\"Title\": \"The Kingdom\", \"US_Gross\": 47467250.0, \"Worldwide_Gross\": 86509602.0, \"US_DVD_Sales\": 34065220.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 47200.0, \"Year\": 2007, \"Profit\": 14009602.0}, {\"Title\": \"Black Knight\", \"US_Gross\": 33422806.0, \"Worldwide_Gross\": 33422806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 12747.0, \"Year\": 2001, \"Profit\": -1577194.0}, {\"Title\": \"Knockaround Guys\", \"US_Gross\": 11660180.0, \"Worldwide_Gross\": 12419700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 11019.0, \"Year\": 2002, \"Profit\": -2580300.0}, {\"Title\": \"Knowing\", \"US_Gross\": 79957634.0, \"Worldwide_Gross\": 187858642.0, \"US_DVD_Sales\": 23450931.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alex Proyas\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 58138.0, \"Year\": 2009, \"Profit\": 137858642.0}, {\"Title\": \"Knock Off\", \"US_Gross\": 10319915.0, \"Worldwide_Gross\": 10319915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 5852.0, \"Year\": 1998, \"Profit\": -24680085.0}, {\"Title\": \"K-PAX\", \"US_Gross\": 50315140.0, \"Worldwide_Gross\": 50315140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 50475.0, \"Year\": 2001, \"Profit\": 2315140.0}, {\"Title\": \"Christmas with the Kranks\", \"US_Gross\": 73701902.0, \"Worldwide_Gross\": 96501902.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-11-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 9126.0, \"Year\": 2004, \"Profit\": 46501902.0}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005, \"Profit\": -20950473.0}, {\"Title\": \"Kiss Kiss, Bang Bang\", \"US_Gross\": 4235837.0, \"Worldwide_Gross\": 13105837.0, \"US_DVD_Sales\": 6863163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -1894163.0}, {\"Title\": \"A Knight's Tale\", \"US_Gross\": 56083966.0, \"Worldwide_Gross\": 56083966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2001-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 47609.0, \"Year\": 2001, \"Profit\": 15083966.0}, {\"Title\": \"The Kite Runner\", \"US_Gross\": 15800078.0, \"Worldwide_Gross\": 73222245.0, \"US_DVD_Sales\": 6563936.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 26816.0, \"Year\": 2007, \"Profit\": 53222245.0}, {\"Title\": \"Kundun\", \"US_Gross\": 5686694.0, \"Worldwide_Gross\": 5686694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10248.0, \"Year\": 1997, \"Profit\": -22313306.0}, {\"Title\": \"Kung Pow: Enter the Fist\", \"US_Gross\": 16033556.0, \"Worldwide_Gross\": 16033556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Oedekerk\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 19348.0, \"Year\": 2002, \"Profit\": 6033556.0}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997, \"Profit\": 75604977.0}, {\"Title\": \"Law Abiding Citizen\", \"US_Gross\": 73357727.0, \"Worldwide_Gross\": 113190972.0, \"US_DVD_Sales\": 20038881.0, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 45577.0, \"Year\": 2009, \"Profit\": 60190972.0}, {\"Title\": \"Ladder 49\", \"US_Gross\": 74541707.0, \"Worldwide_Gross\": 102332848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 23369.0, \"Year\": 2004, \"Profit\": 42332848.0}, {\"Title\": \"The Ladykillers\", \"US_Gross\": 39692139.0, \"Worldwide_Gross\": 77692139.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39242.0, \"Year\": 2004, \"Profit\": 42692139.0}, {\"Title\": \"Lady in the Water\", \"US_Gross\": 42285169.0, \"Worldwide_Gross\": 72785169.0, \"US_DVD_Sales\": 12440849.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 47535.0, \"Year\": 2006, \"Profit\": -2214831.0}, {\"Title\": \"The Lake House\", \"US_Gross\": 52330111.0, \"Worldwide_Gross\": 114830111.0, \"US_DVD_Sales\": 39758509.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36613.0, \"Year\": 2006, \"Profit\": 74830111.0}, {\"Title\": \"Lakeview Terrace\", \"US_Gross\": 39263506.0, \"Worldwide_Gross\": 44263506.0, \"US_DVD_Sales\": 21455006.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 18547.0, \"Year\": 2008, \"Profit\": 24263506.0}, {\"Title\": \"The Ladies Man\", \"US_Gross\": 13592872.0, \"Worldwide_Gross\": 13719474.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6556.0, \"Year\": 2000, \"Profit\": 2719474.0}, {\"Title\": \"Land of the Lost\", \"US_Gross\": 49438370.0, \"Worldwide_Gross\": 69548641.0, \"US_DVD_Sales\": 18953806.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-06-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 16830.0, \"Year\": 2009, \"Profit\": -30451359.0}, {\"Title\": \"Changing Lanes\", \"US_Gross\": 66790248.0, \"Worldwide_Gross\": 66790248.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29222.0, \"Year\": 2002, \"Profit\": 21790248.0}, {\"Title\": \"Lars and the Real Girl\", \"US_Gross\": 5956480.0, \"Worldwide_Gross\": 10553442.0, \"US_DVD_Sales\": 2560922.0, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 32423.0, \"Year\": 2007, \"Profit\": -1946558.0}, {\"Title\": \"L'auberge espagnole\", \"US_Gross\": 3895664.0, \"Worldwide_Gross\": 3895664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5900000.0, \"Release_Date\": \"2003-05-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 15696.0, \"Year\": 2003, \"Profit\": -2004336.0}, {\"Title\": \"Laws of Attraction\", \"US_Gross\": 17848322.0, \"Worldwide_Gross\": 29948322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9266.0, \"Year\": 2004, \"Profit\": -2051678.0}, {\"Title\": \"Little Black Book\", \"US_Gross\": 20422207.0, \"Worldwide_Gross\": 21758371.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 7625.0, \"Year\": 2004, \"Profit\": -8241629.0}, {\"Title\": \"Layer Cake\", \"US_Gross\": 2339957.0, \"Worldwide_Gross\": 11850214.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39857.0, \"Year\": 2005, \"Profit\": 5350214.0}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006, \"Profit\": -1319901.0}, {\"Title\": \"Little Children\", \"US_Gross\": 5463019.0, \"Worldwide_Gross\": 14763019.0, \"US_DVD_Sales\": 3657245.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Field\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 37162.0, \"Year\": 2006, \"Profit\": 763019.0}, {\"Title\": \"Save the Last Dance\", \"US_Gross\": 91038276.0, \"Worldwide_Gross\": 131638276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20355.0, \"Year\": 2001, \"Profit\": 118638276.0}, {\"Title\": \"George A. Romero's Land of the Dead\", \"US_Gross\": 20700082.0, \"Worldwide_Gross\": 45900082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George A. Romero\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 30900082.0}, {\"Title\": \"Left Behind\", \"US_Gross\": 4221341.0, \"Worldwide_Gross\": 4221341.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18500000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cloud Ten Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 43.0, \"Year\": 2001, \"Profit\": -14278659.0}, {\"Title\": \"Legion\", \"US_Gross\": 40122938.0, \"Worldwide_Gross\": 64622938.0, \"US_DVD_Sales\": 16715657.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19962.0, \"Year\": 2010, \"Profit\": 38622938.0}, {\"Title\": \"I am Legend\", \"US_Gross\": 256393010.0, \"Worldwide_Gross\": 585055701.0, \"US_DVD_Sales\": 129742540.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-12-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Lawrence\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 153631.0, \"Year\": 2007, \"Profit\": 435055701.0}, {\"Title\": \"Leatherheads\", \"US_Gross\": 31373938.0, \"Worldwide_Gross\": 40830862.0, \"US_DVD_Sales\": 8871266.0, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Clooney\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14504.0, \"Year\": 2008, \"Profit\": -17169138.0}, {\"Title\": \"Life Before Her Eyes\", \"US_Gross\": 303439.0, \"Worldwide_Gross\": 303439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-04-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -11696561.0}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006, \"Profit\": 55756082.0}, {\"Title\": \"Life, or Something Like It\", \"US_Gross\": 14448589.0, \"Worldwide_Gross\": 14448589.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -25551411.0}, {\"Title\": \"Last Holiday\", \"US_Gross\": 38399961.0, \"Worldwide_Gross\": 43343247.0, \"US_DVD_Sales\": 29881643.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8060.0, \"Year\": 2006, \"Profit\": -1656753.0}, {\"Title\": \"The Hurricane\", \"US_Gross\": 50699241.0, \"Worldwide_Gross\": 73956241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1999-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 32172.0, \"Year\": 1999, \"Profit\": 35956241.0}, {\"Title\": \"Liar Liar\", \"US_Gross\": 181410615.0, \"Worldwide_Gross\": 302710615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 67798.0, \"Year\": 1997, \"Profit\": 257710615.0}, {\"Title\": \"Equilibrium\", \"US_Gross\": 1190018.0, \"Worldwide_Gross\": 5345869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-12-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 86428.0, \"Year\": 2002, \"Profit\": -14654131.0}, {\"Title\": \"Chasing Liberty\", \"US_Gross\": 12189514.0, \"Worldwide_Gross\": 12291975.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7855.0, \"Year\": 2004, \"Profit\": -10708025.0}, {\"Title\": \"The Libertine\", \"US_Gross\": 4835065.0, \"Worldwide_Gross\": 9448623.0, \"US_DVD_Sales\": 2836487.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 16266.0, \"Year\": 2005, \"Profit\": -12551377.0}, {\"Title\": \"L.I.E.\", \"US_Gross\": 1138836.0, \"Worldwide_Gross\": 1138836.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lot 47 Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 5122.0, \"Year\": 2001, \"Profit\": 438836.0}, {\"Title\": \"The Life Aquatic with Steve Zissou\", \"US_Gross\": 24006726.0, \"Worldwide_Gross\": 34806726.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57889.0, \"Year\": 2004, \"Profit\": -15193274.0}, {\"Title\": \"The Life of David Gale\", \"US_Gross\": 19694635.0, \"Worldwide_Gross\": 28920188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alan Parker\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 37628.0, \"Year\": 2003, \"Profit\": -21079812.0}, {\"Title\": \"Life\", \"US_Gross\": 64062587.0, \"Worldwide_Gross\": 73521587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ted Demme\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 99.0, \"Year\": 1999, \"Profit\": -1478413.0}, {\"Title\": \"Like Mike\", \"US_Gross\": 51432423.0, \"Worldwide_Gross\": 62432423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4870.0, \"Year\": 2002, \"Profit\": 32432423.0}, {\"Title\": \"Lilo & Stitch\", \"US_Gross\": 145771527.0, \"Worldwide_Gross\": 245800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 25611.0, \"Year\": 2002, \"Profit\": 165800000.0}, {\"Title\": \"Limbo\", \"US_Gross\": 2016687.0, \"Worldwide_Gross\": 2016687.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"1999-06-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3855.0, \"Year\": 1999, \"Profit\": -6283313.0}, {\"Title\": \"Light It Up\", \"US_Gross\": 5871603.0, \"Worldwide_Gross\": 5871603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 2257.0, \"Year\": 1999, \"Profit\": -7128397.0}, {\"Title\": \"Living Out Loud\", \"US_Gross\": 12905901.0, \"Worldwide_Gross\": 12905901.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard LaGravenese\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 3040.0, \"Year\": 1998, \"Profit\": 905901.0}, {\"Title\": \"The Lizzie McGuire Movie\", \"US_Gross\": 42734455.0, \"Worldwide_Gross\": 55534455.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10199.0, \"Year\": 2003, \"Profit\": 40534455.0}, {\"Title\": \"Letters to Juliet\", \"US_Gross\": 53032453.0, \"Worldwide_Gross\": 68332453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 4576.0, \"Year\": 2010, \"Profit\": 38332453.0}, {\"Title\": \"Lucky Break\", \"US_Gross\": 54606.0, \"Worldwide_Gross\": 54606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1482.0, \"Year\": 2002, \"Profit\": -5945394.0}, {\"Title\": \"The Last King of Scotland\", \"US_Gross\": 17606684.0, \"Worldwide_Gross\": 48363516.0, \"US_DVD_Sales\": 16836991.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-09-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 54022.0, \"Year\": 2006, \"Profit\": 42363516.0}, {\"Title\": \"Lolita\", \"US_Gross\": 1147784.0, \"Worldwide_Gross\": 1147784.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15197.0, \"Year\": 1998, \"Profit\": -53852216.0}, {\"Title\": \"Love Lisa\", \"US_Gross\": 211724.0, \"Worldwide_Gross\": 211724.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2002-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4126.0, \"Year\": 2002, \"Profit\": -788276.0}, {\"Title\": \"Little Miss Sunshine\", \"US_Gross\": 59891098.0, \"Worldwide_Gross\": 100523181.0, \"US_DVD_Sales\": 55501748.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-07-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 151013.0, \"Year\": 2006, \"Profit\": 92523181.0}, {\"Title\": \"In the Land of Women\", \"US_Gross\": 11052958.0, \"Worldwide_Gross\": 14140402.0, \"US_DVD_Sales\": 9876018.0, \"Production_Budget\": 10500000.0, \"Release_Date\": \"2007-04-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13550.0, \"Year\": 2007, \"Profit\": 3640402.0}, {\"Title\": \"Lions for Lambs\", \"US_Gross\": 14998070.0, \"Worldwide_Gross\": 63211088.0, \"US_DVD_Sales\": 9203604.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22264.0, \"Year\": 2007, \"Profit\": 28211088.0}, {\"Title\": \"London\", \"US_Gross\": 12667.0, \"Worldwide_Gross\": 12667.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 181.0, \"Year\": 2006, \"Profit\": -1987333.0}, {\"Title\": \"How to Lose a Guy in 10 Days\", \"US_Gross\": 105807520.0, \"Worldwide_Gross\": 177079973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 33866.0, \"Year\": 2003, \"Profit\": 127079973.0}, {\"Title\": \"Loser\", \"US_Gross\": 15464026.0, \"Worldwide_Gross\": 18250106.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Amy Heckerling\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 12877.0, \"Year\": 2000, \"Profit\": -1749894.0}, {\"Title\": \"The Losers\", \"US_Gross\": 23591432.0, \"Worldwide_Gross\": 23591432.0, \"US_DVD_Sales\": 7360965.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvain White\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -1408568.0}, {\"Title\": \"The Lost City\", \"US_Gross\": 2484186.0, \"Worldwide_Gross\": 3650302.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9600000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Andy Garcia\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 5790.0, \"Year\": 2006, \"Profit\": -5949698.0}, {\"Title\": \"Lost In Space\", \"US_Gross\": 69117629.0, \"Worldwide_Gross\": 136117629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 31611.0, \"Year\": 1998, \"Profit\": 56117629.0}, {\"Title\": \"Lost and Found\", \"US_Gross\": 6552255.0, \"Worldwide_Gross\": 6552255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 118.0, \"Year\": 1999, \"Profit\": -7447745.0}, {\"Title\": \"Lottery Ticket\", \"US_Gross\": 23602581.0, \"Worldwide_Gross\": 23602581.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 6602581.0}, {\"Title\": \"Love and Basketball\", \"US_Gross\": 27441122.0, \"Worldwide_Gross\": 27709625.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gina Prince-Bythewood\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5835.0, \"Year\": 2000, \"Profit\": 12709625.0}, {\"Title\": \"Love Jones\", \"US_Gross\": 12554569.0, \"Worldwide_Gross\": 12554569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1997-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1165.0, \"Year\": 1997, \"Profit\": 2554569.0}, {\"Title\": \"The Love Letter\", \"US_Gross\": 8322608.0, \"Worldwide_Gross\": 8322608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2446.0, \"Year\": 1999, \"Profit\": -6677392.0}, {\"Title\": \"Lovely and Amazing\", \"US_Gross\": 4210379.0, \"Worldwide_Gross\": 4695781.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2002-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 3936.0, \"Year\": 2002, \"Profit\": 4445781.0}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002, \"Profit\": 832284377.0}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003, \"Profit\": 1039027325.0}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001, \"Profit\": 759621686.0}, {\"Title\": \"Lord of War\", \"US_Gross\": 24149632.0, \"Worldwide_Gross\": 62142629.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Niccol\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 80124.0, \"Year\": 2005, \"Profit\": 20142629.0}, {\"Title\": \"Lock, Stock and Two Smoking Barrels\", \"US_Gross\": 3897569.0, \"Worldwide_Gross\": 25297569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1350000.0, \"Release_Date\": \"1999-03-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 23947569.0}, {\"Title\": \"The Last Shot\", \"US_Gross\": 463730.0, \"Worldwide_Gross\": 463730.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 2711.0, \"Year\": 2004, \"Profit\": -39536270.0}, {\"Title\": \"Lonesome Jim\", \"US_Gross\": 154187.0, \"Worldwide_Gross\": 154187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Buscemi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4585.0, \"Year\": 2006, \"Profit\": -345813.0}, {\"Title\": \"The Last Legion\", \"US_Gross\": 5932060.0, \"Worldwide_Gross\": 21439015.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 67000000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 12250.0, \"Year\": 2007, \"Profit\": -45560985.0}, {\"Title\": \"The Last Samurai\", \"US_Gross\": 111110575.0, \"Worldwide_Gross\": 456810575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2003-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 154.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 106002.0, \"Year\": 2003, \"Profit\": 336810575.0}, {\"Title\": \"The Last Sin Eater\", \"US_Gross\": 388390.0, \"Worldwide_Gross\": 388390.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2200000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1012.0, \"Year\": 2007, \"Profit\": -1811610.0}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010, \"Profit\": 55850384.0}, {\"Title\": \"Love Stinks\", \"US_Gross\": 2793776.0, \"Worldwide_Gross\": 2793776.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Independent Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 3228.0, \"Year\": 1999, \"Profit\": -1206224.0}, {\"Title\": \"Lost in Translation\", \"US_Gross\": 44585453.0, \"Worldwide_Gross\": 106454000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 130998.0, \"Year\": 2003, \"Profit\": 102454000.0}, {\"Title\": \"Last Orders\", \"US_Gross\": 2326407.0, \"Worldwide_Gross\": 2326407.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Fred Schepisi\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3463.0, \"Year\": 2002, \"Profit\": -9673593.0}, {\"Title\": \"Lost Souls\", \"US_Gross\": 16779636.0, \"Worldwide_Gross\": 31320293.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2000-10-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6639.0, \"Year\": 2000, \"Profit\": 3320293.0}, {\"Title\": \"The Last Station\", \"US_Gross\": 6616974.0, \"Worldwide_Gross\": 6616974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 3465.0, \"Year\": 2010, \"Profit\": -11383026.0}, {\"Title\": \"The Lost World: Jurassic Park\", \"US_Gross\": 229086679.0, \"Worldwide_Gross\": 786686679.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1997-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 134.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 77124.0, \"Year\": 1997, \"Profit\": 711686679.0}, {\"Title\": \"License to Wed\", \"US_Gross\": 43799818.0, \"Worldwide_Gross\": 70799818.0, \"US_DVD_Sales\": 22782913.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 15422.0, \"Year\": 2007, \"Profit\": 35799818.0}, {\"Title\": \"Looney Tunes: Back in Action\", \"US_Gross\": 20950820.0, \"Worldwide_Gross\": 54540662.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 8604.0, \"Year\": 2003, \"Profit\": -25459338.0}, {\"Title\": \"Letters to God\", \"US_Gross\": 2848587.0, \"Worldwide_Gross\": 2848587.0, \"US_DVD_Sales\": 3346596.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Vivendi Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 839.0, \"Year\": 2010, \"Profit\": -151413.0}, {\"Title\": \"Lethal Weapon 4\", \"US_Gross\": 130444603.0, \"Worldwide_Gross\": 285400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 47846.0, \"Year\": 1998, \"Profit\": 145400000.0}, {\"Title\": \"Little Man\", \"US_Gross\": 58636047.0, \"Worldwide_Gross\": 101636047.0, \"US_DVD_Sales\": 32799301.0, \"Production_Budget\": 64000000.0, \"Release_Date\": \"2006-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 97.0, \"Year\": 2006, \"Profit\": 37636047.0}, {\"Title\": \"The Lucky Ones\", \"US_Gross\": 266967.0, \"Worldwide_Gross\": 266967.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 4719.0, \"Year\": 2008, \"Profit\": -13733033.0}, {\"Title\": \"Lucky You\", \"US_Gross\": 5755286.0, \"Worldwide_Gross\": 6521829.0, \"US_DVD_Sales\": 853973.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9870.0, \"Year\": 2007, \"Profit\": -48478171.0}, {\"Title\": \"Luminarias\", \"US_Gross\": 428535.0, \"Worldwide_Gross\": 428535.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 467.0, \"Year\": 2000, \"Profit\": -571465.0}, {\"Title\": \"Se jie\", \"US_Gross\": 4604982.0, \"Worldwide_Gross\": 65696051.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-09-28T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 156.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 15440.0, \"Year\": 2007, \"Profit\": 50696051.0}, {\"Title\": \"Luther\", \"US_Gross\": 5781086.0, \"Worldwide_Gross\": 29465190.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"RS Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5909.0, \"Year\": 2003, \"Profit\": -5534810.0}, {\"Title\": \"Love Actually\", \"US_Gross\": 59472278.0, \"Worldwide_Gross\": 247967903.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 97921.0, \"Year\": 2003, \"Profit\": 202967903.0}, {\"Title\": \"The Little Vampire\", \"US_Gross\": 13555988.0, \"Worldwide_Gross\": 13555988.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2202.0, \"Year\": 2000, \"Profit\": -8444012.0}, {\"Title\": \"The Lovely Bones\", \"US_Gross\": 44028238.0, \"Worldwide_Gross\": 94702568.0, \"US_DVD_Sales\": 8474087.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2009-12-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32049.0, \"Year\": 2009, \"Profit\": 29702568.0}, {\"Title\": \"Herbie: Fully Loaded\", \"US_Gross\": 66010682.0, \"Worldwide_Gross\": 144110682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Angela Robinson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14178.0, \"Year\": 2005, \"Profit\": 94110682.0}, {\"Title\": \"For Love of the Game\", \"US_Gross\": 35188640.0, \"Worldwide_Gross\": 46112640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 137.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 13612.0, \"Year\": 1999, \"Profit\": -3887360.0}, {\"Title\": \"Leaves of Grass\", \"US_Gross\": 20987.0, \"Worldwide_Gross\": 20987.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-04-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tim Blake Nelson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 4541.0, \"Year\": 2010, \"Profit\": -8979013.0}, {\"Title\": \"Love Happens\", \"US_Gross\": 22965110.0, \"Worldwide_Gross\": 30206355.0, \"US_DVD_Sales\": 7174988.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2009-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6111.0, \"Year\": 2009, \"Profit\": 12206355.0}, {\"Title\": \"Just Visiting\", \"US_Gross\": 4777007.0, \"Worldwide_Gross\": 16172200.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6923.0, \"Year\": 2001, \"Profit\": -23827800.0}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007, \"Profit\": 73284657.0}, {\"Title\": \"Love Ranch\", \"US_Gross\": 134904.0, \"Worldwide_Gross\": 134904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": null, \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 163.0, \"Year\": 2010, \"Profit\": -24865096.0}, {\"Title\": \"La M\\u00d9me\", \"US_Gross\": 10299782.0, \"Worldwide_Gross\": 83499782.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 21412.0, \"Year\": 2007, \"Profit\": 67999782.0}, {\"Title\": \"The Chronicles of Narnia: The Lion, the Witch and the Wardrobe\", \"US_Gross\": 291710957.0, \"Worldwide_Gross\": 748806957.0, \"US_DVD_Sales\": 352582053.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 140.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 568806957.0}, {\"Title\": \"The Longest Yard\", \"US_Gross\": 158119460.0, \"Worldwide_Gross\": 190320568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 39752.0, \"Year\": 2005, \"Profit\": 108320568.0}, {\"Title\": \"Mad City\", \"US_Gross\": 10561038.0, \"Worldwide_Gross\": 10561038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Costa-Gavras\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9611.0, \"Year\": 1997, \"Profit\": -39438962.0}, {\"Title\": \"Made\", \"US_Gross\": 5308707.0, \"Worldwide_Gross\": 5476060.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9720.0, \"Year\": 2001, \"Profit\": 476060.0}, {\"Title\": \"Madagascar: Escape 2 Africa\", \"US_Gross\": 180010950.0, \"Worldwide_Gross\": 599516844.0, \"US_DVD_Sales\": 108725804.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2008-11-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30285.0, \"Year\": 2008, \"Profit\": 449516844.0}, {\"Title\": \"Madagascar\", \"US_Gross\": 193595521.0, \"Worldwide_Gross\": 532680671.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-05-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 83.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Eric Darnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 56480.0, \"Year\": 2005, \"Profit\": 457680671.0}, {\"Title\": \"Mad Hot Ballroom\", \"US_Gross\": 8117961.0, \"Worldwide_Gross\": 9079042.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2562.0, \"Year\": 2005, \"Profit\": 8579042.0}, {\"Title\": \"Madison\", \"US_Gross\": 517262.0, \"Worldwide_Gross\": 517262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 536.0, \"Year\": 2005, \"Profit\": -13482738.0}, {\"Title\": \"Jane Austen's Mafia\", \"US_Gross\": 19843795.0, \"Worldwide_Gross\": 30143795.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jim Abrahams\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7706.0, \"Year\": 1998, \"Profit\": 20143795.0}, {\"Title\": \"Paul Blart: Mall Cop\", \"US_Gross\": 146336178.0, \"Worldwide_Gross\": 180449670.0, \"US_DVD_Sales\": 53105030.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 23753.0, \"Year\": 2009, \"Profit\": 154449670.0}, {\"Title\": \"A Man Apart\", \"US_Gross\": 26500000.0, \"Worldwide_Gross\": 44114828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14953.0, \"Year\": 2003, \"Profit\": 8114828.0}, {\"Title\": \"Man on Fire\", \"US_Gross\": 77906816.0, \"Worldwide_Gross\": 118706816.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 146.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 75256.0, \"Year\": 2004, \"Profit\": 58706816.0}, {\"Title\": \"Man of the House\", \"US_Gross\": 19699706.0, \"Worldwide_Gross\": 22099706.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-02-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 3432.0, \"Year\": 2005, \"Profit\": -27900294.0}, {\"Title\": \"Man on the Moon\", \"US_Gross\": 34580635.0, \"Worldwide_Gross\": 47407635.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49481.0, \"Year\": 1999, \"Profit\": -4592365.0}, {\"Title\": \"The Man Who Knew Too Little\", \"US_Gross\": 13801755.0, \"Worldwide_Gross\": 13801755.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-11-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11307.0, \"Year\": 1997, \"Profit\": -6198245.0}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003, \"Profit\": -18353336.0}, {\"Title\": \"Married Life\", \"US_Gross\": 1506998.0, \"Worldwide_Gross\": 1506998.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-03-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4358.0, \"Year\": 2008, \"Profit\": -10493002.0}, {\"Title\": \"The Marine\", \"US_Gross\": 18844784.0, \"Worldwide_Gross\": 22165608.0, \"US_DVD_Sales\": 26786370.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13157.0, \"Year\": 2006, \"Profit\": 7165608.0}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005, \"Profit\": -40081578.0}, {\"Title\": \"The Matador\", \"US_Gross\": 12578537.0, \"Worldwide_Gross\": 17290120.0, \"US_DVD_Sales\": 5309636.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-12-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 25035.0, \"Year\": 2005, \"Profit\": 7290120.0}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999, \"Profit\": 395279930.0}, {\"Title\": \"Max Keeble's Big Move\", \"US_Gross\": 17292381.0, \"Worldwide_Gross\": 17292381.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 2490.0, \"Year\": 2001, \"Profit\": 5292381.0}, {\"Title\": \"May\", \"US_Gross\": 145540.0, \"Worldwide_Gross\": 145540.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1750000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 41.0, \"Year\": 2003, \"Profit\": -1604460.0}, {\"Title\": \"Murderball\", \"US_Gross\": 1531154.0, \"Worldwide_Gross\": 1722277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"2005-07-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 5699.0, \"Year\": 2005, \"Profit\": 1372277.0}, {\"Title\": \"Vicky Cristina Barcelona\", \"US_Gross\": 23213577.0, \"Worldwide_Gross\": 77213577.0, \"US_DVD_Sales\": 8276490.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 51760.0, \"Year\": 2008, \"Profit\": 61213577.0}, {\"Title\": \"My Big Fat Greek Wedding\", \"US_Gross\": 241438208.0, \"Worldwide_Gross\": 368744044.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Zwick\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 46548.0, \"Year\": 2002, \"Profit\": 363744044.0}, {\"Title\": \"My Best Friend's Girl\", \"US_Gross\": 19219250.0, \"Worldwide_Gross\": 34787111.0, \"US_DVD_Sales\": 18449619.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 14617.0, \"Year\": 2008, \"Profit\": 14787111.0}, {\"Title\": \"Monkeybone\", \"US_Gross\": 5409517.0, \"Worldwide_Gross\": 5409517.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2001-02-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 8211.0, \"Year\": 2001, \"Profit\": -69590483.0}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008, \"Profit\": 21975388.0}, {\"Title\": \"My Bloody Valentine\", \"US_Gross\": 51545952.0, \"Worldwide_Gross\": 98817028.0, \"US_DVD_Sales\": 20831900.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 18037.0, \"Year\": 2009, \"Profit\": 84817028.0}, {\"Title\": \"Wu ji\", \"US_Gross\": 669625.0, \"Worldwide_Gross\": 35869934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 5733.0, \"Year\": 2006, \"Profit\": 5869934.0}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997, \"Profit\": -37591580.0}, {\"Title\": \"The Martian Child\", \"US_Gross\": 7500310.0, \"Worldwide_Gross\": 9076823.0, \"US_DVD_Sales\": 7705880.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2007-11-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -17923177.0}, {\"Title\": \"The Manchurian Candidate\", \"US_Gross\": 65948711.0, \"Worldwide_Gross\": 96148711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 36553.0, \"Year\": 2004, \"Profit\": 16148711.0}, {\"Title\": \"Mickey Blue Eyes\", \"US_Gross\": 33864342.0, \"Worldwide_Gross\": 53864342.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 16646.0, \"Year\": 1999, \"Profit\": 13864342.0}, {\"Title\": \"Michael Clayton\", \"US_Gross\": 49033882.0, \"Worldwide_Gross\": 92987651.0, \"US_DVD_Sales\": 18802372.0, \"Production_Budget\": 21500000.0, \"Release_Date\": \"2007-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Gilroy\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 59493.0, \"Year\": 2007, \"Profit\": 71487651.0}, {\"Title\": \"Master and Commander: The Far Side of the World\", \"US_Gross\": 93926386.0, \"Worldwide_Gross\": 209486484.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2003-11-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 138.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 63632.0, \"Year\": 2003, \"Profit\": 74486484.0}, {\"Title\": \"Nanny McPhee and the Big Bang\", \"US_Gross\": 27776620.0, \"Worldwide_Gross\": 90676620.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-08-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2326.0, \"Year\": 2010, \"Profit\": 55676620.0}, {\"Title\": \"Nanny McPhee\", \"US_Gross\": 47279279.0, \"Worldwide_Gross\": 122540909.0, \"US_DVD_Sales\": 42041450.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13391.0, \"Year\": 2006, \"Profit\": 97540909.0}, {\"Title\": \"Mean Creek\", \"US_Gross\": 603951.0, \"Worldwide_Gross\": 967749.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 14472.0, \"Year\": 2004, \"Profit\": 467749.0}, {\"Title\": \"The Medallion\", \"US_Gross\": 22108977.0, \"Worldwide_Gross\": 22108977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 41000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 10121.0, \"Year\": 2003, \"Profit\": -18891023.0}, {\"Title\": \"Meet Dave\", \"US_Gross\": 11803254.0, \"Worldwide_Gross\": 50648806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13381.0, \"Year\": 2008, \"Profit\": -9351194.0}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004, \"Profit\": 186763646.0}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009, \"Profit\": 73008336.0}, {\"Title\": \"Made of Honor\", \"US_Gross\": 46012734.0, \"Worldwide_Gross\": 105508112.0, \"US_DVD_Sales\": 14330761.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weiland\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 15260.0, \"Year\": 2008, \"Profit\": 65508112.0}, {\"Title\": \"Mean Girls\", \"US_Gross\": 86047227.0, \"Worldwide_Gross\": 128947227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2004-04-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 63607.0, \"Year\": 2004, \"Profit\": 110947227.0}, {\"Title\": \"Mean Machine\", \"US_Gross\": 92723.0, \"Worldwide_Gross\": 92723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 12754.0, \"Year\": 2002, \"Profit\": -4407277.0}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998, \"Profit\": -19643874.0}, {\"Title\": \"Me, Myself & Irene\", \"US_Gross\": 90570999.0, \"Worldwide_Gross\": 149270999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 51000000.0, \"Release_Date\": \"2000-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 215.0, \"Year\": 2000, \"Profit\": 98270999.0}, {\"Title\": \"Memoirs of a Geisha\", \"US_Gross\": 57010853.0, \"Worldwide_Gross\": 161510853.0, \"US_DVD_Sales\": 32837435.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Marshall\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38695.0, \"Year\": 2005, \"Profit\": 76510853.0}, {\"Title\": \"Men in Black\", \"US_Gross\": 250690539.0, \"Worldwide_Gross\": 587790539.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-07-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 119704.0, \"Year\": 1997, \"Profit\": 497790539.0}, {\"Title\": \"Men of Honor\", \"US_Gross\": 48814909.0, \"Worldwide_Gross\": 82339483.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30630.0, \"Year\": 2000, \"Profit\": 50339483.0}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001, \"Profit\": 34665950.0}, {\"Title\": \"Mercury Rising\", \"US_Gross\": 32983332.0, \"Worldwide_Gross\": 32983332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Harold Becker\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21449.0, \"Year\": 1998, \"Profit\": -27016668.0}, {\"Title\": \"Mercy Streets\", \"US_Gross\": 173599.0, \"Worldwide_Gross\": 173599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"2000-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 307.0, \"Year\": 2000, \"Profit\": -426401.0}, {\"Title\": \"Joyeux No\\u00cel\", \"US_Gross\": 1054361.0, \"Worldwide_Gross\": 1054361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 9363.0, \"Year\": 2006, \"Profit\": -20945639.0}, {\"Title\": \"Message in a Bottle\", \"US_Gross\": 52880016.0, \"Worldwide_Gross\": 52880016.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 13108.0, \"Year\": 1999, \"Profit\": 22880016.0}, {\"Title\": \"Meet Joe Black\", \"US_Gross\": 44650003.0, \"Worldwide_Gross\": 44650003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"1998-11-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 154.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 56067.0, \"Year\": 1998, \"Profit\": -40349997.0}, {\"Title\": \"Maria Full of Grace\", \"US_Gross\": 6529624.0, \"Worldwide_Gross\": 9892434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"2004-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 16134.0, \"Year\": 2004, \"Profit\": 6692434.0}, {\"Title\": \"Megiddo: Omega Code 2\", \"US_Gross\": 6047691.0, \"Worldwide_Gross\": 6047691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"8X Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -15952309.0}, {\"Title\": \"Magnolia\", \"US_Gross\": 22450975.0, \"Worldwide_Gross\": 48446802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 188.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 121540.0, \"Year\": 1999, \"Profit\": 11446802.0}, {\"Title\": \"The Men Who Stare at Goats\", \"US_Gross\": 32428195.0, \"Worldwide_Gross\": 67348218.0, \"US_DVD_Sales\": 8155901.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Overture Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Grant Heslov\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 33763.0, \"Year\": 2009, \"Profit\": 43348218.0}, {\"Title\": \"Marilyn Hotchkiss' Ballroom Dancing and Charm School\", \"US_Gross\": 349132.0, \"Worldwide_Gross\": 399114.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 1351.0, \"Year\": 2006, \"Profit\": -2100886.0}, {\"Title\": \"Men in Black 2\", \"US_Gross\": 190418803.0, \"Worldwide_Gross\": 441818803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 467.0, \"Year\": 2002, \"Profit\": 301818803.0}, {\"Title\": \"Micmacs\", \"US_Gross\": 1237269.0, \"Worldwide_Gross\": 11734498.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -30265502.0}, {\"Title\": \"The House of Mirth\", \"US_Gross\": 3041803.0, \"Worldwide_Gross\": 3041803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 4489.0, \"Year\": 2000, \"Profit\": -6958197.0}, {\"Title\": \"Miss Congeniality 2: Armed and Fabulous\", \"US_Gross\": 48478006.0, \"Worldwide_Gross\": 101382396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Pasquin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 14297.0, \"Year\": 2005, \"Profit\": 41382396.0}, {\"Title\": \"Mission: Impossible 2\", \"US_Gross\": 215409889.0, \"Worldwide_Gross\": 546209889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-05-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 86222.0, \"Year\": 2000, \"Profit\": 426209889.0}, {\"Title\": \"Mission: Impossible III\", \"US_Gross\": 133501348.0, \"Worldwide_Gross\": 397501348.0, \"US_DVD_Sales\": 49824367.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 74174.0, \"Year\": 2006, \"Profit\": 247501348.0}, {\"Title\": \"Miss Congeniality\", \"US_Gross\": 106807667.0, \"Worldwide_Gross\": 212100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2000-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 42323.0, \"Year\": 2000, \"Profit\": 167100000.0}, {\"Title\": \"The Missing\", \"US_Gross\": 26900336.0, \"Worldwide_Gross\": 38253433.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ron Howard\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 19068.0, \"Year\": 2003, \"Profit\": -26746567.0}, {\"Title\": \"Mighty Joe Young\", \"US_Gross\": 50632037.0, \"Worldwide_Gross\": 50632037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9187.0, \"Year\": 1998, \"Profit\": -29367963.0}, {\"Title\": \"The Majestic\", \"US_Gross\": 27796042.0, \"Worldwide_Gross\": 37306334.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 153.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24809.0, \"Year\": 2001, \"Profit\": -34693666.0}, {\"Title\": \"Martin Lawrence Live: RunTelDat\", \"US_Gross\": 19184820.0, \"Worldwide_Gross\": 19184820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1166.0, \"Year\": 2002, \"Profit\": 16184820.0}, {\"Title\": \"Malibu's Most Wanted\", \"US_Gross\": 34308901.0, \"Worldwide_Gross\": 34499204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2003-04-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 8159.0, \"Year\": 2003, \"Profit\": 19499204.0}, {\"Title\": \"Must Love Dogs\", \"US_Gross\": 43894863.0, \"Worldwide_Gross\": 58894863.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13491.0, \"Year\": 2005, \"Profit\": 23894863.0}, {\"Title\": \"My Life Without Me\", \"US_Gross\": 432360.0, \"Worldwide_Gross\": 9476113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 11022.0, \"Year\": 2003, \"Profit\": 6976113.0}, {\"Title\": \"Mission to Mars\", \"US_Gross\": 60874615.0, \"Worldwide_Gross\": 106000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 32449.0, \"Year\": 2000, \"Profit\": 16000000.0}, {\"Title\": \"MirrorMask\", \"US_Gross\": 864959.0, \"Worldwide_Gross\": 864959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10398.0, \"Year\": 2005, \"Profit\": -3135041.0}, {\"Title\": \"Mumford\", \"US_Gross\": 4559569.0, \"Worldwide_Gross\": 4559569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28700000.0, \"Release_Date\": \"1999-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lawrence Kasdan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6303.0, \"Year\": 1999, \"Profit\": -24140431.0}, {\"Title\": \"Mindhunters\", \"US_Gross\": 4476235.0, \"Worldwide_Gross\": 16566235.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Renny Harlin\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 23357.0, \"Year\": 2005, \"Profit\": -10433765.0}, {\"Title\": \"Captain Corelli's Mandolin\", \"US_Gross\": 25528495.0, \"Worldwide_Gross\": 62097495.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14706.0, \"Year\": 2001, \"Profit\": 5097495.0}, {\"Title\": \"Manderlay\", \"US_Gross\": 74205.0, \"Worldwide_Gross\": 543306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14200000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lars Von Trier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 8986.0, \"Year\": 2006, \"Profit\": -13656694.0}, {\"Title\": \"Midnight in the Garden of Good and Evil\", \"US_Gross\": 25078937.0, \"Worldwide_Gross\": 25078937.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 155.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18960.0, \"Year\": 1997, \"Profit\": -9921063.0}, {\"Title\": \"The Man in the Iron Mask\", \"US_Gross\": 56968169.0, \"Worldwide_Gross\": 56968169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 561.0, \"Year\": 1998, \"Profit\": 21968169.0}, {\"Title\": \"Monster-in-Law\", \"US_Gross\": 82931301.0, \"Worldwide_Gross\": 155931301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 16320.0, \"Year\": 2005, \"Profit\": 110931301.0}, {\"Title\": \"Moonlight Mile\", \"US_Gross\": 6830957.0, \"Worldwide_Gross\": 6830957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8346.0, \"Year\": 2002, \"Profit\": -14169043.0}, {\"Title\": \"Mona Lisa Smile\", \"US_Gross\": 63803100.0, \"Worldwide_Gross\": 121598309.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23657.0, \"Year\": 2003, \"Profit\": 56598309.0}, {\"Title\": \"Monster's Ball\", \"US_Gross\": 31273922.0, \"Worldwide_Gross\": 44873922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 38023.0, \"Year\": 2001, \"Profit\": 40873922.0}, {\"Title\": \"Moli\\u00cbre\", \"US_Gross\": 635733.0, \"Worldwide_Gross\": 791154.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21600000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 265.0, \"Year\": 2007, \"Profit\": -20808846.0}, {\"Title\": \"Molly\", \"US_Gross\": 17396.0, \"Worldwide_Gross\": 17396.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 1563.0, \"Year\": 1999, \"Profit\": -20982604.0}, {\"Title\": \"Monster House\", \"US_Gross\": 73661010.0, \"Worldwide_Gross\": 140161010.0, \"US_DVD_Sales\": 71719512.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2006-07-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gil Kenan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 20689.0, \"Year\": 2006, \"Profit\": 65161010.0}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999, \"Profit\": 130350000.0}, {\"Title\": \"Monsoon Wedding\", \"US_Gross\": 13876974.0, \"Worldwide_Gross\": 13876974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 11314.0, \"Year\": 2002, \"Profit\": 12676974.0}, {\"Title\": \"Monster\", \"US_Gross\": 34469210.0, \"Worldwide_Gross\": 58003694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2003-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2003, \"Profit\": 53003694.0}, {\"Title\": \"Monsters, Inc.\", \"US_Gross\": 255870172.0, \"Worldwide_Gross\": 526864330.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 39908.0, \"Year\": 2001, \"Profit\": 411864330.0}, {\"Title\": \"Mondays in the Sun\", \"US_Gross\": 146402.0, \"Worldwide_Gross\": 146402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -3853598.0}, {\"Title\": \"Money Talks\", \"US_Gross\": 41076865.0, \"Worldwide_Gross\": 41076865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1997-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 8640.0, \"Year\": 1997, \"Profit\": 16076865.0}, {\"Title\": \"Moon\", \"US_Gross\": 5010163.0, \"Worldwide_Gross\": 6934829.0, \"US_DVD_Sales\": 1978111.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 55251.0, \"Year\": 2009, \"Profit\": 1934829.0}, {\"Title\": \"Welcome to Mooseport\", \"US_Gross\": 14469428.0, \"Worldwide_Gross\": 14469428.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 6907.0, \"Year\": 2004, \"Profit\": -11530572.0}, {\"Title\": \"Morvern Callar\", \"US_Gross\": 267194.0, \"Worldwide_Gross\": 267194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3831.0, \"Year\": 2002, \"Profit\": -5732806.0}, {\"Title\": \"The Mothman Prophecies\", \"US_Gross\": 35228696.0, \"Worldwide_Gross\": 54639865.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 26948.0, \"Year\": 2002, \"Profit\": 12639865.0}, {\"Title\": \"Moulin Rouge\", \"US_Gross\": 57386369.0, \"Worldwide_Gross\": 179213196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Baz Luhrmann\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 2105.0, \"Year\": 2001, \"Profit\": 126213196.0}, {\"Title\": \"Me and Orson Welles\", \"US_Gross\": 1190003.0, \"Worldwide_Gross\": 1190003.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2417.0, \"Year\": 2009, \"Profit\": -23809997.0}, {\"Title\": \"Meet the Fockers\", \"US_Gross\": 279167575.0, \"Worldwide_Gross\": 516567575.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69613.0, \"Year\": 2004, \"Profit\": 456567575.0}, {\"Title\": \"Meet the Parents\", \"US_Gross\": 166225040.0, \"Worldwide_Gross\": 301500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 84924.0, \"Year\": 2000, \"Profit\": 246500000.0}, {\"Title\": \"Mr. 3000\", \"US_Gross\": 21800302.0, \"Worldwide_Gross\": 21827296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6202.0, \"Year\": 2004, \"Profit\": -8172704.0}, {\"Title\": \"The Miracle\", \"US_Gross\": 64378093.0, \"Worldwide_Gross\": 64445708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 126.0, \"Year\": 2004, \"Profit\": 36445708.0}, {\"Title\": \"Minority Report\", \"US_Gross\": 132024714.0, \"Worldwide_Gross\": 358824714.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 102000000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 135142.0, \"Year\": 2002, \"Profit\": 256824714.0}, {\"Title\": \"The Fantastic Mr. Fox\", \"US_Gross\": 20999103.0, \"Worldwide_Gross\": 46467231.0, \"US_DVD_Sales\": 7571489.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 6467231.0}, {\"Title\": \"Mr. Nice Guy\", \"US_Gross\": 12716953.0, \"Worldwide_Gross\": 31716953.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sammo Hung Kam-Bo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 174.0, \"Year\": 1998, \"Profit\": 25716953.0}, {\"Title\": \"Mrs. Henderson Presents\", \"US_Gross\": 11036366.0, \"Worldwide_Gross\": 14466366.0, \"US_DVD_Sales\": 5796061.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 8831.0, \"Year\": 2005, \"Profit\": -5533634.0}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997, \"Profit\": 21327406.0}, {\"Title\": \"Marvin's Room\", \"US_Gross\": 12803305.0, \"Worldwide_Gross\": 12803305.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9684.0, \"Year\": 1996, \"Profit\": -10196695.0}, {\"Title\": \"Miracle at St. Anna\", \"US_Gross\": 7916887.0, \"Worldwide_Gross\": 9110458.0, \"US_DVD_Sales\": 9178061.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2008-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8559.0, \"Year\": 2008, \"Profit\": -35889542.0}, {\"Title\": \"Mouse Hunt\", \"US_Gross\": 61894591.0, \"Worldwide_Gross\": 61894591.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 14934.0, \"Year\": 1997, \"Profit\": 23894591.0}, {\"Title\": \"Masked and Anonymous\", \"US_Gross\": 533344.0, \"Worldwide_Gross\": 533344.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2003-07-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 2762.0, \"Year\": 2003, \"Profit\": -6966656.0}, {\"Title\": \"Miss Potter\", \"US_Gross\": 3005605.0, \"Worldwide_Gross\": 35025861.0, \"US_DVD_Sales\": 7821056.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Chris Noonan\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 10236.0, \"Year\": 2006, \"Profit\": 5025861.0}, {\"Title\": \"The Missing Person\", \"US_Gross\": 17896.0, \"Worldwide_Gross\": 17896.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 416.0, \"Year\": 2009, \"Profit\": -1982104.0}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008, \"Profit\": 54646831.0}, {\"Title\": \"Mystery, Alaska\", \"US_Gross\": 8891623.0, \"Worldwide_Gross\": 8891623.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1999-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Roach\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1338.0, \"Year\": 1999, \"Profit\": -19108377.0}, {\"Title\": \"Match Point\", \"US_Gross\": 23089926.0, \"Worldwide_Gross\": 87989926.0, \"US_DVD_Sales\": 7210408.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-12-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65704.0, \"Year\": 2005, \"Profit\": 72989926.0}, {\"Title\": \"Mother and Child\", \"US_Gross\": 1105266.0, \"Worldwide_Gross\": 1105266.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2010-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 900.0, \"Year\": 2010, \"Profit\": -5894734.0}, {\"Title\": \"A Mighty Heart\", \"US_Gross\": 9176787.0, \"Worldwide_Gross\": 18932117.0, \"US_DVD_Sales\": 5455645.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Winterbottom\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 13881.0, \"Year\": 2007, \"Profit\": 3932117.0}, {\"Title\": \"Metropolis (2002)\", \"US_Gross\": 673414.0, \"Worldwide_Gross\": 673414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": -14326586.0}, {\"Title\": \"The Matrix Reloaded\", \"US_Gross\": 281553689.0, \"Worldwide_Gross\": 738576929.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 127000000.0, \"Release_Date\": \"2003-05-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 148874.0, \"Year\": 2003, \"Profit\": 611576929.0}, {\"Title\": \"The Matrix Revolutions\", \"US_Gross\": 139259759.0, \"Worldwide_Gross\": 424259759.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2003-11-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 123347.0, \"Year\": 2003, \"Profit\": 314259759.0}, {\"Title\": \"The Mudge Boy\", \"US_Gross\": 62544.0, \"Worldwide_Gross\": 62544.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 1576.0, \"Year\": 2004, \"Profit\": -737456.0}, {\"Title\": \"Mulan\", \"US_Gross\": 120620254.0, \"Worldwide_Gross\": 303500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 34256.0, \"Year\": 1998, \"Profit\": 213500000.0}, {\"Title\": \"Mulholland Drive\", \"US_Gross\": 7219578.0, \"Worldwide_Gross\": 11919578.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 103026.0, \"Year\": 2001, \"Profit\": -3080422.0}, {\"Title\": \"The Mummy\", \"US_Gross\": 155385488.0, \"Worldwide_Gross\": 416385488.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1999-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 95658.0, \"Year\": 1999, \"Profit\": 336385488.0}, {\"Title\": \"The Mummy Returns\", \"US_Gross\": 202007640.0, \"Worldwide_Gross\": 433007640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 98000000.0, \"Release_Date\": \"2001-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 68084.0, \"Year\": 2001, \"Profit\": 335007640.0}, {\"Title\": \"The Mummy: Tomb of the Dragon Emperor\", \"US_Gross\": 102491776.0, \"Worldwide_Gross\": 397912118.0, \"US_DVD_Sales\": 43147886.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2008-08-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 41570.0, \"Year\": 2008, \"Profit\": 222912118.0}, {\"Title\": \"Munich\", \"US_Gross\": 47379090.0, \"Worldwide_Gross\": 130279090.0, \"US_DVD_Sales\": 33113440.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2005-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 79529.0, \"Year\": 2005, \"Profit\": 55279090.0}, {\"Title\": \"Muppets From Space\", \"US_Gross\": 16304786.0, \"Worldwide_Gross\": 16304786.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-07-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Hill\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5945.0, \"Year\": 1999, \"Profit\": -7695214.0}, {\"Title\": \"Murder by Numbers\", \"US_Gross\": 31874869.0, \"Worldwide_Gross\": 56643267.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barbet Schroeder\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 22318.0, \"Year\": 2002, \"Profit\": 6643267.0}, {\"Title\": \"The Muse\", \"US_Gross\": 11614954.0, \"Worldwide_Gross\": 11614954.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Albert Brooks\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6507.0, \"Year\": 1999, \"Profit\": -3385046.0}, {\"Title\": \"Night at the Museum\", \"US_Gross\": 250863268.0, \"Worldwide_Gross\": 574480841.0, \"US_DVD_Sales\": 153389976.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2006-12-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 67133.0, \"Year\": 2006, \"Profit\": 464480841.0}, {\"Title\": \"The Musketeer\", \"US_Gross\": 27053815.0, \"Worldwide_Gross\": 27053815.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 7812.0, \"Year\": 2001, \"Profit\": -12946185.0}, {\"Title\": \"Music and Lyrics\", \"US_Gross\": 50572589.0, \"Worldwide_Gross\": 145556146.0, \"US_DVD_Sales\": 21145518.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32307.0, \"Year\": 2007, \"Profit\": 105556146.0}, {\"Title\": \"The Merchant of Venice\", \"US_Gross\": 3765585.0, \"Worldwide_Gross\": 18765585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Radford\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14021.0, \"Year\": 2004, \"Profit\": -11234415.0}, {\"Title\": \"Miami Vice\", \"US_Gross\": 63478838.0, \"Worldwide_Gross\": 163818556.0, \"US_DVD_Sales\": 37652030.0, \"Production_Budget\": 135000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 51921.0, \"Year\": 2006, \"Profit\": 28818556.0}, {\"Title\": \"Monsters vs. Aliens\", \"US_Gross\": 198351526.0, \"Worldwide_Gross\": 381687380.0, \"US_DVD_Sales\": 83851943.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26582.0, \"Year\": 2009, \"Profit\": 206687380.0}, {\"Title\": \"A Mighty Wind\", \"US_Gross\": 17583468.0, \"Worldwide_Gross\": 18552708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-04-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Guest\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 13602.0, \"Year\": 2003, \"Profit\": 12552708.0}, {\"Title\": \"The Mexican\", \"US_Gross\": 66808615.0, \"Worldwide_Gross\": 147808615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 37696.0, \"Year\": 2001, \"Profit\": 107808615.0}, {\"Title\": \"My Best Friend's Wedding\", \"US_Gross\": 126813153.0, \"Worldwide_Gross\": 287200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 37287.0, \"Year\": 1997, \"Profit\": 241200000.0}, {\"Title\": \"Dude, Where's My Car?\", \"US_Gross\": 46729374.0, \"Worldwide_Gross\": 73180297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 59180297.0}, {\"Title\": \"My Dog Skip\", \"US_Gross\": 34099640.0, \"Worldwide_Gross\": 35512760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2000-01-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 9029.0, \"Year\": 2000, \"Profit\": 28512760.0}, {\"Title\": \"My Date With Drew\", \"US_Gross\": 181041.0, \"Worldwide_Gross\": 181041.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1100.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"DEJ Productions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2961.0, \"Year\": 2005, \"Profit\": 179941.0}, {\"Title\": \"Me and You and Everyone We Know\", \"US_Gross\": 3885134.0, \"Worldwide_Gross\": 5409058.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 17135.0, \"Year\": 2005, \"Profit\": 3409058.0}, {\"Title\": \"My Favorite Martian\", \"US_Gross\": 36850101.0, \"Worldwide_Gross\": 36850101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Donald Petrie\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4918.0, \"Year\": 1999, \"Profit\": -23149899.0}, {\"Title\": \"My Fellow Americans\", \"US_Gross\": 22331846.0, \"Worldwide_Gross\": 22331846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21500000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 6366.0, \"Year\": 1996, \"Profit\": 831846.0}, {\"Title\": \"My Sister's Keeper\", \"US_Gross\": 49200230.0, \"Worldwide_Gross\": 89053995.0, \"US_DVD_Sales\": 21467223.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2009-06-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13839.0, \"Year\": 2009, \"Profit\": 61553995.0}, {\"Title\": \"My Summer of Love\", \"US_Gross\": 1000915.0, \"Worldwide_Gross\": 3800915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7242.0, \"Year\": 2005, \"Profit\": 2100915.0}, {\"Title\": \"The Mystery Men\", \"US_Gross\": 29762011.0, \"Worldwide_Gross\": 29762011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -38237989.0}, {\"Title\": \"Mystic River\", \"US_Gross\": 90135191.0, \"Worldwide_Gross\": 156835191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119484.0, \"Year\": 2003, \"Profit\": 126835191.0}, {\"Title\": \"Nacho Libre\", \"US_Gross\": 80197993.0, \"Worldwide_Gross\": 99197993.0, \"US_DVD_Sales\": 46582125.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31455.0, \"Year\": 2006, \"Profit\": 67197993.0}, {\"Title\": \"Narc\", \"US_Gross\": 10465659.0, \"Worldwide_Gross\": 10465659.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 19248.0, \"Year\": 2002, \"Profit\": 2965659.0}, {\"Title\": \"The Chronicles of Narnia: Prince Caspian\", \"US_Gross\": 141621490.0, \"Worldwide_Gross\": 419490286.0, \"US_DVD_Sales\": 77773230.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2008-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 46608.0, \"Year\": 2008, \"Profit\": 194490286.0}, {\"Title\": \"National Treasure\", \"US_Gross\": 173005002.0, \"Worldwide_Gross\": 347405002.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83989.0, \"Year\": 2004, \"Profit\": 247405002.0}, {\"Title\": \"The Nativity Story\", \"US_Gross\": 37629831.0, \"Worldwide_Gross\": 46432264.0, \"US_DVD_Sales\": 26142500.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 4701.0, \"Year\": 2006, \"Profit\": 11432264.0}, {\"Title\": \"Never Back Down\", \"US_Gross\": 24850922.0, \"Worldwide_Gross\": 39319801.0, \"US_DVD_Sales\": 18692319.0, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2008-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21708.0, \"Year\": 2008, \"Profit\": 18319801.0}, {\"Title\": \"Into the Blue\", \"US_Gross\": 18782227.0, \"Worldwide_Gross\": 41982227.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 22859.0, \"Year\": 2005, \"Profit\": -8017773.0}, {\"Title\": \"Shinjuku Incident\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2010-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -25000000.0}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007, \"Profit\": 137103209.0}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004, \"Profit\": 540882184.0}, {\"Title\": \"The Negotiator\", \"US_Gross\": 44705766.0, \"Worldwide_Gross\": 49105766.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-07-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"F. Gary Gray\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 46511.0, \"Year\": 1998, \"Profit\": -894234.0}, {\"Title\": \"A Nightmare on Elm Street\", \"US_Gross\": 63075011.0, \"Worldwide_Gross\": 105175011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12554.0, \"Year\": 2010, \"Profit\": 70175011.0}, {\"Title\": \"Not Easily Broken\", \"US_Gross\": 10572742.0, \"Worldwide_Gross\": 10572742.0, \"US_DVD_Sales\": 13828911.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bill Duke\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 1010.0, \"Year\": 2009, \"Profit\": 5572742.0}, {\"Title\": \"The New Guy\", \"US_Gross\": 28972187.0, \"Worldwide_Gross\": 28972187.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 14268.0, \"Year\": 2002, \"Profit\": 15972187.0}, {\"Title\": \"The Newton Boys\", \"US_Gross\": 10341093.0, \"Worldwide_Gross\": 10341093.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 4443.0, \"Year\": 1998, \"Profit\": -16658907.0}, {\"Title\": \"The Next Best Thing\", \"US_Gross\": 14983572.0, \"Worldwide_Gross\": 24355762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schlesinger\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6104.0, \"Year\": 2000, \"Profit\": -644238.0}, {\"Title\": \"Northfork\", \"US_Gross\": 1420578.0, \"Worldwide_Gross\": 1445140.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Polish\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 3776.0, \"Year\": 2003, \"Profit\": -454860.0}, {\"Title\": \"In Good Company\", \"US_Gross\": 45489752.0, \"Worldwide_Gross\": 63489752.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2004-12-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 25695.0, \"Year\": 2004, \"Profit\": 37489752.0}, {\"Title\": \"Notting Hill\", \"US_Gross\": 116089678.0, \"Worldwide_Gross\": 363728226.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 66362.0, \"Year\": 1999, \"Profit\": 321728226.0}, {\"Title\": \"Little Nicky\", \"US_Gross\": 39442871.0, \"Worldwide_Gross\": 58270391.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 35082.0, \"Year\": 2000, \"Profit\": -21729609.0}, {\"Title\": \"Nicholas Nickleby\", \"US_Gross\": 1562800.0, \"Worldwide_Gross\": 1562800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 4968.0, \"Year\": 2002, \"Profit\": -8437200.0}, {\"Title\": \"Nim's Island\", \"US_Gross\": 48006762.0, \"Worldwide_Gross\": 94081683.0, \"US_DVD_Sales\": 18322434.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10391.0, \"Year\": 2008, \"Profit\": 57081683.0}, {\"Title\": \"Ninja Assassin\", \"US_Gross\": 38122883.0, \"Worldwide_Gross\": 57422883.0, \"US_DVD_Sales\": 14085314.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 20078.0, \"Year\": 2009, \"Profit\": 7422883.0}, {\"Title\": \"The Ninth Gate\", \"US_Gross\": 18653746.0, \"Worldwide_Gross\": 58394308.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2000-03-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 50510.0, \"Year\": 2000, \"Profit\": 20394308.0}, {\"Title\": \"Never Let Me Go\", \"US_Gross\": 186830.0, \"Worldwide_Gross\": 186830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2010-09-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 252.0, \"Year\": 2010, \"Profit\": -14813170.0}, {\"Title\": \"Lucky Numbers\", \"US_Gross\": 10014234.0, \"Worldwide_Gross\": 10014234.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 5461.0, \"Year\": 2000, \"Profit\": -54985766.0}, {\"Title\": \"Night at the Museum: Battle of the Smithsonian\", \"US_Gross\": 177243721.0, \"Worldwide_Gross\": 413054631.0, \"US_DVD_Sales\": 48547729.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25631.0, \"Year\": 2009, \"Profit\": 263054631.0}, {\"Title\": \"Nick and Norah's Infinite Playlist\", \"US_Gross\": 31487293.0, \"Worldwide_Gross\": 31487293.0, \"US_DVD_Sales\": 10327750.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24021.0, \"Year\": 2008, \"Profit\": 21487293.0}, {\"Title\": \"Notorious\", \"US_Gross\": 36842118.0, \"Worldwide_Gross\": 44473591.0, \"US_DVD_Sales\": 21503929.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2009-01-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 9811.0, \"Year\": 2009, \"Profit\": 25473591.0}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007, \"Profit\": -566681.0}, {\"Title\": \"Nomad\", \"US_Gross\": 79123.0, \"Worldwide_Gross\": 79123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1224.0, \"Year\": 2007, \"Profit\": -39920877.0}, {\"Title\": \"No Man's Land\", \"US_Gross\": 1067481.0, \"Worldwide_Gross\": 2684207.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 19600.0, \"Year\": 2001, \"Profit\": 1684207.0}, {\"Title\": \"No Reservations\", \"US_Gross\": 43107979.0, \"Worldwide_Gross\": 92107979.0, \"US_DVD_Sales\": 27029295.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 103.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 16952.0, \"Year\": 2007, \"Profit\": 64107979.0}, {\"Title\": \"The Notebook\", \"US_Gross\": 81001787.0, \"Worldwide_Gross\": 102276787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nick Cassavetes\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 95850.0, \"Year\": 2004, \"Profit\": 72276787.0}, {\"Title\": \"November\", \"US_Gross\": 191862.0, \"Worldwide_Gross\": 191862.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"2005-07-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 2189.0, \"Year\": 2005, \"Profit\": -58138.0}, {\"Title\": \"Novocaine\", \"US_Gross\": 2025238.0, \"Worldwide_Gross\": 2522928.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6233.0, \"Year\": 2001, \"Profit\": -3477072.0}, {\"Title\": \"Nowhere in Africa\", \"US_Gross\": 6173485.0, \"Worldwide_Gross\": 6173485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Zeitgeist\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -326515.0}, {\"Title\": \"Napoleon Dynamite\", \"US_Gross\": 44540956.0, \"Worldwide_Gross\": 46140956.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jared Hess\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76557.0, \"Year\": 2004, \"Profit\": 45740956.0}, {\"Title\": \"North Country\", \"US_Gross\": 18324242.0, \"Worldwide_Gross\": 23624242.0, \"US_DVD_Sales\": 14349786.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-10-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 16497.0, \"Year\": 2005, \"Profit\": -6375758.0}, {\"Title\": \"The Namesake\", \"US_Gross\": 13610521.0, \"Worldwide_Gross\": 20180109.0, \"US_DVD_Sales\": 9364773.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 9700.0, \"Year\": 2007, \"Profit\": 11680109.0}, {\"Title\": \"Inside Deep Throat\", \"US_Gross\": 691880.0, \"Worldwide_Gross\": 691880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2005-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3264.0, \"Year\": 2005, \"Profit\": -1308120.0}, {\"Title\": \"Intolerable Cruelty\", \"US_Gross\": 35327628.0, \"Worldwide_Gross\": 121327628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 36323.0, \"Year\": 2003, \"Profit\": 61327628.0}, {\"Title\": \"The Interpreter\", \"US_Gross\": 72708161.0, \"Worldwide_Gross\": 163954076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 38227.0, \"Year\": 2005, \"Profit\": 73954076.0}, {\"Title\": \"The Night Listener\", \"US_Gross\": 7836393.0, \"Worldwide_Gross\": 10547755.0, \"US_DVD_Sales\": 8927227.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8437.0, \"Year\": 2006, \"Profit\": 6547755.0}, {\"Title\": \"The International\", \"US_Gross\": 25450527.0, \"Worldwide_Gross\": 53850527.0, \"US_DVD_Sales\": 7276738.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-02-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 3850527.0}, {\"Title\": \"The Number 23\", \"US_Gross\": 35193167.0, \"Worldwide_Gross\": 76593167.0, \"US_DVD_Sales\": 27576238.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 59174.0, \"Year\": 2007, \"Profit\": 44593167.0}, {\"Title\": \"Nurse Betty\", \"US_Gross\": 25170054.0, \"Worldwide_Gross\": 27732366.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 20354.0, \"Year\": 2000, \"Profit\": 3732366.0}, {\"Title\": \"Jimmy Neutron: Boy Genius\", \"US_Gross\": 80936232.0, \"Worldwide_Gross\": 102992536.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-12-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5379.0, \"Year\": 2001, \"Profit\": 77992536.0}, {\"Title\": \"Nutty Professor II: The Klumps\", \"US_Gross\": 123307945.0, \"Worldwide_Gross\": 161600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2000-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Segal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 17075.0, \"Year\": 2000, \"Profit\": 77600000.0}, {\"Title\": \"Never Again\", \"US_Gross\": 307631.0, \"Worldwide_Gross\": 307631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 511.0, \"Year\": 2002, \"Profit\": -192369.0}, {\"Title\": \"Finding Neverland\", \"US_Gross\": 51676606.0, \"Worldwide_Gross\": 118676606.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-11-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 86828.0, \"Year\": 2004, \"Profit\": 93676606.0}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007, \"Profit\": 33813837.0}, {\"Title\": \"The New World\", \"US_Gross\": 12712093.0, \"Worldwide_Gross\": 26184400.0, \"US_DVD_Sales\": 8200002.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 33248.0, \"Year\": 2005, \"Profit\": -3815600.0}, {\"Title\": \"Nochnoy dozor\", \"US_Gross\": 1502188.0, \"Worldwide_Gross\": 33923550.0, \"US_DVD_Sales\": 7476421.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 25136.0, \"Year\": 2006, \"Profit\": 29723550.0}, {\"Title\": \"New York Minute\", \"US_Gross\": 14018364.0, \"Worldwide_Gross\": 21215882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -18784118.0}, {\"Title\": \"The Object of my Affection\", \"US_Gross\": 29145924.0, \"Worldwide_Gross\": 29145924.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 8492.0, \"Year\": 1998, \"Profit\": 14145924.0}, {\"Title\": \"Orange County\", \"US_Gross\": 41059716.0, \"Worldwide_Gross\": 43308707.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-01-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23742.0, \"Year\": 2002, \"Profit\": 25308707.0}, {\"Title\": \"Ocean's Eleven\", \"US_Gross\": 183417150.0, \"Worldwide_Gross\": 450728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2001-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 139034.0, \"Year\": 2001, \"Profit\": 340728529.0}, {\"Title\": \"Ocean's Twelve\", \"US_Gross\": 125531634.0, \"Worldwide_Gross\": 363531634.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2004-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 89861.0, \"Year\": 2004, \"Profit\": 278531634.0}, {\"Title\": \"Ocean's Thirteen\", \"US_Gross\": 117144465.0, \"Worldwide_Gross\": 311744465.0, \"US_DVD_Sales\": 48258805.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 76884.0, \"Year\": 2007, \"Profit\": 226744465.0}, {\"Title\": \"Oceans\", \"US_Gross\": 19422319.0, \"Worldwide_Gross\": 72965951.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-04-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 1429.0, \"Year\": 2010, \"Profit\": -7034049.0}, {\"Title\": \"Office Space\", \"US_Gross\": 10827813.0, \"Worldwide_Gross\": 12827813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Judge\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 80972.0, \"Year\": 1999, \"Profit\": 2827813.0}, {\"Title\": \"White Oleander\", \"US_Gross\": 16357770.0, \"Worldwide_Gross\": 21657770.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 13755.0, \"Year\": 2002, \"Profit\": 5657770.0}, {\"Title\": \"The Omen\", \"US_Gross\": 54607383.0, \"Worldwide_Gross\": 119607383.0, \"US_DVD_Sales\": 10468933.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-06-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 24523.0, \"Year\": 2006, \"Profit\": 94607383.0}, {\"Title\": \"Any Given Sunday\", \"US_Gross\": 75530832.0, \"Worldwide_Gross\": 100230832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 162.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48477.0, \"Year\": 1999, \"Profit\": 40230832.0}, {\"Title\": \"Once\", \"US_Gross\": 9445857.0, \"Worldwide_Gross\": 18997174.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2007-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 34348.0, \"Year\": 2007, \"Profit\": 18847174.0}, {\"Title\": \"Once in a Lifetime: the Extraordinary Story of the New York Cosmos\", \"US_Gross\": 144601.0, \"Worldwide_Gross\": 206351.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Matt Dillon\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 643.0, \"Year\": 2006, \"Profit\": -793649.0}, {\"Title\": \"One Hour Photo\", \"US_Gross\": 31597131.0, \"Worldwide_Gross\": 52223306.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 42134.0, \"Year\": 2002, \"Profit\": 40223306.0}, {\"Title\": \"One True Thing\", \"US_Gross\": 23337196.0, \"Worldwide_Gross\": 26708196.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 5591.0, \"Year\": 1998, \"Profit\": -3291804.0}, {\"Title\": \"Ong-Bak 2\", \"US_Gross\": 102458.0, \"Worldwide_Gross\": 7583050.0, \"US_DVD_Sales\": 1238181.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 887.0, \"Year\": 2009, \"Profit\": -7416950.0}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001, \"Profit\": -5643257.0}, {\"Title\": \"One Night with the King\", \"US_Gross\": 13395961.0, \"Worldwide_Gross\": 13395961.0, \"US_DVD_Sales\": 20554010.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 124.0, \"Distributor\": \"Rocky Mountain Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael O. Sajbel\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2993.0, \"Year\": 2006, \"Profit\": -6604039.0}, {\"Title\": \"Opal Dreams\", \"US_Gross\": 14443.0, \"Worldwide_Gross\": 14443.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-11-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 468.0, \"Year\": 2006, \"Profit\": -8985557.0}, {\"Title\": \"Open Season\", \"US_Gross\": 85105259.0, \"Worldwide_Gross\": 189901703.0, \"US_DVD_Sales\": 96622855.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 52.0, \"Year\": 2006, \"Profit\": 104901703.0}, {\"Title\": \"Open Water\", \"US_Gross\": 30500882.0, \"Worldwide_Gross\": 52100882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 79.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23667.0, \"Year\": 2004, \"Profit\": 51600882.0}, {\"Title\": \"Open Range\", \"US_Gross\": 58328680.0, \"Worldwide_Gross\": 68293719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2003-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 26438.0, \"Year\": 2003, \"Profit\": 42293719.0}, {\"Title\": \"The Order\", \"US_Gross\": 7659747.0, \"Worldwide_Gross\": 11559747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-09-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9119.0, \"Year\": 2003, \"Profit\": -23440253.0}, {\"Title\": \"Orgazmo\", \"US_Gross\": 582024.0, \"Worldwide_Gross\": 627287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15592.0, \"Year\": 1998, \"Profit\": -372713.0}, {\"Title\": \"Original Sin\", \"US_Gross\": 16521410.0, \"Worldwide_Gross\": 16521410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 15939.0, \"Year\": 2001, \"Profit\": -9478590.0}, {\"Title\": \"Osama\", \"US_Gross\": 1127331.0, \"Worldwide_Gross\": 1971479.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 4737.0, \"Year\": 2004, \"Profit\": 1471479.0}, {\"Title\": \"Oscar and Lucinda\", \"US_Gross\": 1612957.0, \"Worldwide_Gross\": 1612957.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"1997-12-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 3782.0, \"Year\": 1997, \"Profit\": -10887043.0}, {\"Title\": \"Old School\", \"US_Gross\": 75155000.0, \"Worldwide_Gross\": 86325829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2003-02-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 60477.0, \"Year\": 2003, \"Profit\": 62325829.0}, {\"Title\": \"Osmosis Jones\", \"US_Gross\": 13596911.0, \"Worldwide_Gross\": 13596911.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10959.0, \"Year\": 2001, \"Profit\": -56403089.0}, {\"Title\": \"American Outlaws\", \"US_Gross\": 13264986.0, \"Worldwide_Gross\": 13264986.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7396.0, \"Year\": 2001, \"Profit\": -21735014.0}, {\"Title\": \"Oliver Twist\", \"US_Gross\": 2070920.0, \"Worldwide_Gross\": 26670920.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 10748.0, \"Year\": 2005, \"Profit\": -38329080.0}, {\"Title\": \"Out Cold\", \"US_Gross\": 13906394.0, \"Worldwide_Gross\": 13906394.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 7153.0, \"Year\": 2001, \"Profit\": 2906394.0}, {\"Title\": \"Outlander\", \"US_Gross\": 166003.0, \"Worldwide_Gross\": 1250617.0, \"US_DVD_Sales\": 1757108.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-01-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Third Rail\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 18299.0, \"Year\": 2009, \"Profit\": -48749383.0}, {\"Title\": \"Out of Sight\", \"US_Gross\": 37562568.0, \"Worldwide_Gross\": 37562568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1998-06-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38263.0, \"Year\": 1998, \"Profit\": -10437432.0}, {\"Title\": \"Out of Time\", \"US_Gross\": 41083108.0, \"Worldwide_Gross\": 55489826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Carl Franklin\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 151.0, \"Year\": 2003, \"Profit\": 5489826.0}, {\"Title\": \"The Out-of-Towners\", \"US_Gross\": 28544120.0, \"Worldwide_Gross\": 28544120.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 6338.0, \"Year\": 1999, \"Profit\": -11455880.0}, {\"Title\": \"Owning Mahowny\", \"US_Gross\": 1011054.0, \"Worldwide_Gross\": 1011054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 5789.0, \"Year\": 2003, \"Profit\": -8988946.0}, {\"Title\": \"The Pacifier\", \"US_Gross\": 113006880.0, \"Worldwide_Gross\": 198006880.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2005-03-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22590.0, \"Year\": 2005, \"Profit\": 142006880.0}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006, \"Profit\": 67234615.0}, {\"Title\": \"The Passion of the Christ\", \"US_Gross\": 370782930.0, \"Worldwide_Gross\": 611899420.0, \"US_DVD_Sales\": 618454.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 87326.0, \"Year\": 2004, \"Profit\": 586899420.0}, {\"Title\": \"Patch Adams\", \"US_Gross\": 135041968.0, \"Worldwide_Gross\": 202200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Shadyac\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 31481.0, \"Year\": 1998, \"Profit\": 152200000.0}, {\"Title\": \"Payback\", \"US_Gross\": 81526121.0, \"Worldwide_Gross\": 161626121.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 304.0, \"Year\": 1999, \"Profit\": 111626121.0}, {\"Title\": \"Paycheck\", \"US_Gross\": 53789313.0, \"Worldwide_Gross\": 89350576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 35660.0, \"Year\": 2003, \"Profit\": 29350576.0}, {\"Title\": \"Max Payne\", \"US_Gross\": 40687294.0, \"Worldwide_Gross\": 85761789.0, \"US_DVD_Sales\": 25346362.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 47541.0, \"Year\": 2008, \"Profit\": 50761789.0}, {\"Title\": \"The Princess Diaries 2: Royal Engagement\", \"US_Gross\": 95149435.0, \"Worldwide_Gross\": 122071435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2004-08-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 12439.0, \"Year\": 2004, \"Profit\": 77071435.0}, {\"Title\": \"The Princess Diaries\", \"US_Gross\": 108244774.0, \"Worldwide_Gross\": 165334774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 115.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23486.0, \"Year\": 2001, \"Profit\": 135334774.0}, {\"Title\": \"The Peacemaker\", \"US_Gross\": 41263140.0, \"Worldwide_Gross\": 62967368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 21524.0, \"Year\": 1997, \"Profit\": 12967368.0}, {\"Title\": \"Peter Pan\", \"US_Gross\": 48417850.0, \"Worldwide_Gross\": 95255485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2003-12-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"P.J. Hogan\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16894.0, \"Year\": 2003, \"Profit\": -4744515.0}, {\"Title\": \"People I Know\", \"US_Gross\": 121972.0, \"Worldwide_Gross\": 121972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 6305.0, \"Year\": 2003, \"Profit\": -19878028.0}, {\"Title\": \"Perrier's Bounty\", \"US_Gross\": 828.0, \"Worldwide_Gross\": 828.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6600000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 808.0, \"Year\": 2010, \"Profit\": -6599172.0}, {\"Title\": \"A Perfect Getaway\", \"US_Gross\": 15515460.0, \"Worldwide_Gross\": 20613298.0, \"US_DVD_Sales\": 3994342.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2009-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 16324.0, \"Year\": 2009, \"Profit\": 6613298.0}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006, \"Profit\": 4271305.0}, {\"Title\": \"Poolhall Junkies\", \"US_Gross\": 563711.0, \"Worldwide_Gross\": 563711.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gold Circle Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5233.0, \"Year\": 2003, \"Profit\": -3436289.0}, {\"Title\": \"The Phantom of the Opera\", \"US_Gross\": 51225796.0, \"Worldwide_Gross\": 158225796.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 42832.0, \"Year\": 2004, \"Profit\": 103225796.0}, {\"Title\": \"Phone Booth\", \"US_Gross\": 46566212.0, \"Worldwide_Gross\": 97837138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 68874.0, \"Year\": 2003, \"Profit\": 86837138.0}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002, \"Profit\": 85000000.0}, {\"Title\": \"The Pink Panther\", \"US_Gross\": 82226474.0, \"Worldwide_Gross\": 158926474.0, \"US_DVD_Sales\": 23182695.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-02-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Shawn Levy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28456.0, \"Year\": 2006, \"Profit\": 78926474.0}, {\"Title\": \"Pirates of the Caribbean: The Curse of the Black Pearl\", \"US_Gross\": 305411224.0, \"Worldwide_Gross\": 655011224.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 143.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 232719.0, \"Year\": 2003, \"Profit\": 530011224.0}, {\"Title\": \"Pirates of the Caribbean: Dead Man's Chest\", \"US_Gross\": 423315812.0, \"Worldwide_Gross\": 1065659812.0, \"US_DVD_Sales\": 320830925.0, \"Production_Budget\": 225000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 151.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 150446.0, \"Year\": 2006, \"Profit\": 840659812.0}, {\"Title\": \"Pirates of the Caribbean: At World's End\", \"US_Gross\": 309420425.0, \"Worldwide_Gross\": 960996492.0, \"US_DVD_Sales\": 296060575.0, \"Production_Budget\": 300000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 167.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 133241.0, \"Year\": 2007, \"Profit\": 660996492.0}, {\"Title\": \"The Chronicles of Riddick\", \"US_Gross\": 57712751.0, \"Worldwide_Gross\": 107212751.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 49383.0, \"Year\": 2004, \"Profit\": -12787249.0}, {\"Title\": \"Pitch Black\", \"US_Gross\": 39235088.0, \"Worldwide_Gross\": 53182088.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2000-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"USA Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"David Twohy\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55217.0, \"Year\": 2000, \"Profit\": 30182088.0}, {\"Title\": \"Play it to the Bone\", \"US_Gross\": 8427204.0, \"Worldwide_Gross\": 8427204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ron Shelton\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 6039.0, \"Year\": 1999, \"Profit\": -15572796.0}, {\"Title\": \"Screwed\", \"US_Gross\": 6982680.0, \"Worldwide_Gross\": 6982680.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4411.0, \"Year\": 2000, \"Profit\": -5017320.0}, {\"Title\": \"Percy Jackson & the Olympians: The Lightning Thief\", \"US_Gross\": 88761720.0, \"Worldwide_Gross\": 226435277.0, \"US_DVD_Sales\": 30795712.0, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20451.0, \"Year\": 2010, \"Profit\": 131435277.0}, {\"Title\": \"Paris, je t'aime\", \"US_Gross\": 4857374.0, \"Worldwide_Gross\": 4857374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gurinder Chadha\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 175.0, \"Year\": 2007, \"Profit\": -8142626.0}, {\"Title\": \"Princess Kaiulani\", \"US_Gross\": 883454.0, \"Worldwide_Gross\": 883454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 224.0, \"Year\": 2010, \"Profit\": -8116546.0}, {\"Title\": \"Lake Placid\", \"US_Gross\": 31770413.0, \"Worldwide_Gross\": 31770413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19382.0, \"Year\": 1999, \"Profit\": 4770413.0}, {\"Title\": \"The Back-up Plan\", \"US_Gross\": 37490007.0, \"Worldwide_Gross\": 77090007.0, \"US_DVD_Sales\": 7571152.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"CBS Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 6981.0, \"Year\": 2010, \"Profit\": 42090007.0}, {\"Title\": \"The Pledge\", \"US_Gross\": 19719930.0, \"Worldwide_Gross\": 29406132.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-01-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22609.0, \"Year\": 2001, \"Profit\": -15593868.0}, {\"Title\": \"Proof of Life\", \"US_Gross\": 32598931.0, \"Worldwide_Gross\": 62761005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 135.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23099.0, \"Year\": 2000, \"Profit\": -2238995.0}, {\"Title\": \"Pollock\", \"US_Gross\": 8596914.0, \"Worldwide_Gross\": 10557291.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ed Harris\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 9669.0, \"Year\": 2000, \"Profit\": 4557291.0}, {\"Title\": \"Planet of the Apes\", \"US_Gross\": 180011740.0, \"Worldwide_Gross\": 362211740.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2001-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 72763.0, \"Year\": 2001, \"Profit\": 262211740.0}, {\"Title\": \"Please Give\", \"US_Gross\": 4028339.0, \"Worldwide_Gross\": 4028339.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 1023.0, \"Year\": 2010, \"Profit\": 1028339.0}, {\"Title\": \"Planet 51\", \"US_Gross\": 42194060.0, \"Worldwide_Gross\": 108005745.0, \"US_DVD_Sales\": 15341764.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9645.0, \"Year\": 2009, \"Profit\": 58005745.0}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002, \"Profit\": -92905005.0}, {\"Title\": \"The Players Club\", \"US_Gross\": 23047939.0, \"Worldwide_Gross\": 23047939.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-04-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 2072.0, \"Year\": 1998, \"Profit\": 18047939.0}, {\"Title\": \"Paranormal Activity\", \"US_Gross\": 107918810.0, \"Worldwide_Gross\": 193770453.0, \"US_DVD_Sales\": 14051496.0, \"Production_Budget\": 15000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Oren Peli\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 53455.0, \"Year\": 2009, \"Profit\": 193755453.0}, {\"Title\": \"The Pineapple Express\", \"US_Gross\": 87341380.0, \"Worldwide_Gross\": 100941380.0, \"US_DVD_Sales\": 45217362.0, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 74941380.0}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002, \"Profit\": -13318189.0}, {\"Title\": \"Pandaemonium\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 496.0, \"Year\": 2001, \"Profit\": -15000000.0}, {\"Title\": \"Pandorum\", \"US_Gross\": 10330853.0, \"Worldwide_Gross\": 17033431.0, \"US_DVD_Sales\": 4018696.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 29428.0, \"Year\": 2009, \"Profit\": -22966569.0}, {\"Title\": \"The Punisher\", \"US_Gross\": 33664370.0, \"Worldwide_Gross\": 54664370.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2004-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50482.0, \"Year\": 2004, \"Profit\": 21664370.0}, {\"Title\": \"Pokemon 2000\", \"US_Gross\": 43746923.0, \"Worldwide_Gross\": 133946923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 103946923.0}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001, \"Profit\": 65452128.0}, {\"Title\": \"The Polar Express\", \"US_Gross\": 181320597.0, \"Worldwide_Gross\": 305420597.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-11-10T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28550.0, \"Year\": 2004, \"Profit\": 135420597.0}, {\"Title\": \"Along Came Polly\", \"US_Gross\": 88073507.0, \"Worldwide_Gross\": 170360435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 38276.0, \"Year\": 2004, \"Profit\": 128360435.0}, {\"Title\": \"Gake no ue no Ponyo\", \"US_Gross\": 15090399.0, \"Worldwide_Gross\": 199090399.0, \"US_DVD_Sales\": 12626319.0, \"Production_Budget\": 34000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 13821.0, \"Year\": 2009, \"Profit\": 165090399.0}, {\"Title\": \"Pootie Tang\", \"US_Gross\": 3293258.0, \"Worldwide_Gross\": 3293258.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2001-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 6183.0, \"Year\": 2001, \"Profit\": -206742.0}, {\"Title\": \"Poseidon\", \"US_Gross\": 60674817.0, \"Worldwide_Gross\": 181674817.0, \"US_DVD_Sales\": 19732418.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 35930.0, \"Year\": 2006, \"Profit\": 21674817.0}, {\"Title\": \"Possession\", \"US_Gross\": 10103647.0, \"Worldwide_Gross\": 14805812.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neil LaBute\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 6789.0, \"Year\": 2002, \"Profit\": -10194188.0}, {\"Title\": \"Peter Pan: Return to Neverland\", \"US_Gross\": 48430258.0, \"Worldwide_Gross\": 109862682.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 72.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 89862682.0}, {\"Title\": \"Practical Magic\", \"US_Gross\": 46850558.0, \"Worldwide_Gross\": 68336997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Griffin Dunne\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 20196.0, \"Year\": 1998, \"Profit\": 8336997.0}, {\"Title\": \"The Devil Wears Prada\", \"US_Gross\": 124740460.0, \"Worldwide_Gross\": 326551094.0, \"US_DVD_Sales\": 95856827.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Frankel\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 66627.0, \"Year\": 2006, \"Profit\": 291551094.0}, {\"Title\": \"The Boat That Rocked\", \"US_Gross\": 8017467.0, \"Worldwide_Gross\": 37472651.0, \"US_DVD_Sales\": 1374953.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 25415.0, \"Year\": 2009, \"Profit\": -12527349.0}, {\"Title\": \"Paparazzi\", \"US_Gross\": 15712072.0, \"Worldwide_Gross\": 16612072.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 9058.0, \"Year\": 2004, \"Profit\": -3387928.0}, {\"Title\": \"Primary Colors\", \"US_Gross\": 39017984.0, \"Worldwide_Gross\": 39017984.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 143.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 15340.0, \"Year\": 1998, \"Profit\": -25982016.0}, {\"Title\": \"Precious (Based on the Novel Push by Sapphire)\", \"US_Gross\": 47566524.0, \"Worldwide_Gross\": 63471431.0, \"US_DVD_Sales\": 20130576.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Lee Daniels\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 24504.0, \"Year\": 2009, \"Profit\": 53471431.0}, {\"Title\": \"Pride and Glory\", \"US_Gross\": 15740721.0, \"Worldwide_Gross\": 43440721.0, \"US_DVD_Sales\": 11495577.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 24596.0, \"Year\": 2008, \"Profit\": 13440721.0}, {\"Title\": \"Pride and Prejudice\", \"US_Gross\": 38372662.0, \"Worldwide_Gross\": 120918508.0, \"US_DVD_Sales\": 53281347.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1230.0, \"Year\": 2005, \"Profit\": 92918508.0}, {\"Title\": \"The Road to Perdition\", \"US_Gross\": 104054514.0, \"Worldwide_Gross\": 181054514.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 101054514.0}, {\"Title\": \"Predators\", \"US_Gross\": 51920690.0, \"Worldwide_Gross\": 124549380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22257.0, \"Year\": 2010, \"Profit\": 84549380.0}, {\"Title\": \"Prefontaine\", \"US_Gross\": 590817.0, \"Worldwide_Gross\": 590817.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1997-01-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2580.0, \"Year\": 1997, \"Profit\": -7409183.0}, {\"Title\": \"Perfume: The Story of a Murderer\", \"US_Gross\": 2223293.0, \"Worldwide_Gross\": 132180323.0, \"US_DVD_Sales\": 7529604.0, \"Production_Budget\": 63700000.0, \"Release_Date\": \"2006-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Tykwer\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 51704.0, \"Year\": 2006, \"Profit\": 68480323.0}, {\"Title\": \"The Prince & Me\", \"US_Gross\": 28165882.0, \"Worldwide_Gross\": 29356757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martha Coolidge\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 9547.0, \"Year\": 2004, \"Profit\": -643243.0}, {\"Title\": \"The Perfect Man\", \"US_Gross\": 16535005.0, \"Worldwide_Gross\": 19535005.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-06-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7278.0, \"Year\": 2005, \"Profit\": 9535005.0}, {\"Title\": \"The Pursuit of Happyness\", \"US_Gross\": 162586036.0, \"Worldwide_Gross\": 306086036.0, \"US_DVD_Sales\": 90857430.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 77939.0, \"Year\": 2006, \"Profit\": 251086036.0}, {\"Title\": \"Primer\", \"US_Gross\": 424760.0, \"Worldwide_Gross\": 565846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 17454.0, \"Year\": 2004, \"Profit\": 558846.0}, {\"Title\": \"Pearl Harbor\", \"US_Gross\": 198539855.0, \"Worldwide_Gross\": 449239855.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 151500000.0, \"Release_Date\": \"2001-05-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 183.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 96186.0, \"Year\": 2001, \"Profit\": 297739855.0}, {\"Title\": \"Premonition\", \"US_Gross\": 47852604.0, \"Worldwide_Gross\": 81461343.0, \"US_DVD_Sales\": 33241945.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": 61461343.0}, {\"Title\": \"The Prince of Egypt\", \"US_Gross\": 101413188.0, \"Worldwide_Gross\": 218600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steve Hickner\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 24569.0, \"Year\": 1998, \"Profit\": 158600000.0}, {\"Title\": \"The Producers: The Movie Musical\", \"US_Gross\": 19398532.0, \"Worldwide_Gross\": 32952995.0, \"US_DVD_Sales\": 5338452.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-12-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -12047005.0}, {\"Title\": \"Prom Night\", \"US_Gross\": 43869350.0, \"Worldwide_Gross\": 57109687.0, \"US_DVD_Sales\": 8497205.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 4263.0, \"Year\": 2008, \"Profit\": 39109687.0}, {\"Title\": \"Proof\", \"US_Gross\": 7535331.0, \"Worldwide_Gross\": 8284331.0, \"US_DVD_Sales\": 9239421.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18622.0, \"Year\": 2005, \"Profit\": -11715669.0}, {\"Title\": \"Panic Room\", \"US_Gross\": 95308367.0, \"Worldwide_Gross\": 196308367.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 68737.0, \"Year\": 2002, \"Profit\": 148308367.0}, {\"Title\": \"The Proposal\", \"US_Gross\": 163958031.0, \"Worldwide_Gross\": 317358031.0, \"US_DVD_Sales\": 83691948.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 397.0, \"Year\": 2009, \"Profit\": 277358031.0}, {\"Title\": \"Prince of Persia: Sands of Time\", \"US_Gross\": 90755643.0, \"Worldwide_Gross\": 335055643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 135055643.0}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006, \"Profit\": 67896006.0}, {\"Title\": \"The Party's Over\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Film Movement\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -1000000.0}, {\"Title\": \"The Postman\", \"US_Gross\": 17650704.0, \"Worldwide_Gross\": 17650704.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 177.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Kevin Costner\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 24045.0, \"Year\": 1997, \"Profit\": -62349296.0}, {\"Title\": \"Psycho Beach Party\", \"US_Gross\": 267972.0, \"Worldwide_Gross\": 267972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 3085.0, \"Year\": 2000, \"Profit\": -3732028.0}, {\"Title\": \"Psycho\", \"US_Gross\": 21541218.0, \"Worldwide_Gross\": 37226218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 19769.0, \"Year\": 1998, \"Profit\": 17226218.0}, {\"Title\": \"The Patriot\", \"US_Gross\": 113330342.0, \"Worldwide_Gross\": 215300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2000-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 165.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 78302.0, \"Year\": 2000, \"Profit\": 105300000.0}, {\"Title\": \"Public Enemies\", \"US_Gross\": 97104620.0, \"Worldwide_Gross\": 210379983.0, \"US_DVD_Sales\": 35026854.0, \"Production_Budget\": 102500000.0, \"Release_Date\": \"2009-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Michael Mann\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 71323.0, \"Year\": 2009, \"Profit\": 107879983.0}, {\"Title\": \"The Powerpuff Girls\", \"US_Gross\": 11411644.0, \"Worldwide_Gross\": 16425701.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 3234.0, \"Year\": 2002, \"Profit\": -8574299.0}, {\"Title\": \"Pulse\", \"US_Gross\": 20264436.0, \"Worldwide_Gross\": 29771485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 846.0, \"Year\": 2006, \"Profit\": 22271485.0}, {\"Title\": \"Punch-Drunk Love\", \"US_Gross\": 17791031.0, \"Worldwide_Gross\": 24591031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Thomas Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 49786.0, \"Year\": 2002, \"Profit\": -408969.0}, {\"Title\": \"Punisher: War Zone\", \"US_Gross\": 8050977.0, \"Worldwide_Gross\": 8199130.0, \"US_DVD_Sales\": 10872355.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 20865.0, \"Year\": 2008, \"Profit\": -26800870.0}, {\"Title\": \"Push\", \"US_Gross\": 31811527.0, \"Worldwide_Gross\": 44411527.0, \"US_DVD_Sales\": 16118548.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 26623.0, \"Year\": 2009, \"Profit\": 6411527.0}, {\"Title\": \"Pushing Tin\", \"US_Gross\": 8408835.0, \"Worldwide_Gross\": 8408835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"1999-04-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Magazine Article\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Newell\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 16160.0, \"Year\": 1999, \"Profit\": -24591165.0}, {\"Title\": \"The Painted Veil\", \"US_Gross\": 8060487.0, \"Worldwide_Gross\": 15118795.0, \"US_DVD_Sales\": 7574035.0, \"Production_Budget\": 19400000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 26331.0, \"Year\": 2006, \"Profit\": -4281205.0}, {\"Title\": \"Pay it Forward\", \"US_Gross\": 33508922.0, \"Worldwide_Gross\": 33508922.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mimi Leder\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36762.0, \"Year\": 2000, \"Profit\": -6491078.0}, {\"Title\": \"Queen of the Damned\", \"US_Gross\": 30307804.0, \"Worldwide_Gross\": 30307804.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-02-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 20268.0, \"Year\": 2002, \"Profit\": -4692196.0}, {\"Title\": \"The Quiet American\", \"US_Gross\": 12987647.0, \"Worldwide_Gross\": 12987647.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 14285.0, \"Year\": 2002, \"Profit\": -7012353.0}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002, \"Profit\": -14977277.0}, {\"Title\": \"Quarantine\", \"US_Gross\": 31691811.0, \"Worldwide_Gross\": 36091811.0, \"US_DVD_Sales\": 13657408.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Erick Dowdle\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21939.0, \"Year\": 2008, \"Profit\": 24091811.0}, {\"Title\": \"The Queen\", \"US_Gross\": 56441711.0, \"Worldwide_Gross\": 122840603.0, \"US_DVD_Sales\": 29161789.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-09-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Stephen Frears\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 34785.0, \"Year\": 2006, \"Profit\": 107840603.0}, {\"Title\": \"Quest for Camelot\", \"US_Gross\": 22772500.0, \"Worldwide_Gross\": 38172500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-05-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3053.0, \"Year\": 1998, \"Profit\": -1827500.0}, {\"Title\": \"The Quiet\", \"US_Gross\": 381420.0, \"Worldwide_Gross\": 381420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 900000.0, \"Release_Date\": \"2006-08-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 7689.0, \"Year\": 2006, \"Profit\": -518580.0}, {\"Title\": \"Quinceanera\", \"US_Gross\": 1692693.0, \"Worldwide_Gross\": 2522787.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"2006-08-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 2577.0, \"Year\": 2006, \"Profit\": 2122787.0}, {\"Title\": \"Rabbit-Proof Fence\", \"US_Gross\": 6199600.0, \"Worldwide_Gross\": 16199600.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2002-11-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 13241.0, \"Year\": 2002, \"Profit\": 9199600.0}, {\"Title\": \"Radio\", \"US_Gross\": 52333738.0, \"Worldwide_Gross\": 53293628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 12070.0, \"Year\": 2003, \"Profit\": 18293628.0}, {\"Title\": \"The Rainmaker\", \"US_Gross\": 45916769.0, \"Worldwide_Gross\": 45916769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20514.0, \"Year\": 1997, \"Profit\": 5916769.0}, {\"Title\": \"Rambo\", \"US_Gross\": 42754105.0, \"Worldwide_Gross\": 116754105.0, \"US_DVD_Sales\": 38751777.0, \"Production_Budget\": 47500000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 82600.0, \"Year\": 2008, \"Profit\": 69254105.0}, {\"Title\": \"Random Hearts\", \"US_Gross\": 31054924.0, \"Worldwide_Gross\": 63200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 64000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 133.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sydney Pollack\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 11100.0, \"Year\": 1999, \"Profit\": -800000.0}, {\"Title\": \"Rugrats in Paris\", \"US_Gross\": 76501438.0, \"Worldwide_Gross\": 103284813.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-11-17T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": 73284813.0}, {\"Title\": \"Rugrats Go Wild\", \"US_Gross\": 39402572.0, \"Worldwide_Gross\": 55443032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1847.0, \"Year\": 2003, \"Profit\": 30443032.0}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007, \"Profit\": 470495432.0}, {\"Title\": \"Ray\", \"US_Gross\": 75305995.0, \"Worldwide_Gross\": 125305995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Taylor Hackford\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 85305995.0}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006, \"Profit\": -22594580.0}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002, \"Profit\": -44147492.0}, {\"Title\": \"Robin Hood\", \"US_Gross\": 105269730.0, \"Worldwide_Gross\": 310885538.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2010-05-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 34501.0, \"Year\": 2010, \"Profit\": 100885538.0}, {\"Title\": \"Robots\", \"US_Gross\": 128200012.0, \"Worldwide_Gross\": 260700012.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Chris Wedge\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27361.0, \"Year\": 2005, \"Profit\": 180700012.0}, {\"Title\": \"A Room for Romeo Brass\", \"US_Gross\": 20097.0, \"Worldwide_Gross\": 20097.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5250000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Shane Meadows\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2393.0, \"Year\": 2000, \"Profit\": -5229903.0}, {\"Title\": \"Runaway Bride\", \"US_Gross\": 152257509.0, \"Worldwide_Gross\": 308007919.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 28497.0, \"Year\": 1999, \"Profit\": 238007919.0}, {\"Title\": \"Racing Stripes\", \"US_Gross\": 49772522.0, \"Worldwide_Gross\": 93772522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-01-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 5086.0, \"Year\": 2005, \"Profit\": 63772522.0}, {\"Title\": \"Rocky Balboa\", \"US_Gross\": 70269899.0, \"Worldwide_Gross\": 155720088.0, \"US_DVD_Sales\": 34669384.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 63717.0, \"Year\": 2006, \"Profit\": 131720088.0}, {\"Title\": \"The Road to El Dorado\", \"US_Gross\": 50802661.0, \"Worldwide_Gross\": 65700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 8876.0, \"Year\": 2000, \"Profit\": -29300000.0}, {\"Title\": \"Riding Giants\", \"US_Gross\": 2276368.0, \"Worldwide_Gross\": 3216111.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2600000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 2193.0, \"Year\": 2004, \"Profit\": 616111.0}, {\"Title\": \"Red Dragon\", \"US_Gross\": 92955420.0, \"Worldwide_Gross\": 206455420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2002-10-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 66386.0, \"Year\": 2002, \"Profit\": 128455420.0}, {\"Title\": \"The Reader\", \"US_Gross\": 34192652.0, \"Worldwide_Gross\": 106107610.0, \"US_DVD_Sales\": 12359754.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2008-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Daldry\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 46984.0, \"Year\": 2008, \"Profit\": 73107610.0}, {\"Title\": \"The Reaping\", \"US_Gross\": 25126214.0, \"Worldwide_Gross\": 62226214.0, \"US_DVD_Sales\": 19812272.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stephen Hopkins\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 19881.0, \"Year\": 2007, \"Profit\": 22226214.0}, {\"Title\": \"Rebound\", \"US_Gross\": 16809014.0, \"Worldwide_Gross\": 17492014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steve Carr\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 4485.0, \"Year\": 2005, \"Profit\": -27507986.0}, {\"Title\": \"Recess: School's Out\", \"US_Gross\": 36696761.0, \"Worldwide_Gross\": 44451470.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 83.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 2176.0, \"Year\": 2001, \"Profit\": 34451470.0}, {\"Title\": \"Redacted\", \"US_Gross\": 65388.0, \"Worldwide_Gross\": 65388.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-11-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5759.0, \"Year\": 2007, \"Profit\": -4934612.0}, {\"Title\": \"Red-Eye\", \"US_Gross\": 57891803.0, \"Worldwide_Gross\": 95891803.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 42489.0, \"Year\": 2005, \"Profit\": 69891803.0}, {\"Title\": \"Reign Over Me\", \"US_Gross\": 19661987.0, \"Worldwide_Gross\": 20081987.0, \"US_DVD_Sales\": 16021076.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 39234.0, \"Year\": 2007, \"Profit\": 81987.0}, {\"Title\": \"The Relic\", \"US_Gross\": 33956608.0, \"Worldwide_Gross\": 33956608.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 10249.0, \"Year\": 1997, \"Profit\": -26043392.0}, {\"Title\": \"Religulous\", \"US_Gross\": 13011160.0, \"Worldwide_Gross\": 13136074.0, \"US_DVD_Sales\": 7486708.0, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2008-10-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Larry Charles\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 23094.0, \"Year\": 2008, \"Profit\": 10636074.0}, {\"Title\": \"Remember Me\", \"US_Gross\": 19068240.0, \"Worldwide_Gross\": 55343435.0, \"US_DVD_Sales\": 9952465.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2010, \"Profit\": 39343435.0}, {\"Title\": \"Remember Me, My Love\", \"US_Gross\": 223878.0, \"Worldwide_Gross\": 223878.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6700000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Gabriele Muccino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 16319.0, \"Year\": 2004, \"Profit\": -6476122.0}, {\"Title\": \"Rent\", \"US_Gross\": 29077547.0, \"Worldwide_Gross\": 31670620.0, \"US_DVD_Sales\": 31412380.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Musical/Opera\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 22605.0, \"Year\": 2005, \"Profit\": -8329380.0}, {\"Title\": \"The Replacements\", \"US_Gross\": 44737059.0, \"Worldwide_Gross\": 50054511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Howard Deutch\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 21542.0, \"Year\": 2000, \"Profit\": 54511.0}, {\"Title\": \"The Replacement Killers\", \"US_Gross\": 19035741.0, \"Worldwide_Gross\": 19035741.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1998-02-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 13905.0, \"Year\": 1998, \"Profit\": -10964259.0}, {\"Title\": \"Resident Evil: Apocalypse\", \"US_Gross\": 50740078.0, \"Worldwide_Gross\": 128940078.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 52753.0, \"Year\": 2004, \"Profit\": 78940078.0}, {\"Title\": \"Resident Evil: Extinction\", \"US_Gross\": 50648679.0, \"Worldwide_Gross\": 146162920.0, \"US_DVD_Sales\": 34217549.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Russell Mulcahy\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 49502.0, \"Year\": 2007, \"Profit\": 101162920.0}, {\"Title\": \"Resident Evil: Afterlife 3D\", \"US_Gross\": 46368993.0, \"Worldwide_Gross\": 149568993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2010-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 92068993.0}, {\"Title\": \"Resident Evil\", \"US_Gross\": 40119709.0, \"Worldwide_Gross\": 103787401.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 68342.0, \"Year\": 2002, \"Profit\": 68787401.0}, {\"Title\": \"Return to Me\", \"US_Gross\": 32662299.0, \"Worldwide_Gross\": 32662299.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 9565.0, \"Year\": 2000, \"Profit\": 8662299.0}, {\"Title\": \"Revolutionary Road\", \"US_Gross\": 22911480.0, \"Worldwide_Gross\": 76989671.0, \"US_DVD_Sales\": 7642600.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45887.0, \"Year\": 2008, \"Profit\": 41989671.0}, {\"Title\": \"Be Kind Rewind\", \"US_Gross\": 11175164.0, \"Worldwide_Gross\": 28505302.0, \"US_DVD_Sales\": 5162454.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-02-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 42470.0, \"Year\": 2008, \"Profit\": 8505302.0}, {\"Title\": \"Reign of Fire\", \"US_Gross\": 43061982.0, \"Worldwide_Gross\": 82150183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 38414.0, \"Year\": 2002, \"Profit\": 22150183.0}, {\"Title\": \"Reindeer Games\", \"US_Gross\": 23360779.0, \"Worldwide_Gross\": 23360779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"2000-02-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 16822.0, \"Year\": 2000, \"Profit\": -12639221.0}, {\"Title\": \"Rachel Getting Married\", \"US_Gross\": 12796277.0, \"Worldwide_Gross\": 13326280.0, \"US_DVD_Sales\": 6635346.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 20451.0, \"Year\": 2008, \"Profit\": 1326280.0}, {\"Title\": \"The Rugrats Movie\", \"US_Gross\": 100494685.0, \"Worldwide_Gross\": 140894685.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 79.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 4857.0, \"Year\": 1998, \"Profit\": 112894685.0}, {\"Title\": \"Riding in Cars with Boys\", \"US_Gross\": 29781453.0, \"Worldwide_Gross\": 29781453.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2001-10-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Penny Marshall\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 11895.0, \"Year\": 2001, \"Profit\": -17218547.0}, {\"Title\": \"Ride With the Devil\", \"US_Gross\": 630779.0, \"Worldwide_Gross\": 630779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1873.0, \"Year\": 1999, \"Profit\": -34369221.0}, {\"Title\": \"The Ring Two\", \"US_Gross\": 75941727.0, \"Worldwide_Gross\": 161941727.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 28408.0, \"Year\": 2005, \"Profit\": 111941727.0}, {\"Title\": \"Rize\", \"US_Gross\": 3278611.0, \"Worldwide_Gross\": 4462763.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2052.0, \"Year\": 2005, \"Profit\": 3762763.0}, {\"Title\": \"The Adventures of Rocky & Bullwinkle\", \"US_Gross\": 26000610.0, \"Worldwide_Gross\": 35129610.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 10320.0, \"Year\": 2000, \"Profit\": -40870390.0}, {\"Title\": \"All the Real Girls\", \"US_Gross\": 549666.0, \"Worldwide_Gross\": 703020.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2003-02-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Gordon Green\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 5632.0, \"Year\": 2003, \"Profit\": -296980.0}, {\"Title\": \"Real Women Have Curves\", \"US_Gross\": 5853194.0, \"Worldwide_Gross\": 5853194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 4396.0, \"Year\": 2002, \"Profit\": 2853194.0}, {\"Title\": \"Son of Rambow: A Home Movie\", \"US_Gross\": 1785505.0, \"Worldwide_Gross\": 10573083.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 8573083.0}, {\"Title\": \"Romance and Cigarettes\", \"US_Gross\": 551002.0, \"Worldwide_Gross\": 3231251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Borotoro\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Turturro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 5362.0, \"Year\": 2007, \"Profit\": -7768749.0}, {\"Title\": \"Reno 911!: Miami\", \"US_Gross\": 20342161.0, \"Worldwide_Gross\": 20342161.0, \"US_DVD_Sales\": 16323972.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 81.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15684.0, \"Year\": 2007, \"Profit\": 10342161.0}, {\"Title\": \"Rounders\", \"US_Gross\": 22921898.0, \"Worldwide_Gross\": 22921898.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 45439.0, \"Year\": 1998, \"Profit\": 10921898.0}, {\"Title\": \"Rendition\", \"US_Gross\": 9736045.0, \"Worldwide_Gross\": 20437142.0, \"US_DVD_Sales\": 6007008.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2007-10-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 23223.0, \"Year\": 2007, \"Profit\": -7062858.0}, {\"Title\": \"The Rocker\", \"US_Gross\": 6409528.0, \"Worldwide_Gross\": 8767338.0, \"US_DVD_Sales\": 7970409.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 102.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Cattaneo\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 11859.0, \"Year\": 2008, \"Profit\": -6232662.0}, {\"Title\": \"Rock Star\", \"US_Gross\": 16991902.0, \"Worldwide_Gross\": 19317765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Stephen Herek\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 15806.0, \"Year\": 2001, \"Profit\": -18682235.0}, {\"Title\": \"The Rookie\", \"US_Gross\": 75600072.0, \"Worldwide_Gross\": 80693537.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 128.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 8453.0, \"Year\": 2002, \"Profit\": 58693537.0}, {\"Title\": \"Roll Bounce\", \"US_Gross\": 17380866.0, \"Worldwide_Gross\": 17500866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-09-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 3167.0, \"Year\": 2005, \"Profit\": 7500866.0}, {\"Title\": \"Romeo Must Die\", \"US_Gross\": 55973336.0, \"Worldwide_Gross\": 91036760.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2000-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrzej Bartkowiak\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 25309.0, \"Year\": 2000, \"Profit\": 66036760.0}, {\"Title\": \"Ronin\", \"US_Gross\": 41610884.0, \"Worldwide_Gross\": 41610884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Frankenheimer\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 57484.0, \"Year\": 1998, \"Profit\": -13389116.0}, {\"Title\": \"The Ballad of Jack and Rose\", \"US_Gross\": 712294.0, \"Worldwide_Gross\": 712294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-03-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 5223.0, \"Year\": 2005, \"Profit\": -787706.0}, {\"Title\": \"Red Planet\", \"US_Gross\": 17480890.0, \"Worldwide_Gross\": 33463969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 20989.0, \"Year\": 2000, \"Profit\": -46536031.0}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000, \"Profit\": 2890108.0}, {\"Title\": \"Rat Race\", \"US_Gross\": 56607223.0, \"Worldwide_Gross\": 86607223.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2001-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jerry Zucker\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 40087.0, \"Year\": 2001, \"Profit\": 38607223.0}, {\"Title\": \"Rescue Dawn\", \"US_Gross\": 5490423.0, \"Worldwide_Gross\": 7037886.0, \"US_DVD_Sales\": 24745520.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-07-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Werner Herzog\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 37764.0, \"Year\": 2007, \"Profit\": -2962114.0}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003, \"Profit\": -183406.0}, {\"Title\": \"Remember the Titans\", \"US_Gross\": 115654751.0, \"Worldwide_Gross\": 136706683.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2000-09-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Boaz Yakin\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 49844.0, \"Year\": 2000, \"Profit\": 106706683.0}, {\"Title\": \"Righteous Kill\", \"US_Gross\": 40081410.0, \"Worldwide_Gross\": 76781410.0, \"US_DVD_Sales\": 16209689.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Avnet\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 34641.0, \"Year\": 2008, \"Profit\": 16781410.0}, {\"Title\": \"Road Trip\", \"US_Gross\": 68525609.0, \"Worldwide_Gross\": 119739110.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 44702.0, \"Year\": 2000, \"Profit\": 103739110.0}, {\"Title\": \"The Ruins\", \"US_Gross\": 17432844.0, \"Worldwide_Gross\": 22177122.0, \"US_DVD_Sales\": 10610865.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-04-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 23752.0, \"Year\": 2008, \"Profit\": -2822878.0}, {\"Title\": \"Rules of Engagement\", \"US_Gross\": 61322858.0, \"Worldwide_Gross\": 71719931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18462.0, \"Year\": 2000, \"Profit\": 11719931.0}, {\"Title\": \"The Rundown\", \"US_Gross\": 47641743.0, \"Worldwide_Gross\": 80831893.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-09-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Berg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30855.0, \"Year\": 2003, \"Profit\": -4168107.0}, {\"Title\": \"Running Scared\", \"US_Gross\": 6855137.0, \"Worldwide_Gross\": 8345277.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39447.0, \"Year\": 2006, \"Profit\": -8654723.0}, {\"Title\": \"Running With Scissors\", \"US_Gross\": 6775659.0, \"Worldwide_Gross\": 7213629.0, \"US_DVD_Sales\": 1877732.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 12926.0, \"Year\": 2006, \"Profit\": -4786371.0}, {\"Title\": \"Rush Hour 2\", \"US_Gross\": 226164286.0, \"Worldwide_Gross\": 347425832.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 52049.0, \"Year\": 2001, \"Profit\": 257425832.0}, {\"Title\": \"Rush Hour 3\", \"US_Gross\": 140125968.0, \"Worldwide_Gross\": 253025968.0, \"US_DVD_Sales\": 40854922.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 39312.0, \"Year\": 2007, \"Profit\": 73025968.0}, {\"Title\": \"Rush Hour\", \"US_Gross\": 141186864.0, \"Worldwide_Gross\": 245300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1998-09-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 55248.0, \"Year\": 1998, \"Profit\": 210300000.0}, {\"Title\": \"Rushmore\", \"US_Gross\": 17105219.0, \"Worldwide_Gross\": 19080435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 53192.0, \"Year\": 1998, \"Profit\": 9080435.0}, {\"Title\": \"R.V.\", \"US_Gross\": 71724497.0, \"Worldwide_Gross\": 87524497.0, \"US_DVD_Sales\": 32041099.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 32524497.0}, {\"Title\": \"Ravenous\", \"US_Gross\": 2062406.0, \"Worldwide_Gross\": 2062406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 15804.0, \"Year\": 1999, \"Profit\": -9937594.0}, {\"Title\": \"Raise Your Voice\", \"US_Gross\": 10411980.0, \"Worldwide_Gross\": 14811980.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-10-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 8634.0, \"Year\": 2004, \"Profit\": -188020.0}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004, \"Profit\": 16419128.0}, {\"Title\": \"Sahara\", \"US_Gross\": 68671925.0, \"Worldwide_Gross\": 121671925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"2005-04-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 123.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 30739.0, \"Year\": 2005, \"Profit\": -23328075.0}, {\"Title\": \"The Saint\", \"US_Gross\": 61363304.0, \"Worldwide_Gross\": 169400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phillip Noyce\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 27413.0, \"Year\": 1997, \"Profit\": 79400000.0}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007, \"Profit\": -1360916.0}, {\"Title\": \"I Am Sam\", \"US_Gross\": 40270895.0, \"Worldwide_Gross\": 40270895.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-12-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 36448.0, \"Year\": 2001, \"Profit\": 18270895.0}, {\"Title\": \"The Salton Sea\", \"US_Gross\": 676698.0, \"Worldwide_Gross\": 676698.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2002-04-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"D.J. Caruso\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 16415.0, \"Year\": 2002, \"Profit\": -17323302.0}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010, \"Profit\": 193347692.0}, {\"Title\": \"Saved!\", \"US_Gross\": 8886160.0, \"Worldwide_Gross\": 10102511.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 22784.0, \"Year\": 2004, \"Profit\": 5102511.0}, {\"Title\": \"Saving Silverman\", \"US_Gross\": 19351569.0, \"Worldwide_Gross\": 19351569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennis Dugan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 18748.0, \"Year\": 2001, \"Profit\": -2648431.0}, {\"Title\": \"Saw\", \"US_Gross\": 55185045.0, \"Worldwide_Gross\": 103096345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2004-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 112785.0, \"Year\": 2004, \"Profit\": 101896345.0}, {\"Title\": \"Saw II\", \"US_Gross\": 87025093.0, \"Worldwide_Gross\": 152925093.0, \"US_DVD_Sales\": 44699720.0, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 76530.0, \"Year\": 2005, \"Profit\": 147925093.0}, {\"Title\": \"Saw III\", \"US_Gross\": 80238724.0, \"Worldwide_Gross\": 163876815.0, \"US_DVD_Sales\": 47153811.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 60784.0, \"Year\": 2006, \"Profit\": 153876815.0}, {\"Title\": \"Saw IV\", \"US_Gross\": 63300095.0, \"Worldwide_Gross\": 134528909.0, \"US_DVD_Sales\": 31998452.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2007-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Lynn Bousman\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 44730.0, \"Year\": 2007, \"Profit\": 124528909.0}, {\"Title\": \"Saw V\", \"US_Gross\": 56746769.0, \"Worldwide_Gross\": 113146769.0, \"US_DVD_Sales\": 26535833.0, \"Production_Budget\": 10800000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 31219.0, \"Year\": 2008, \"Profit\": 102346769.0}, {\"Title\": \"Saw VI\", \"US_Gross\": 27693292.0, \"Worldwide_Gross\": 61259697.0, \"US_DVD_Sales\": 8308717.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 91.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Greutert\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18091.0, \"Year\": 2009, \"Profit\": 50259697.0}, {\"Title\": \"Say It Isn't So\", \"US_Gross\": 5516708.0, \"Worldwide_Gross\": 5516708.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 7736.0, \"Year\": 2001, \"Profit\": -19483292.0}, {\"Title\": \"Say Uncle\", \"US_Gross\": 5361.0, \"Worldwide_Gross\": 5361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"TLA Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 431.0, \"Year\": 2006, \"Profit\": -1994639.0}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005, \"Profit\": 19425966.0}, {\"Title\": \"Seabiscuit\", \"US_Gross\": 120277854.0, \"Worldwide_Gross\": 148336445.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 86000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 141.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Gary Ross\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 31033.0, \"Year\": 2003, \"Profit\": 62336445.0}, {\"Title\": \"A Scanner Darkly\", \"US_Gross\": 5501616.0, \"Worldwide_Gross\": 7405084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Independent\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 41928.0, \"Year\": 2006, \"Profit\": -12594916.0}, {\"Title\": \"Scary Movie 2\", \"US_Gross\": 71277420.0, \"Worldwide_Gross\": 141189101.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 43941.0, \"Year\": 2001, \"Profit\": 96189101.0}, {\"Title\": \"Scary Movie 3\", \"US_Gross\": 110000082.0, \"Worldwide_Gross\": 155200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 42829.0, \"Year\": 2003, \"Profit\": 110200000.0}, {\"Title\": \"Scary Movie 4\", \"US_Gross\": 90710620.0, \"Worldwide_Gross\": 178710620.0, \"US_DVD_Sales\": 22401247.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Zucker\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 39542.0, \"Year\": 2006, \"Profit\": 138710620.0}, {\"Title\": \"Scooby-Doo 2: Monsters Unleashed\", \"US_Gross\": 84185387.0, \"Worldwide_Gross\": 181185387.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2004-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 10749.0, \"Year\": 2004, \"Profit\": 156185387.0}, {\"Title\": \"Scooby-Doo\", \"US_Gross\": 153294164.0, \"Worldwide_Gross\": 276294164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 84000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 26018.0, \"Year\": 2002, \"Profit\": 192294164.0}, {\"Title\": \"About Schmidt\", \"US_Gross\": 65005217.0, \"Worldwide_Gross\": 105823486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 53760.0, \"Year\": 2002, \"Profit\": 75823486.0}, {\"Title\": \"The School of Rock\", \"US_Gross\": 81261177.0, \"Worldwide_Gross\": 131161177.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Linklater\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63188.0, \"Year\": 2003, \"Profit\": 111161177.0}, {\"Title\": \"School for Scoundrels\", \"US_Gross\": 17807569.0, \"Worldwide_Gross\": 17807569.0, \"US_DVD_Sales\": 13739501.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-09-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Todd Phillips\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 15536.0, \"Year\": 2006, \"Profit\": -2192431.0}, {\"Title\": \"Scoop\", \"US_Gross\": 10525717.0, \"Worldwide_Gross\": 39125717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2006-07-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 30336.0, \"Year\": 2006, \"Profit\": 35125717.0}, {\"Title\": \"The Score\", \"US_Gross\": 71069884.0, \"Worldwide_Gross\": 113542091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2001-07-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 42616.0, \"Year\": 2001, \"Profit\": 45542091.0}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996, \"Profit\": 158046663.0}, {\"Title\": \"Scream 2\", \"US_Gross\": 101363301.0, \"Worldwide_Gross\": 101363301.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1997-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 48196.0, \"Year\": 1997, \"Profit\": 77363301.0}, {\"Title\": \"Scream 3\", \"US_Gross\": 89138076.0, \"Worldwide_Gross\": 161838076.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2000-02-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 38230.0, \"Year\": 2000, \"Profit\": 121838076.0}, {\"Title\": \"The Scorpion King\", \"US_Gross\": 90580000.0, \"Worldwide_Gross\": 164529000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-04-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Universal\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chuck Russell\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 30359.0, \"Year\": 2002, \"Profit\": 104529000.0}, {\"Title\": \"George A. Romero's Survival of the Dead\", \"US_Gross\": 101740.0, \"Worldwide_Gross\": 101740.0, \"US_DVD_Sales\": 943385.0, \"Production_Budget\": 4200000.0, \"Release_Date\": \"2010-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": -4098260.0}, {\"Title\": \"Stardust\", \"US_Gross\": 38634938.0, \"Worldwide_Gross\": 135556675.0, \"US_DVD_Sales\": 25129402.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2007-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 87883.0, \"Year\": 2007, \"Profit\": 65556675.0}, {\"Title\": \"Mar adentro\", \"US_Gross\": 2086345.0, \"Worldwide_Gross\": 39686345.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13300000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 466.0, \"Year\": 2004, \"Profit\": 26386345.0}, {\"Title\": \"Selena\", \"US_Gross\": 35450113.0, \"Worldwide_Gross\": 35450113.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1997-03-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 127.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 7996.0, \"Year\": 1997, \"Profit\": 15450113.0}, {\"Title\": \"The Sentinel\", \"US_Gross\": 36280697.0, \"Worldwide_Gross\": 77280697.0, \"US_DVD_Sales\": 17497571.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 23567.0, \"Year\": 2006, \"Profit\": 17280697.0}, {\"Title\": \"September Dawn\", \"US_Gross\": 901857.0, \"Worldwide_Gross\": 901857.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10100000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Black Diamond Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 1823.0, \"Year\": 2007, \"Profit\": -9198143.0}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004, \"Profit\": 40066497.0}, {\"Title\": \"Serving Sara\", \"US_Gross\": 16930185.0, \"Worldwide_Gross\": 20146150.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 7973.0, \"Year\": 2002, \"Profit\": -8853850.0}, {\"Title\": \"Session 9\", \"US_Gross\": 378176.0, \"Worldwide_Gross\": 1619602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Brad Anderson\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 14685.0, \"Year\": 2001, \"Profit\": 119602.0}, {\"Title\": \"Seven Years in Tibet\", \"US_Gross\": 37945884.0, \"Worldwide_Gross\": 131445884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1997-10-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Jean-Jacques Annaud\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 29020.0, \"Year\": 1997, \"Profit\": 61445884.0}, {\"Title\": \"Sex and the City\", \"US_Gross\": 152647258.0, \"Worldwide_Gross\": 416047258.0, \"US_DVD_Sales\": 85061666.0, \"Production_Budget\": 57500000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 46837.0, \"Year\": 2008, \"Profit\": 358547258.0}, {\"Title\": \"Swordfish\", \"US_Gross\": 69772969.0, \"Worldwide_Gross\": 147080413.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2001-06-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 57952.0, \"Year\": 2001, \"Profit\": 67080413.0}, {\"Title\": \"Something's Gotta Give\", \"US_Gross\": 124685242.0, \"Worldwide_Gross\": 266685242.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 36303.0, \"Year\": 2003, \"Profit\": 186685242.0}, {\"Title\": \"Sugar Town\", \"US_Gross\": 178095.0, \"Worldwide_Gross\": 178095.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 566.0, \"Year\": 1999, \"Profit\": -71905.0}, {\"Title\": \"Shade\", \"US_Gross\": 22183.0, \"Worldwide_Gross\": 22183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6800000.0, \"Release_Date\": \"2004-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 950.0, \"Year\": 2004, \"Profit\": -6777817.0}, {\"Title\": \"Shadow of the Vampire\", \"US_Gross\": 8279017.0, \"Worldwide_Gross\": 8279017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18221.0, \"Year\": 2000, \"Profit\": 279017.0}, {\"Title\": \"Shaft\", \"US_Gross\": 70327868.0, \"Worldwide_Gross\": 107190108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 53012938.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Singleton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 32881.0, \"Year\": 2000, \"Profit\": 54177170.0}, {\"Title\": \"The Shaggy Dog\", \"US_Gross\": 61123569.0, \"Worldwide_Gross\": 87123569.0, \"US_DVD_Sales\": 28587103.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2006-03-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 6116.0, \"Year\": 2006, \"Profit\": 27123569.0}, {\"Title\": \"Scary Movie\", \"US_Gross\": 157019771.0, \"Worldwide_Gross\": 277200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 68541.0, \"Year\": 2000, \"Profit\": 258200000.0}, {\"Title\": \"Shaun of the Dead\", \"US_Gross\": 13542874.0, \"Worldwide_Gross\": 29629128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2004-09-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 134693.0, \"Year\": 2004, \"Profit\": 24629128.0}, {\"Title\": \"Shortbus\", \"US_Gross\": 1985292.0, \"Worldwide_Gross\": 1985292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-10-04T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14276.0, \"Year\": 2006, \"Profit\": -14708.0}, {\"Title\": \"She's All That\", \"US_Gross\": 63465522.0, \"Worldwide_Gross\": 63465522.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-01-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 28498.0, \"Year\": 1999, \"Profit\": 53465522.0}, {\"Title\": \"She's the Man\", \"US_Gross\": 33889159.0, \"Worldwide_Gross\": 56889159.0, \"US_DVD_Sales\": 33340509.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andy Fickman\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26513.0, \"Year\": 2006, \"Profit\": 31889159.0}, {\"Title\": \"Sherrybaby\", \"US_Gross\": 199176.0, \"Worldwide_Gross\": 622806.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 6372.0, \"Year\": 2006, \"Profit\": -1377194.0}, {\"Title\": \"Shallow Hal\", \"US_Gross\": 70836296.0, \"Worldwide_Gross\": 70836296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35878.0, \"Year\": 2001, \"Profit\": 30836296.0}, {\"Title\": \"Silent Hill\", \"US_Gross\": 46982632.0, \"Worldwide_Gross\": 99982632.0, \"US_DVD_Sales\": 22104517.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christophe Gans\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 65485.0, \"Year\": 2006, \"Profit\": 49982632.0}, {\"Title\": \"Shutter Island\", \"US_Gross\": 128012934.0, \"Worldwide_Gross\": 294512934.0, \"US_DVD_Sales\": 22083616.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 105706.0, \"Year\": 2010, \"Profit\": 214512934.0}, {\"Title\": \"Shakespeare in Love\", \"US_Gross\": 100317794.0, \"Worldwide_Gross\": 279500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Madden\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 77911.0, \"Year\": 1998, \"Profit\": 253500000.0}, {\"Title\": \"In the Shadow of the Moon\", \"US_Gross\": 1134358.0, \"Worldwide_Gross\": 1134358.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-09-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 2974.0, \"Year\": 2007, \"Profit\": -865642.0}, {\"Title\": \"Sherlock Holmes\", \"US_Gross\": 209028679.0, \"Worldwide_Gross\": 518249844.0, \"US_DVD_Sales\": 42276167.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 91555.0, \"Year\": 2009, \"Profit\": 438249844.0}, {\"Title\": \"She's Out of My League\", \"US_Gross\": 31628317.0, \"Worldwide_Gross\": 49219151.0, \"US_DVD_Sales\": 7889235.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17449.0, \"Year\": 2010, \"Profit\": 29219151.0}, {\"Title\": \"Shooter\", \"US_Gross\": 47003582.0, \"Worldwide_Gross\": 95203582.0, \"US_DVD_Sales\": 57333255.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 149.0, \"Year\": 2007, \"Profit\": 35203582.0}, {\"Title\": \"Shrek\", \"US_Gross\": 267655011.0, \"Worldwide_Gross\": 484399218.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2001-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 163855.0, \"Year\": 2001, \"Profit\": 434399218.0}, {\"Title\": \"Shrek 2\", \"US_Gross\": 441226247.0, \"Worldwide_Gross\": 919838758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Adamson\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 95658.0, \"Year\": 2004, \"Profit\": 849838758.0}, {\"Title\": \"Shrek the Third\", \"US_Gross\": 322719944.0, \"Worldwide_Gross\": 798958162.0, \"US_DVD_Sales\": 176400340.0, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 59778.0, \"Year\": 2007, \"Profit\": 638958162.0}, {\"Title\": \"Shrek Forever After\", \"US_Gross\": 238395990.0, \"Worldwide_Gross\": 729395990.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12193.0, \"Year\": 2010, \"Profit\": 564395990.0}, {\"Title\": \"Shark Tale\", \"US_Gross\": 160861908.0, \"Worldwide_Gross\": 367275019.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-10-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Letterman\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 40019.0, \"Year\": 2004, \"Profit\": 292275019.0}, {\"Title\": \"Shattered Glass\", \"US_Gross\": 2207975.0, \"Worldwide_Gross\": 2932719.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2003-10-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 14575.0, \"Year\": 2003, \"Profit\": -3067281.0}, {\"Title\": \"Stealing Harvard\", \"US_Gross\": 13973532.0, \"Worldwide_Gross\": 13973532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-09-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 6899.0, \"Year\": 2002, \"Profit\": -11026468.0}, {\"Title\": \"Showtime\", \"US_Gross\": 37948765.0, \"Worldwide_Gross\": 78948765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 22128.0, \"Year\": 2002, \"Profit\": -6051235.0}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007, \"Profit\": 24538513.0}, {\"Title\": \"The Siege\", \"US_Gross\": 40934175.0, \"Worldwide_Gross\": 116625798.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Zwick\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 46625798.0}, {\"Title\": \"Signs\", \"US_Gross\": 227965690.0, \"Worldwide_Gross\": 408265690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70702619.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 111561.0, \"Year\": 2002, \"Profit\": 337563071.0}, {\"Title\": \"Simon Birch\", \"US_Gross\": 18253415.0, \"Worldwide_Gross\": 18253415.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mark Steven Johnson\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 11371.0, \"Year\": 1998, \"Profit\": -1746585.0}, {\"Title\": \"A Simple Wish\", \"US_Gross\": 8165213.0, \"Worldwide_Gross\": 8165213.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1997-07-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michael Ritchie\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 1545.0, \"Year\": 1997, \"Profit\": -19834787.0}, {\"Title\": \"The Simpsons Movie\", \"US_Gross\": 183135014.0, \"Worldwide_Gross\": 527071022.0, \"US_DVD_Sales\": 96359085.0, \"Production_Budget\": 72500000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Silverman\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 117656.0, \"Year\": 2007, \"Profit\": 454571022.0}, {\"Title\": \"Sinbad: Legend of the Seven Seas\", \"US_Gross\": 26483452.0, \"Worldwide_Gross\": 80767884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2003-07-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Tim Johnson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 7895.0, \"Year\": 2003, \"Profit\": 20767884.0}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005, \"Profit\": 118753820.0}, {\"Title\": \"The Singing Detective\", \"US_Gross\": 336456.0, \"Worldwide_Gross\": 524747.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2003-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 4441.0, \"Year\": 2003, \"Profit\": -7475253.0}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999, \"Profit\": 632806292.0}, {\"Title\": \"Super Size Me\", \"US_Gross\": 11529368.0, \"Worldwide_Gross\": 29529368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Morgan Spurlock\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 33805.0, \"Year\": 2004, \"Profit\": 29464368.0}, {\"Title\": \"The Skeleton Key\", \"US_Gross\": 47907715.0, \"Worldwide_Gross\": 92907715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-08-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Iain Softley\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 29810.0, \"Year\": 2005, \"Profit\": 52907715.0}, {\"Title\": \"The Skulls\", \"US_Gross\": 35007180.0, \"Worldwide_Gross\": 35007180.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 14903.0, \"Year\": 2000, \"Profit\": 20007180.0}, {\"Title\": \"Sky High\", \"US_Gross\": 63939454.0, \"Worldwide_Gross\": 81627454.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 20923.0, \"Year\": 2005, \"Profit\": 21627454.0}, {\"Title\": \"Slackers\", \"US_Gross\": 4814244.0, \"Worldwide_Gross\": 4814244.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-02-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7934.0, \"Year\": 2002, \"Profit\": -6185756.0}, {\"Title\": \"Ready to Rumble\", \"US_Gross\": 12372410.0, \"Worldwide_Gross\": 12372410.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2000-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2000, \"Profit\": -11627590.0}, {\"Title\": \"Soldier\", \"US_Gross\": 14623082.0, \"Worldwide_Gross\": 14623082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1998-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Anderson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": -60376918.0}, {\"Title\": \"Sleepy Hollow\", \"US_Gross\": 101068340.0, \"Worldwide_Gross\": 207068340.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 107511.0, \"Year\": 1999, \"Profit\": 137068340.0}, {\"Title\": \"Lucky Number Slevin\", \"US_Gross\": 22495466.0, \"Worldwide_Gross\": 55495466.0, \"US_DVD_Sales\": 26858545.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 91145.0, \"Year\": 2006, \"Profit\": 28495466.0}, {\"Title\": \"The Secret Life of Bees\", \"US_Gross\": 37766350.0, \"Worldwide_Gross\": 39612166.0, \"US_DVD_Sales\": 17077991.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 7077.0, \"Year\": 2008, \"Profit\": 28612166.0}, {\"Title\": \"Hannibal\", \"US_Gross\": 165092266.0, \"Worldwide_Gross\": 350100280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 87000000.0, \"Release_Date\": \"2001-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 74862.0, \"Year\": 2001, \"Profit\": 263100280.0}, {\"Title\": \"Southland Tales\", \"US_Gross\": 275380.0, \"Worldwide_Gross\": 364607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20172.0, \"Year\": 2007, \"Profit\": -16635393.0}, {\"Title\": \"Slow Burn\", \"US_Gross\": 1237615.0, \"Worldwide_Gross\": 1237615.0, \"US_DVD_Sales\": 893953.0, \"Production_Budget\": 15500000.0, \"Release_Date\": \"2007-04-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 2318.0, \"Year\": 2007, \"Profit\": -14262385.0}, {\"Title\": \"Sleepover\", \"US_Gross\": 9408183.0, \"Worldwide_Gross\": 9408183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-07-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4774.0, \"Year\": 2004, \"Profit\": -591817.0}, {\"Title\": \"The Bridge of San Luis Rey\", \"US_Gross\": 49981.0, \"Worldwide_Gross\": 1696765.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 1913.0, \"Year\": 2005, \"Profit\": -22303235.0}, {\"Title\": \"Slither\", \"US_Gross\": 7802450.0, \"Worldwide_Gross\": 12834936.0, \"US_DVD_Sales\": 7475776.0, \"Production_Budget\": 15250000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26101.0, \"Year\": 2006, \"Profit\": -2415064.0}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008, \"Profit\": 351257315.0}, {\"Title\": \"Slums of Beverly Hills\", \"US_Gross\": 5502773.0, \"Worldwide_Gross\": 5502773.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tamara Jenkins\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 5821.0, \"Year\": 1998, \"Profit\": 502773.0}, {\"Title\": \"Small Soldiers\", \"US_Gross\": 55143823.0, \"Worldwide_Gross\": 71743823.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1998-07-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Dante\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 20571.0, \"Year\": 1998, \"Profit\": 31743823.0}, {\"Title\": \"Mr. And Mrs. Smith\", \"US_Gross\": 186336279.0, \"Worldwide_Gross\": 478336279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Doug Liman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 189.0, \"Year\": 2005, \"Profit\": 368336279.0}, {\"Title\": \"Smokin' Aces\", \"US_Gross\": 35662731.0, \"Worldwide_Gross\": 56047261.0, \"US_DVD_Sales\": 35817034.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joe Carnahan\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 57313.0, \"Year\": 2007, \"Profit\": 39047261.0}, {\"Title\": \"Someone Like You\", \"US_Gross\": 27338033.0, \"Worldwide_Gross\": 38684906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Goldwyn\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 10073.0, \"Year\": 2001, \"Profit\": 15684906.0}, {\"Title\": \"Death to Smoochy\", \"US_Gross\": 8355815.0, \"Worldwide_Gross\": 8374062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-03-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny De Vito\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 22379.0, \"Year\": 2002, \"Profit\": -41625938.0}, {\"Title\": \"Simply Irresistible\", \"US_Gross\": 4398989.0, \"Worldwide_Gross\": 4398989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 6927.0, \"Year\": 1999, \"Profit\": -1601011.0}, {\"Title\": \"Summer Catch\", \"US_Gross\": 19693891.0, \"Worldwide_Gross\": 19693891.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6848.0, \"Year\": 2001, \"Profit\": 2693891.0}, {\"Title\": \"There's Something About Mary\", \"US_Gross\": 176484651.0, \"Worldwide_Gross\": 360099999.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1998-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 96443.0, \"Year\": 1998, \"Profit\": 338099999.0}, {\"Title\": \"Snake Eyes\", \"US_Gross\": 55591409.0, \"Worldwide_Gross\": 103891409.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-08-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 29321.0, \"Year\": 1998, \"Profit\": 30891409.0}, {\"Title\": \"Snakes on a Plane\", \"US_Gross\": 34020814.0, \"Worldwide_Gross\": 62020814.0, \"US_DVD_Sales\": 23704179.0, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 105.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David R. Ellis\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 65841.0, \"Year\": 2006, \"Profit\": 29020814.0}, {\"Title\": \"Lemony Snicket's A Series of Unfortunate Events\", \"US_Gross\": 118627117.0, \"Worldwide_Gross\": 201627117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brad Silberling\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 51614.0, \"Year\": 2004, \"Profit\": 101627117.0}, {\"Title\": \"House of Sand and Fog\", \"US_Gross\": 13005485.0, \"Worldwide_Gross\": 16157923.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2003-12-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 29777.0, \"Year\": 2003, \"Profit\": -342077.0}, {\"Title\": \"A Sound of Thunder\", \"US_Gross\": 1900451.0, \"Worldwide_Gross\": 6300451.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Peter Hyams\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 9915.0, \"Year\": 2005, \"Profit\": -73699549.0}, {\"Title\": \"See No Evil\", \"US_Gross\": 15032800.0, \"Worldwide_Gross\": 15387513.0, \"US_DVD_Sales\": 45391536.0, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2006-05-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 10035.0, \"Year\": 2006, \"Profit\": 7387513.0}, {\"Title\": \"The Shipping News\", \"US_Gross\": 11405825.0, \"Worldwide_Gross\": 24405825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 17338.0, \"Year\": 2001, \"Profit\": -10594175.0}, {\"Title\": \"Shanghai Knights\", \"US_Gross\": 60470220.0, \"Worldwide_Gross\": 60470220.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2003-02-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 24893.0, \"Year\": 2003, \"Profit\": 10470220.0}, {\"Title\": \"Shanghai Noon\", \"US_Gross\": 56932305.0, \"Worldwide_Gross\": 71189835.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Tom Dey\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32446.0, \"Year\": 2000, \"Profit\": 16189835.0}, {\"Title\": \"Snow Dogs\", \"US_Gross\": 81150692.0, \"Worldwide_Gross\": 115010692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2002-01-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 99.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 7561.0, \"Year\": 2002, \"Profit\": 83010692.0}, {\"Title\": \"Snow Falling on Cedars\", \"US_Gross\": 14378353.0, \"Worldwide_Gross\": 14378353.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 36000000.0, \"Release_Date\": \"1999-12-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 8444.0, \"Year\": 1999, \"Profit\": -21621647.0}, {\"Title\": \"Sunshine\", \"US_Gross\": 3688560.0, \"Worldwide_Gross\": 32030610.0, \"US_DVD_Sales\": 6342481.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2007-07-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 74535.0, \"Year\": 2007, \"Profit\": -7969390.0}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000, \"Profit\": 73593107.0}, {\"Title\": \"Snow Day\", \"US_Gross\": 60008303.0, \"Worldwide_Gross\": 62452927.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 4611.0, \"Year\": 2000, \"Profit\": 49452927.0}, {\"Title\": \"Sorority Boys\", \"US_Gross\": 10198766.0, \"Worldwide_Gross\": 12516222.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 7392.0, \"Year\": 2002, \"Profit\": 516222.0}, {\"Title\": \"Solaris\", \"US_Gross\": 14970038.0, \"Worldwide_Gross\": 14970038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 33151.0, \"Year\": 2002, \"Profit\": -32029962.0}, {\"Title\": \"Solitary Man\", \"US_Gross\": 4354546.0, \"Worldwide_Gross\": 4354546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12500000.0, \"Release_Date\": \"2010-05-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Anchor Bay Entertainment\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1936.0, \"Year\": 2010, \"Profit\": -8145454.0}, {\"Title\": \"The Soloist\", \"US_Gross\": 31720158.0, \"Worldwide_Gross\": 38286958.0, \"US_DVD_Sales\": 10310814.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Joe Wright\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14257.0, \"Year\": 2009, \"Profit\": -21713042.0}, {\"Title\": \"Songcatcher\", \"US_Gross\": 3050934.0, \"Worldwide_Gross\": 3050934.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 1997.0, \"Year\": 2001, \"Profit\": 1250934.0}, {\"Title\": \"Sonny\", \"US_Gross\": 17639.0, \"Worldwide_Gross\": 17639.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 1941.0, \"Year\": 2002, \"Profit\": -3982361.0}, {\"Title\": \"Standard Operating Procedure\", \"US_Gross\": 228830.0, \"Worldwide_Gross\": 228830.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2008-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 1640.0, \"Year\": 2008, \"Profit\": -4771170.0}, {\"Title\": \"The Sorcerer's Apprentice\", \"US_Gross\": 62492818.0, \"Worldwide_Gross\": 200092818.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 9108.0, \"Year\": 2010, \"Profit\": 40092818.0}, {\"Title\": \"Soul Food\", \"US_Gross\": 43492389.0, \"Worldwide_Gross\": 43492389.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7500000.0, \"Release_Date\": \"1997-09-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2636.0, \"Year\": 1997, \"Profit\": 35992389.0}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004, \"Profit\": -1446193.0}, {\"Title\": \"South Park: Bigger, Longer & Uncut\", \"US_Gross\": 52037603.0, \"Worldwide_Gross\": 52037603.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 80.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 31037603.0}, {\"Title\": \"Space Jam\", \"US_Gross\": 90463534.0, \"Worldwide_Gross\": 250200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1996-11-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Joe Pytka\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 29293.0, \"Year\": 1996, \"Profit\": 170200000.0}, {\"Title\": \"Spanglish\", \"US_Gross\": 42044321.0, \"Worldwide_Gross\": 54344321.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James L. Brooks\", \"Rotten_Tomatoes_Rating\": 52.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 30660.0, \"Year\": 2004, \"Profit\": -20655679.0}, {\"Title\": \"Spawn\", \"US_Gross\": 54979992.0, \"Worldwide_Gross\": 87949859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1997-07-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21366.0, \"Year\": 1997, \"Profit\": 47949859.0}, {\"Title\": \"Superbad\", \"US_Gross\": 121463226.0, \"Worldwide_Gross\": 169863226.0, \"US_DVD_Sales\": 134555373.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2007-08-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Greg Mottola\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 134212.0, \"Year\": 2007, \"Profit\": 152363226.0}, {\"Title\": \"SpongeBob SquarePants\", \"US_Gross\": 85416609.0, \"Worldwide_Gross\": 140416609.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-11-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 110416609.0}, {\"Title\": \"Space Chimps\", \"US_Gross\": 30105968.0, \"Worldwide_Gross\": 59517784.0, \"US_DVD_Sales\": 13349286.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 4324.0, \"Year\": 2008, \"Profit\": 22517784.0}, {\"Title\": \"Space Cowboys\", \"US_Gross\": 90454043.0, \"Worldwide_Gross\": 128874043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 29983.0, \"Year\": 2000, \"Profit\": 63874043.0}, {\"Title\": \"Spider\", \"US_Gross\": 1641788.0, \"Worldwide_Gross\": 1641788.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-02-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Cronenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 560.0, \"Year\": 2003, \"Profit\": -8358212.0}, {\"Title\": \"Speed Racer\", \"US_Gross\": 43945766.0, \"Worldwide_Gross\": 93394462.0, \"US_DVD_Sales\": 14217924.0, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2008-05-09T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 38.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 32672.0, \"Year\": 2008, \"Profit\": -26605538.0}, {\"Title\": \"The Spiderwick Chronicles\", \"US_Gross\": 71195053.0, \"Worldwide_Gross\": 162839667.0, \"US_DVD_Sales\": 27525903.0, \"Production_Budget\": 92500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Mark Waters\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 18715.0, \"Year\": 2008, \"Profit\": 70339667.0}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001, \"Profit\": -982873.0}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997, \"Profit\": 40468000.0}, {\"Title\": \"Sphere\", \"US_Gross\": 37068294.0, \"Worldwide_Gross\": 50168294.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73000000.0, \"Release_Date\": \"1998-02-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 31461.0, \"Year\": 1998, \"Profit\": -22831706.0}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998, \"Profit\": 31042592.0}, {\"Title\": \"Spider-Man 2\", \"US_Gross\": 373524485.0, \"Worldwide_Gross\": 783705001.0, \"US_DVD_Sales\": 4196484.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2004-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 141940.0, \"Year\": 2004, \"Profit\": 583705001.0}, {\"Title\": \"Spider-Man 3\", \"US_Gross\": 336530303.0, \"Worldwide_Gross\": 890871626.0, \"US_DVD_Sales\": 124058348.0, \"Production_Budget\": 258000000.0, \"Release_Date\": \"2007-05-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 139.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 141513.0, \"Year\": 2007, \"Profit\": 632871626.0}, {\"Title\": \"Spider-Man\", \"US_Gross\": 403706375.0, \"Worldwide_Gross\": 821708551.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 139000000.0, \"Release_Date\": \"2002-05-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sam Raimi\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 167524.0, \"Year\": 2002, \"Profit\": 682708551.0}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010, \"Profit\": -41850857.0}, {\"Title\": \"See Spot Run\", \"US_Gross\": 33357476.0, \"Worldwide_Gross\": 43057552.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 97.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 3673.0, \"Year\": 2001, \"Profit\": 27057552.0}, {\"Title\": \"Superman Returns\", \"US_Gross\": 200120000.0, \"Worldwide_Gross\": 391120000.0, \"US_DVD_Sales\": 81580739.0, \"Production_Budget\": 232000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 157.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 102751.0, \"Year\": 2006, \"Profit\": 159120000.0}, {\"Title\": \"Supernova\", \"US_Gross\": 14218868.0, \"Worldwide_Gross\": 14218868.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-01-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 127.0, \"Year\": 2000, \"Profit\": -45781132.0}, {\"Title\": \"Spirited Away\", \"US_Gross\": 10049886.0, \"Worldwide_Gross\": 274949886.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 255949886.0}, {\"Title\": \"Spun\", \"US_Gross\": 410241.0, \"Worldwide_Gross\": 1022649.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 16011.0, \"Year\": 2003, \"Profit\": -3477351.0}, {\"Title\": \"Spy Game\", \"US_Gross\": 62362560.0, \"Worldwide_Gross\": 143049560.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 44850.0, \"Year\": 2001, \"Profit\": 53049560.0}, {\"Title\": \"Spy Kids 2: The Island of Lost Dreams\", \"US_Gross\": 85846296.0, \"Worldwide_Gross\": 119721296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2002-08-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 81721296.0}, {\"Title\": \"Spy Kids 3-D: Game Over\", \"US_Gross\": 111760631.0, \"Worldwide_Gross\": 167851995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 84.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 12352.0, \"Year\": 2003, \"Profit\": 127851995.0}, {\"Title\": \"Spy Kids\", \"US_Gross\": 112692062.0, \"Worldwide_Gross\": 197692062.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 23479.0, \"Year\": 2001, \"Profit\": 162692062.0}, {\"Title\": \"The Square\", \"US_Gross\": 406216.0, \"Worldwide_Gross\": 406216.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1900000.0, \"Release_Date\": \"2010-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1303.0, \"Year\": 2010, \"Profit\": -1493784.0}, {\"Title\": \"The Squid and the Whale\", \"US_Gross\": 7372734.0, \"Worldwide_Gross\": 11098131.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2005-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Noah Baumbach\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 23521.0, \"Year\": 2005, \"Profit\": 9598131.0}, {\"Title\": \"Serendipity\", \"US_Gross\": 50255310.0, \"Worldwide_Gross\": 75294136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 32014.0, \"Year\": 2001, \"Profit\": 47294136.0}, {\"Title\": \"Saint Ralph\", \"US_Gross\": 795126.0, \"Worldwide_Gross\": 795126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5200000.0, \"Release_Date\": \"2005-08-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 3492.0, \"Year\": 2005, \"Profit\": -4404874.0}, {\"Title\": \"Shaolin Soccer\", \"US_Gross\": 488872.0, \"Worldwide_Gross\": 42776032.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stephen Chow\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 32776032.0}, {\"Title\": \"Superstar\", \"US_Gross\": 30628981.0, \"Worldwide_Gross\": 30628981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-10-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 82.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 103.0, \"Year\": 1999, \"Profit\": 16628981.0}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001, \"Profit\": -9711754.0}, {\"Title\": \"Spirit: Stallion of the Cimarron\", \"US_Gross\": 73215310.0, \"Worldwide_Gross\": 106515310.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-05-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 84.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Kelly Asbury\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8622.0, \"Year\": 2002, \"Profit\": 26515310.0}, {\"Title\": \"Star Wars Ep. II: Attack of the Clones\", \"US_Gross\": 310676740.0, \"Worldwide_Gross\": 656695615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-05-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 142.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 541695615.0}, {\"Title\": \"Star Wars Ep. III: Revenge of the Sith\", \"US_Gross\": 380270577.0, \"Worldwide_Gross\": 848998877.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2005-05-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 733998877.0}, {\"Title\": \"Starship Troopers\", \"US_Gross\": 54768952.0, \"Worldwide_Gross\": 121100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1997-11-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Paul Verhoeven\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 83516.0, \"Year\": 1997, \"Profit\": 21100000.0}, {\"Title\": \"The Station Agent\", \"US_Gross\": 5801558.0, \"Worldwide_Gross\": 7773824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 22274.0, \"Year\": 2003, \"Profit\": 7273824.0}, {\"Title\": \"Stay Alive\", \"US_Gross\": 23086480.0, \"Worldwide_Gross\": 23187506.0, \"US_DVD_Sales\": 13333591.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 13658.0, \"Year\": 2006, \"Profit\": 3187506.0}, {\"Title\": \"Small Time Crooks\", \"US_Gross\": 17266359.0, \"Worldwide_Gross\": 29934477.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2000-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 15636.0, \"Year\": 2000, \"Profit\": 11934477.0}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997, \"Profit\": -14313571.0}, {\"Title\": \"How Stella Got Her Groove Back\", \"US_Gross\": 37672944.0, \"Worldwide_Gross\": 37672944.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 3080.0, \"Year\": 1998, \"Profit\": 17672944.0}, {\"Title\": \"The Stepford Wives\", \"US_Gross\": 59475623.0, \"Worldwide_Gross\": 96221971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-06-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 93.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Oz\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 26712.0, \"Year\": 2004, \"Profit\": -3778029.0}, {\"Title\": \"Stepmom\", \"US_Gross\": 91137662.0, \"Worldwide_Gross\": 119709917.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1998-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Sony/TriStar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Chris Columbus\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 18505.0, \"Year\": 1998, \"Profit\": 69709917.0}, {\"Title\": \"Stomp the Yard\", \"US_Gross\": 61356221.0, \"Worldwide_Gross\": 76356221.0, \"US_DVD_Sales\": 33252252.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2007-01-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 13737.0, \"Year\": 2007, \"Profit\": 62356221.0}, {\"Title\": \"Stranger Than Fiction\", \"US_Gross\": 40435190.0, \"Worldwide_Gross\": 45235190.0, \"US_DVD_Sales\": 30936711.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-11-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Marc Forster\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 74218.0, \"Year\": 2006, \"Profit\": 15235190.0}, {\"Title\": \"The Legend of Suriyothai\", \"US_Gross\": 454255.0, \"Worldwide_Gross\": 454255.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2003, \"Profit\": -8545745.0}, {\"Title\": \"Stick It\", \"US_Gross\": 26910736.0, \"Worldwide_Gross\": 30399714.0, \"US_DVD_Sales\": 27642935.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 31.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 9556.0, \"Year\": 2006, \"Profit\": 10399714.0}, {\"Title\": \"Stigmata\", \"US_Gross\": 50041732.0, \"Worldwide_Gross\": 89441732.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 29411.0, \"Year\": 1999, \"Profit\": 57441732.0}, {\"Title\": \"A Stir of Echoes\", \"US_Gross\": 21133087.0, \"Worldwide_Gross\": 21133087.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1999-09-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26752.0, \"Year\": 1999, \"Profit\": 9133087.0}, {\"Title\": \"Street Kings\", \"US_Gross\": 26415649.0, \"Worldwide_Gross\": 65589243.0, \"US_DVD_Sales\": 13420759.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 40291.0, \"Year\": 2008, \"Profit\": 45589243.0}, {\"Title\": \"Stuart Little\", \"US_Gross\": 140015224.0, \"Worldwide_Gross\": 298800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 23226.0, \"Year\": 1999, \"Profit\": 193800000.0}, {\"Title\": \"Stuart Little 2\", \"US_Gross\": 64956806.0, \"Worldwide_Gross\": 166000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 78.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7534.0, \"Year\": 2002, \"Profit\": 46000000.0}, {\"Title\": \"Stealth\", \"US_Gross\": 32116746.0, \"Worldwide_Gross\": 76416746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2005-07-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 21664.0, \"Year\": 2005, \"Profit\": -61583254.0}, {\"Title\": \"Steamboy\", \"US_Gross\": 468867.0, \"Worldwide_Gross\": 10468867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -9531133.0}, {\"Title\": \"The Statement\", \"US_Gross\": 765637.0, \"Worldwide_Gross\": 1545064.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2735.0, \"Year\": 2003, \"Profit\": -25454936.0}, {\"Title\": \"Stolen Summer\", \"US_Gross\": 119841.0, \"Worldwide_Gross\": 119841.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2002-03-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1733.0, \"Year\": 2002, \"Profit\": -1380159.0}, {\"Title\": \"Stop-Loss\", \"US_Gross\": 10915744.0, \"Worldwide_Gross\": 11179472.0, \"US_DVD_Sales\": 4736139.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2008-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Kimberly Peirce\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 9268.0, \"Year\": 2008, \"Profit\": -13820528.0}, {\"Title\": \"The Perfect Storm\", \"US_Gross\": 182618434.0, \"Worldwide_Gross\": 328711434.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 120000000.0, \"Release_Date\": \"2000-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 55716.0, \"Year\": 2000, \"Profit\": 208711434.0}, {\"Title\": \"The Story of Us\", \"US_Gross\": 27100030.0, \"Worldwide_Gross\": 27100030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 74.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 10720.0, \"Year\": 1999, \"Profit\": -22899970.0}, {\"Title\": \"The Stepfather\", \"US_Gross\": 29062561.0, \"Worldwide_Gross\": 29227561.0, \"US_DVD_Sales\": 6587798.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 6263.0, \"Year\": 2009, \"Profit\": 9227561.0}, {\"Title\": \"State of Play\", \"US_Gross\": 37017955.0, \"Worldwide_Gross\": 91445389.0, \"US_DVD_Sales\": 13578224.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-04-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin MacDonald\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 34067.0, \"Year\": 2009, \"Profit\": 31445389.0}, {\"Title\": \"The Sisterhood of the Traveling Pants 2\", \"US_Gross\": 44089964.0, \"Worldwide_Gross\": 44154645.0, \"US_DVD_Sales\": 15266725.0, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 6557.0, \"Year\": 2008, \"Profit\": 17154645.0}, {\"Title\": \"Sisterhood of the Traveling Pants\", \"US_Gross\": 39053061.0, \"Worldwide_Gross\": 41560117.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-06-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ken Kwapis\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 16560117.0}, {\"Title\": \"Step Up\", \"US_Gross\": 65328121.0, \"Worldwide_Gross\": 115328121.0, \"US_DVD_Sales\": 51317604.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Anne Fletcher\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21691.0, \"Year\": 2006, \"Profit\": 103328121.0}, {\"Title\": \"The Straight Story\", \"US_Gross\": 6197866.0, \"Worldwide_Gross\": 6197866.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 36265.0, \"Year\": 1999, \"Profit\": -3802134.0}, {\"Title\": \"Star Trek: First Contact\", \"US_Gross\": 92027888.0, \"Worldwide_Gross\": 150000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1996-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 45106.0, \"Year\": 1996, \"Profit\": 104000000.0}, {\"Title\": \"Star Trek: Insurrection\", \"US_Gross\": 70187658.0, \"Worldwide_Gross\": 117800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"1998-12-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 26559.0, \"Year\": 1998, \"Profit\": 47800000.0}, {\"Title\": \"Star Trek: Nemesis\", \"US_Gross\": 43254409.0, \"Worldwide_Gross\": 67312826.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-12-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 28449.0, \"Year\": 2002, \"Profit\": 7312826.0}, {\"Title\": \"Alex Rider: Operation Stormbreaker\", \"US_Gross\": 659210.0, \"Worldwide_Gross\": 9351567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -30648433.0}, {\"Title\": \"The Strangers\", \"US_Gross\": 52597610.0, \"Worldwide_Gross\": 80597610.0, \"US_DVD_Sales\": 15789825.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2008-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 85.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 35078.0, \"Year\": 2008, \"Profit\": 71597610.0}, {\"Title\": \"Super Troopers\", \"US_Gross\": 18492362.0, \"Worldwide_Gross\": 23046142.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-02-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jay Chandrasekhar\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 29514.0, \"Year\": 2002, \"Profit\": 20046142.0}, {\"Title\": \"Strangers with Candy\", \"US_Gross\": 2072645.0, \"Worldwide_Gross\": 2077844.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2006-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 4941.0, \"Year\": 2006, \"Profit\": 77844.0}, {\"Title\": \"Star Wars Ep. I: The Phantom Menace\", \"US_Gross\": 431088297.0, \"Worldwide_Gross\": 924288297.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"1999-05-19T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"George Lucas\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": 809288297.0}, {\"Title\": \"Stuck On You\", \"US_Gross\": 33832741.0, \"Worldwide_Gross\": 63537164.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-12-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bobby Farrelly\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 23196.0, \"Year\": 2003, \"Profit\": 8537164.0}, {\"Title\": \"Step Up 2 the Streets\", \"US_Gross\": 58017783.0, \"Worldwide_Gross\": 150017783.0, \"US_DVD_Sales\": 21801408.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2008-02-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 20345.0, \"Year\": 2008, \"Profit\": 132517783.0}, {\"Title\": \"The Sum of All Fears\", \"US_Gross\": 118471320.0, \"Worldwide_Gross\": 193500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Phil Alden Robinson\", \"Rotten_Tomatoes_Rating\": 59.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 38586.0, \"Year\": 2002, \"Profit\": 125500000.0}, {\"Title\": \"Sunshine State\", \"US_Gross\": 3064356.0, \"Worldwide_Gross\": 3064356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2002-06-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Sayles\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 2769.0, \"Year\": 2002, \"Profit\": -2535644.0}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005, \"Profit\": -26747450.0}, {\"Title\": \"Surf's Up\", \"US_Gross\": 58867694.0, \"Worldwide_Gross\": 145395745.0, \"US_DVD_Sales\": 46260220.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2007-06-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 86.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 20974.0, \"Year\": 2007, \"Profit\": 45395745.0}, {\"Title\": \"Surrogates\", \"US_Gross\": 38577772.0, \"Worldwide_Gross\": 119668350.0, \"US_DVD_Sales\": 11099238.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2009-09-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36940.0, \"Year\": 2009, \"Profit\": 39668350.0}, {\"Title\": \"Summer of Sam\", \"US_Gross\": 19288130.0, \"Worldwide_Gross\": 19288130.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 142.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Spike Lee\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 18431.0, \"Year\": 1999, \"Profit\": -2711870.0}, {\"Title\": \"Savage Grace\", \"US_Gross\": 434417.0, \"Worldwide_Gross\": 968805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4600000.0, \"Release_Date\": \"2008-05-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 3838.0, \"Year\": 2008, \"Profit\": -3631195.0}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998, \"Profit\": 416635085.0}, {\"Title\": \"S.W.A.T.\", \"US_Gross\": 116877597.0, \"Worldwide_Gross\": 198100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-08-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 43260.0, \"Year\": 2003, \"Profit\": 128100000.0}, {\"Title\": \"Sideways\", \"US_Gross\": 71502303.0, \"Worldwide_Gross\": 109705641.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2004-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 125.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alexander Payne\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 69778.0, \"Year\": 2004, \"Profit\": 92705641.0}, {\"Title\": \"Shall We Dance?\", \"US_Gross\": 57887882.0, \"Worldwide_Gross\": 118097882.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 106.0, \"Distributor\": \"Miramax\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 2192.0, \"Year\": 2004, \"Profit\": 78097882.0}, {\"Title\": \"Secret Window\", \"US_Gross\": 47958031.0, \"Worldwide_Gross\": 92958031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Koepp\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 53868.0, \"Year\": 2004, \"Profit\": 52958031.0}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002, \"Profit\": -9401355.0}, {\"Title\": \"Swimming Pool\", \"US_Gross\": 10130108.0, \"Worldwide_Gross\": 22441323.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7800000.0, \"Release_Date\": \"2003-07-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 19992.0, \"Year\": 2003, \"Profit\": 14641323.0}, {\"Title\": \"The Sidewalks of New York\", \"US_Gross\": 2402459.0, \"Worldwide_Gross\": 3100834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edward Burns\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 2100834.0}, {\"Title\": \"Swimfan\", \"US_Gross\": 28563926.0, \"Worldwide_Gross\": 28563926.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-09-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 9577.0, \"Year\": 2002, \"Profit\": 18563926.0}, {\"Title\": \"Sweet November\", \"US_Gross\": 25288103.0, \"Worldwide_Gross\": 65754228.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2001-02-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20891.0, \"Year\": 2001, \"Profit\": 25754228.0}, {\"Title\": \"Sydney White\", \"US_Gross\": 11892415.0, \"Worldwide_Gross\": 12778631.0, \"US_DVD_Sales\": 6828112.0, \"Production_Budget\": 16500000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9309.0, \"Year\": 2007, \"Profit\": -3721369.0}, {\"Title\": \"Switchback\", \"US_Gross\": 6504442.0, \"Worldwide_Gross\": 6504442.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"1997-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 5141.0, \"Year\": 1997, \"Profit\": -31495558.0}, {\"Title\": \"Star Wars: The Clone Wars\", \"US_Gross\": 35161554.0, \"Worldwide_Gross\": 68161554.0, \"US_DVD_Sales\": 22831563.0, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2008-08-15T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 98.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 17513.0, \"Year\": 2008, \"Profit\": 59661554.0}, {\"Title\": \"The Sweetest Thing\", \"US_Gross\": 24430272.0, \"Worldwide_Gross\": 44633441.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2002-04-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 23378.0, \"Year\": 2002, \"Profit\": 1633441.0}, {\"Title\": \"Six Days, Seven Nights\", \"US_Gross\": 74339294.0, \"Worldwide_Gross\": 164800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-06-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ivan Reitman\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 48.0, \"Year\": 1998, \"Profit\": 84800000.0}, {\"Title\": \"Sex Drive\", \"US_Gross\": 8402485.0, \"Worldwide_Gross\": 10412485.0, \"US_DVD_Sales\": 10245880.0, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 26920.0, \"Year\": 2008, \"Profit\": -8587515.0}, {\"Title\": \"Sexy Beast\", \"US_Gross\": 6946056.0, \"Worldwide_Gross\": 6946056.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2001-06-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 20916.0, \"Year\": 2001, \"Profit\": 2646056.0}, {\"Title\": \"Chinjeolhan geumjassi\", \"US_Gross\": 211667.0, \"Worldwide_Gross\": 23471871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2006-05-05T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Tartan Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Chan-wook Park\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 19341.0, \"Year\": 2006, \"Profit\": 18971871.0}, {\"Title\": \"Synecdoche, New York\", \"US_Gross\": 3081925.0, \"Worldwide_Gross\": 3081925.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -16918075.0}, {\"Title\": \"Syriana\", \"US_Gross\": 50824620.0, \"Worldwide_Gross\": 95024620.0, \"US_DVD_Sales\": 15415665.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 53265.0, \"Year\": 2005, \"Profit\": 45024620.0}, {\"Title\": \"Suspect Zero\", \"US_Gross\": 8712564.0, \"Worldwide_Gross\": 8712564.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"E. Elias Merhige\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 9804.0, \"Year\": 2004, \"Profit\": -18287436.0}, {\"Title\": \"Tadpole\", \"US_Gross\": 2891288.0, \"Worldwide_Gross\": 3200241.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000.0, \"Release_Date\": \"2002-07-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gary Winick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3800.0, \"Year\": 2002, \"Profit\": 3050241.0}, {\"Title\": \"Tailor of Panama\", \"US_Gross\": 13491653.0, \"Worldwide_Gross\": 27491653.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": 9491653.0}, {\"Title\": \"Taken\", \"US_Gross\": 145000989.0, \"Worldwide_Gross\": 225461461.0, \"US_DVD_Sales\": 67315399.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pierre Morel\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 1125.0, \"Year\": 2009, \"Profit\": 200461461.0}, {\"Title\": \"Take the Lead\", \"US_Gross\": 34742066.0, \"Worldwide_Gross\": 65742066.0, \"US_DVD_Sales\": 21100670.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-04-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 44.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 10015.0, \"Year\": 2006, \"Profit\": 35742066.0}, {\"Title\": \"Talladega Nights: The Ballad of Ricky Bobby\", \"US_Gross\": 148213377.0, \"Worldwide_Gross\": 163013377.0, \"US_DVD_Sales\": 84838372.0, \"Production_Budget\": 73000000.0, \"Release_Date\": \"2006-08-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam McKay\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 50407.0, \"Year\": 2006, \"Profit\": 90013377.0}, {\"Title\": \"The Talented Mr. Ripley\", \"US_Gross\": 81292135.0, \"Worldwide_Gross\": 81292135.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Anthony Minghella\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 63319.0, \"Year\": 1999, \"Profit\": 41292135.0}, {\"Title\": \"Tarnation\", \"US_Gross\": 592014.0, \"Worldwide_Gross\": 1162014.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 218.0, \"Release_Date\": \"2004-10-06T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"WellSpring\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3847.0, \"Year\": 2004, \"Profit\": 1161796.0}, {\"Title\": \"Taxman\", \"US_Gross\": 9871.0, \"Worldwide_Gross\": 9871.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1999-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 520.0, \"Year\": 1999, \"Profit\": -3490129.0}, {\"Title\": \"Thunderbirds\", \"US_Gross\": 6768055.0, \"Worldwide_Gross\": 28231444.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Frakes\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 5397.0, \"Year\": 2004, \"Profit\": -26768556.0}, {\"Title\": \"The Best Man\", \"US_Gross\": 34102780.0, \"Worldwide_Gross\": 34572780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 2019.0, \"Year\": 1999, \"Profit\": 25572780.0}, {\"Title\": \"Book of Shadows: Blair Witch 2\", \"US_Gross\": 26421314.0, \"Worldwide_Gross\": 47721314.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-10-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 16122.0, \"Year\": 2000, \"Profit\": 32721314.0}, {\"Title\": \"The Cave\", \"US_Gross\": 15007991.0, \"Worldwide_Gross\": 27147991.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 13025.0, \"Year\": 2005, \"Profit\": -2852009.0}, {\"Title\": \"This Christmas\", \"US_Gross\": 49121934.0, \"Worldwide_Gross\": 49778552.0, \"US_DVD_Sales\": 17922664.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 118.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 3351.0, \"Year\": 2007, \"Profit\": 36778552.0}, {\"Title\": \"The Core\", \"US_Gross\": 31111260.0, \"Worldwide_Gross\": 74132631.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jon Amiel\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 27375.0, \"Year\": 2003, \"Profit\": -10867369.0}, {\"Title\": \"The Thomas Crown Affair\", \"US_Gross\": 69304264.0, \"Worldwide_Gross\": 124304264.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 37692.0, \"Year\": 1999, \"Profit\": 76304264.0}, {\"Title\": \"The Damned United\", \"US_Gross\": 449865.0, \"Worldwide_Gross\": 4054204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2009-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Factual Book/Article\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Hooper\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 7560.0, \"Year\": 2009, \"Profit\": -2345796.0}, {\"Title\": \"The Tale of Despereaux\", \"US_Gross\": 50877145.0, \"Worldwide_Gross\": 88717945.0, \"US_DVD_Sales\": 26233404.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 93.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Sam Fell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 7460.0, \"Year\": 2008, \"Profit\": 28717945.0}, {\"Title\": \"Team America: World Police\", \"US_Gross\": 32774834.0, \"Worldwide_Gross\": 50274834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Trey Parker\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 58763.0, \"Year\": 2004, \"Profit\": 30274834.0}, {\"Title\": \"Tea with Mussolini\", \"US_Gross\": 14395874.0, \"Worldwide_Gross\": 14395874.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1999-05-14T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 116.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Franco Zeffirelli\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 5435.0, \"Year\": 1999, \"Profit\": 395874.0}, {\"Title\": \"Tears of the Sun\", \"US_Gross\": 43632458.0, \"Worldwide_Gross\": 85632458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2003-03-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 34304.0, \"Year\": 2003, \"Profit\": 10632458.0}, {\"Title\": \"The Big Tease\", \"US_Gross\": 185577.0, \"Worldwide_Gross\": 185577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 1610.0, \"Year\": 2000, \"Profit\": -3814423.0}, {\"Title\": \"Not Another Teen Movie\", \"US_Gross\": 37882551.0, \"Worldwide_Gross\": 62401343.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 36678.0, \"Year\": 2001, \"Profit\": 47401343.0}, {\"Title\": \"Teeth\", \"US_Gross\": 347578.0, \"Worldwide_Gross\": 2300349.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-01-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 18.0, \"Year\": 2008, \"Profit\": 300349.0}, {\"Title\": \"Bridge to Terabithia\", \"US_Gross\": 82234139.0, \"Worldwide_Gross\": 136934139.0, \"US_DVD_Sales\": 41383048.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-02-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 34482.0, \"Year\": 2007, \"Profit\": 111934139.0}, {\"Title\": \"Terminator 3: Rise of the Machines\", \"US_Gross\": 150358296.0, \"Worldwide_Gross\": 433058296.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2003-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 107667.0, \"Year\": 2003, \"Profit\": 263058296.0}, {\"Title\": \"Terminator Salvation: The Future Begins\", \"US_Gross\": 125322469.0, \"Worldwide_Gross\": 371628539.0, \"US_DVD_Sales\": 28434778.0, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2009-05-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Joseph McGinty Nichol\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 171628539.0}, {\"Title\": \"Transformers\", \"US_Gross\": 319246193.0, \"Worldwide_Gross\": 708272592.0, \"US_DVD_Sales\": 290787166.0, \"Production_Budget\": 151000000.0, \"Release_Date\": \"2007-07-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 197131.0, \"Year\": 2007, \"Profit\": 557272592.0}, {\"Title\": \"Transformers: Revenge of the Fallen\", \"US_Gross\": 402111870.0, \"Worldwide_Gross\": 836303693.0, \"US_DVD_Sales\": 217509899.0, \"Production_Budget\": 210000000.0, \"Release_Date\": \"2009-06-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 149.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Michael Bay\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 95786.0, \"Year\": 2009, \"Profit\": 626303693.0}, {\"Title\": \"The Goods: Live Hard, Sell Hard\", \"US_Gross\": 15122676.0, \"Worldwide_Gross\": 15122676.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Neal Brennan\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 5122676.0}, {\"Title\": \"The Greatest Game Ever Played\", \"US_Gross\": 15331289.0, \"Worldwide_Gross\": 15425073.0, \"US_DVD_Sales\": 37687804.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bill Paxton\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 7876.0, \"Year\": 2005, \"Profit\": -9574927.0}, {\"Title\": \"The Ghost Writer\", \"US_Gross\": 15541549.0, \"Worldwide_Gross\": 63241549.0, \"US_DVD_Sales\": 3354366.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2010-02-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 22875.0, \"Year\": 2010, \"Profit\": 18241549.0}, {\"Title\": \"Joheunnom nabbeunnom isanghannom\", \"US_Gross\": 128486.0, \"Worldwide_Gross\": 42226657.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2010-04-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 5548.0, \"Year\": 2010, \"Profit\": 32226657.0}, {\"Title\": \"The Beach\", \"US_Gross\": 39778599.0, \"Worldwide_Gross\": 39778599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 119.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 229.0, \"Year\": 2000, \"Profit\": -10221401.0}, {\"Title\": \"The Box\", \"US_Gross\": 15051977.0, \"Worldwide_Gross\": 26341896.0, \"US_DVD_Sales\": 3907625.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 418.0, \"Year\": 2009, \"Profit\": 1341896.0}, {\"Title\": \"The Wild Thornberrys\", \"US_Gross\": 40108697.0, \"Worldwide_Gross\": 60694737.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-12-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 1104.0, \"Year\": 2002, \"Profit\": 35694737.0}, {\"Title\": \"Bug\", \"US_Gross\": 7006708.0, \"Worldwide_Gross\": 7006708.0, \"US_DVD_Sales\": 1251654.0, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 14164.0, \"Year\": 2007, \"Profit\": 3006708.0}, {\"Title\": \"They\", \"US_Gross\": 12840842.0, \"Worldwide_Gross\": 12840842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 6550.0, \"Year\": 2002, \"Profit\": -4159158.0}, {\"Title\": \"The Eye\", \"US_Gross\": 31418697.0, \"Worldwide_Gross\": 56706727.0, \"US_DVD_Sales\": 12319404.0, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2008-02-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 17304.0, \"Year\": 2008, \"Profit\": 44706727.0}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005, \"Profit\": 19048526.0}, {\"Title\": \"The Thin Red Line\", \"US_Gross\": 36400491.0, \"Worldwide_Gross\": 36400491.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1998-12-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 166.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Terrence Malick\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 60966.0, \"Year\": 1998, \"Profit\": -15599509.0}, {\"Title\": \"Thirteen Days\", \"US_Gross\": 34566746.0, \"Worldwide_Gross\": 66554547.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 145.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 23578.0, \"Year\": 2000, \"Profit\": -13445453.0}, {\"Title\": \"The Kid\", \"US_Gross\": 69688384.0, \"Worldwide_Gross\": 69688384.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-07-07T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 104.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jon Turteltaub\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 14927.0, \"Year\": 2000, \"Profit\": 4688384.0}, {\"Title\": \"The Man\", \"US_Gross\": 8330720.0, \"Worldwide_Gross\": 10393696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Les Mayfield\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 9356.0, \"Year\": 2005, \"Profit\": -9606304.0}, {\"Title\": \"House on Haunted Hill\", \"US_Gross\": 40846082.0, \"Worldwide_Gross\": 40846082.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 22795.0, \"Year\": 1999, \"Profit\": 21846082.0}, {\"Title\": \"The One\", \"US_Gross\": 43905746.0, \"Worldwide_Gross\": 43905746.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 49000000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Wong\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24416.0, \"Year\": 2001, \"Profit\": -5094254.0}, {\"Title\": \"Gwoemul\", \"US_Gross\": 2201923.0, \"Worldwide_Gross\": 89006691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2007-03-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 26783.0, \"Year\": 2007, \"Profit\": 77006691.0}, {\"Title\": \"Thr3e\", \"US_Gross\": 1008849.0, \"Worldwide_Gross\": 1060418.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2400000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"The Bigger Picture\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2825.0, \"Year\": 2007, \"Profit\": -1339582.0}, {\"Title\": \"Three to Tango\", \"US_Gross\": 10570375.0, \"Worldwide_Gross\": 10570375.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 11148.0, \"Year\": 1999, \"Profit\": -9429625.0}, {\"Title\": \"The Thirteenth Floor\", \"US_Gross\": 11810854.0, \"Worldwide_Gross\": 11810854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 19939.0, \"Year\": 1999, \"Profit\": -4189146.0}, {\"Title\": \"The 13th Warrior\", \"US_Gross\": 32698899.0, \"Worldwide_Gross\": 61698899.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 36151.0, \"Year\": 1999, \"Profit\": -63301101.0}, {\"Title\": \"The Tuxedo\", \"US_Gross\": 50586000.0, \"Worldwide_Gross\": 50586000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2002-09-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 99.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 19370.0, \"Year\": 2002, \"Profit\": -9414000.0}, {\"Title\": \"The Tigger Movie\", \"US_Gross\": 4554533.0, \"Worldwide_Gross\": 55159800.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 2986.0, \"Year\": 2000, \"Profit\": 35159800.0}, {\"Title\": \"Timeline\", \"US_Gross\": 19480739.0, \"Worldwide_Gross\": 26703184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2003-11-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Richard Donner\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 19318.0, \"Year\": 2003, \"Profit\": -53296816.0}, {\"Title\": \"Thirteen\", \"US_Gross\": 4601043.0, \"Worldwide_Gross\": 6302406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2003-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 31482.0, \"Year\": 2003, \"Profit\": 4302406.0}, {\"Title\": \"Titan A.E.\", \"US_Gross\": 22751979.0, \"Worldwide_Gross\": 36751979.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 95.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Don Bluth\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 22286.0, \"Year\": 2000, \"Profit\": -38248021.0}, {\"Title\": \"Titanic\", \"US_Gross\": 600788188.0, \"Worldwide_Gross\": 1842879955.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 194.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 240732.0, \"Year\": 1997, \"Profit\": 1642879955.0}, {\"Title\": \"The Kids Are All Right\", \"US_Gross\": 20553799.0, \"Worldwide_Gross\": 20553799.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2010-07-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 3093.0, \"Year\": 2010, \"Profit\": 16553799.0}, {\"Title\": \"The League of Extraordinary Gentlemen\", \"US_Gross\": 66465204.0, \"Worldwide_Gross\": 179265204.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 78000000.0, \"Release_Date\": \"2003-07-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 110.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Stephen Norrington\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 50710.0, \"Year\": 2003, \"Profit\": 101265204.0}, {\"Title\": \"The Time Machine\", \"US_Gross\": 56684819.0, \"Worldwide_Gross\": 98983590.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2002-03-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 96.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 32465.0, \"Year\": 2002, \"Profit\": 18983590.0}, {\"Title\": \"Tomcats\", \"US_Gross\": 13558739.0, \"Worldwide_Gross\": 13558739.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 9505.0, \"Year\": 2001, \"Profit\": 2558739.0}, {\"Title\": \"The Mist\", \"US_Gross\": 25593755.0, \"Worldwide_Gross\": 54777490.0, \"US_DVD_Sales\": 29059367.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2007-11-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 76830.0, \"Year\": 2007, \"Profit\": 41777490.0}, {\"Title\": \"TMNT\", \"US_Gross\": 54149098.0, \"Worldwide_Gross\": 95009888.0, \"US_DVD_Sales\": 30836109.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-03-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 88.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 26178.0, \"Year\": 2007, \"Profit\": 60009888.0}, {\"Title\": \"Tomorrow Never Dies\", \"US_Gross\": 125304276.0, \"Worldwide_Gross\": 339504276.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 119.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Roger Spottiswoode\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 46650.0, \"Year\": 1997, \"Profit\": 229504276.0}, {\"Title\": \"The Royal Tenenbaums\", \"US_Gross\": 52353636.0, \"Worldwide_Gross\": 71430876.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Anderson\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82349.0, \"Year\": 2001, \"Profit\": 43430876.0}, {\"Title\": \"Lara Croft: Tomb Raider: The Cradle of Life\", \"US_Gross\": 65653758.0, \"Worldwide_Gross\": 156453758.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2003-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 117.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 32832.0, \"Year\": 2003, \"Profit\": 66453758.0}, {\"Title\": \"Lara Croft: Tomb Raider\", \"US_Gross\": 131144183.0, \"Worldwide_Gross\": 274644183.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2001-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 55582.0, \"Year\": 2001, \"Profit\": 180644183.0}, {\"Title\": \"The Day After Tomorrow\", \"US_Gross\": 186740799.0, \"Worldwide_Gross\": 544272402.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Roland Emmerich\", \"Rotten_Tomatoes_Rating\": 46.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 92241.0, \"Year\": 2004, \"Profit\": 419272402.0}, {\"Title\": \"Topsy Turvy\", \"US_Gross\": 6201757.0, \"Worldwide_Gross\": 6201757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mike Leigh\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 6215.0, \"Year\": 1999, \"Profit\": -13798243.0}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004, \"Profit\": 6176322.0}, {\"Title\": \"The Others\", \"US_Gross\": 96522687.0, \"Worldwide_Gross\": 209947037.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2001-08-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 86091.0, \"Year\": 2001, \"Profit\": 192947037.0}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010, \"Profit\": -3819393.0}, {\"Title\": \"Toy Story 2\", \"US_Gross\": 245852179.0, \"Worldwide_Gross\": 484966906.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1999-11-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 92.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 119357.0, \"Year\": 1999, \"Profit\": 394966906.0}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010, \"Profit\": 846340665.0}, {\"Title\": \"The Taking of Pelham 123\", \"US_Gross\": 65452312.0, \"Worldwide_Gross\": 148989667.0, \"US_DVD_Sales\": 23048229.0, \"Production_Budget\": 110000000.0, \"Release_Date\": \"2009-06-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tony Scott\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 33452.0, \"Year\": 2009, \"Profit\": 38989667.0}, {\"Title\": \"Treasure Planet\", \"US_Gross\": 38120554.0, \"Worldwide_Gross\": 91800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-11-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 12099.0, \"Year\": 2002, \"Profit\": -8200000.0}, {\"Title\": \"Traffic\", \"US_Gross\": 124107476.0, \"Worldwide_Gross\": 208300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2000-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"USA Films\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Soderbergh\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 85759.0, \"Year\": 2000, \"Profit\": 160300000.0}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000, \"Profit\": -3088668.0}, {\"Title\": \"Training Day\", \"US_Gross\": 76261036.0, \"Worldwide_Gross\": 104505362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2001-10-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Antoine Fuqua\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 82057.0, \"Year\": 2001, \"Profit\": 59505362.0}, {\"Title\": \"Traitor\", \"US_Gross\": 23530831.0, \"Worldwide_Gross\": 27664173.0, \"US_DVD_Sales\": 13547082.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2008-08-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 22468.0, \"Year\": 2008, \"Profit\": 5664173.0}, {\"Title\": \"Trapped\", \"US_Gross\": 6916869.0, \"Worldwide_Gross\": 6916869.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 10685.0, \"Year\": 2002, \"Profit\": -23083131.0}, {\"Title\": \"The Ring\", \"US_Gross\": 129094024.0, \"Worldwide_Gross\": 249094024.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 48000000.0, \"Release_Date\": \"2002-10-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 115.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 589.0, \"Year\": 2002, \"Profit\": 201094024.0}, {\"Title\": \"Trippin'\", \"US_Gross\": 9017070.0, \"Worldwide_Gross\": 9017070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1999-05-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 673.0, \"Year\": 1999, \"Profit\": 6017070.0}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009, \"Profit\": 245680447.0}, {\"Title\": \"The Terminal\", \"US_Gross\": 77073959.0, \"Worldwide_Gross\": 218673959.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 128.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 79803.0, \"Year\": 2004, \"Profit\": 143673959.0}, {\"Title\": \"Transamerica\", \"US_Gross\": 9015303.0, \"Worldwide_Gross\": 15151744.0, \"US_DVD_Sales\": 3927958.0, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 19343.0, \"Year\": 2005, \"Profit\": 14151744.0}, {\"Title\": \"The Transporter 2\", \"US_Gross\": 43095856.0, \"Worldwide_Gross\": 85095856.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2005, \"Profit\": 53095856.0}, {\"Title\": \"The Transporter\", \"US_Gross\": 25296447.0, \"Worldwide_Gross\": 43928932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 21000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Corey Yuen\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 51005.0, \"Year\": 2002, \"Profit\": 22928932.0}, {\"Title\": \"The Road\", \"US_Gross\": 8114270.0, \"Worldwide_Gross\": 23914270.0, \"US_DVD_Sales\": 6599387.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-11-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 39124.0, \"Year\": 2009, \"Profit\": -1085730.0}, {\"Title\": \"Tropic Thunder\", \"US_Gross\": 110461307.0, \"Worldwide_Gross\": 188163455.0, \"US_DVD_Sales\": 50387300.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2008-08-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 104839.0, \"Year\": 2008, \"Profit\": 98163455.0}, {\"Title\": \"Troy\", \"US_Gross\": 133298577.0, \"Worldwide_Gross\": 497398577.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2004-05-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 163.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Wolfgang Petersen\", \"Rotten_Tomatoes_Rating\": 54.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 129575.0, \"Year\": 2004, \"Profit\": 347398577.0}, {\"Title\": \"xXx\", \"US_Gross\": 141930000.0, \"Worldwide_Gross\": 267200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rob Cohen\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 52636.0, \"Year\": 2002, \"Profit\": 197200000.0}, {\"Title\": \"Ta Ra Rum Pum\", \"US_Gross\": 872643.0, \"Worldwide_Gross\": 9443864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7400000.0, \"Release_Date\": \"2007-04-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 67.0, \"IMDB_Rating\": 5.1, \"IMDB_Votes\": 1051.0, \"Year\": 2007, \"Profit\": 2043864.0}, {\"Title\": \"The Truman Show\", \"US_Gross\": 125618201.0, \"Worldwide_Gross\": 248400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-06-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Weir\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.0, \"IMDB_Votes\": 156346.0, \"Year\": 1998, \"Profit\": 188400000.0}, {\"Title\": \"Trust the Man\", \"US_Gross\": 1530535.0, \"Worldwide_Gross\": 2548378.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2006-08-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 5262.0, \"Year\": 2006, \"Profit\": -6451622.0}, {\"Title\": \"Where the Truth Lies\", \"US_Gross\": 872142.0, \"Worldwide_Gross\": 1415656.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Atom Egoyan\", \"Rotten_Tomatoes_Rating\": 41.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 8951.0, \"Year\": 2005, \"Profit\": -23584344.0}, {\"Title\": \"Tarzan\", \"US_Gross\": 171091819.0, \"Worldwide_Gross\": 448191819.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 145000000.0, \"Release_Date\": \"1999-06-16T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 88.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Kevin Lima\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 26871.0, \"Year\": 1999, \"Profit\": 303191819.0}, {\"Title\": \"The Secret in Their Eyes\", \"US_Gross\": 6374789.0, \"Worldwide_Gross\": 6374789.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 2874789.0}, {\"Title\": \"Tsotsi\", \"US_Gross\": 2912606.0, \"Worldwide_Gross\": 9879971.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 13167.0, \"Year\": 2006, \"Profit\": 6879971.0}, {\"Title\": \"Teacher's Pet: The Movie\", \"US_Gross\": 6491969.0, \"Worldwide_Gross\": 6491969.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": -3508031.0}, {\"Title\": \"The Time Traveler's Wife\", \"US_Gross\": 63414846.0, \"Worldwide_Gross\": 98666635.0, \"US_DVD_Sales\": 19814283.0, \"Production_Budget\": 39000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 23908.0, \"Year\": 2009, \"Profit\": 59666635.0}, {\"Title\": \"The Touch\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 5918742.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 1031.0, \"Year\": 2004, \"Profit\": -14081258.0}, {\"Title\": \"Tuck Everlasting\", \"US_Gross\": 19161999.0, \"Worldwide_Gross\": 19344615.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Jay Russell\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 6639.0, \"Year\": 2002, \"Profit\": 4344615.0}, {\"Title\": \"Thumbsucker\", \"US_Gross\": 1328679.0, \"Worldwide_Gross\": 1919197.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 12109.0, \"Year\": 2005, \"Profit\": -2080803.0}, {\"Title\": \"Turbulence\", \"US_Gross\": 11532774.0, \"Worldwide_Gross\": 11532774.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1997-01-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5147.0, \"Year\": 1997, \"Profit\": -43467226.0}, {\"Title\": \"Turistas\", \"US_Gross\": 7027762.0, \"Worldwide_Gross\": 14321070.0, \"US_DVD_Sales\": 3507046.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 83.0, \"Year\": 2006, \"Profit\": 4321070.0}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001, \"Profit\": 6097096.0}, {\"Title\": \"Two Girls and a Guy\", \"US_Gross\": 2057193.0, \"Worldwide_Gross\": 2315026.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-04-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Toback\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 3722.0, \"Year\": 1998, \"Profit\": 1315026.0}, {\"Title\": \"The Wild\", \"US_Gross\": 37384046.0, \"Worldwide_Gross\": 99384046.0, \"US_DVD_Sales\": 43063958.0, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2006-04-14T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8498.0, \"Year\": 2006, \"Profit\": 19384046.0}, {\"Title\": \"Twilight\", \"US_Gross\": 15055091.0, \"Worldwide_Gross\": 15055091.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 1998, \"Profit\": -4944909.0}, {\"Title\": \"Twisted\", \"US_Gross\": 25195050.0, \"Worldwide_Gross\": 40119848.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Philip Kaufman\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 83.0, \"Year\": 2004, \"Profit\": -9880152.0}, {\"Title\": \"The Twilight Saga: New Moon\", \"US_Gross\": 296623634.0, \"Worldwide_Gross\": 702623634.0, \"US_DVD_Sales\": 162665819.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Chris Weitz\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 652623634.0}, {\"Title\": \"The Twilight Saga: Eclipse\", \"US_Gross\": 300155447.0, \"Worldwide_Gross\": 688155447.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 68000000.0, \"Release_Date\": \"2010-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Slade\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2010, \"Profit\": 620155447.0}, {\"Title\": \"Twilight\", \"US_Gross\": 192769854.0, \"Worldwide_Gross\": 396439854.0, \"US_DVD_Sales\": 193591463.0, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2008-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Catherine Hardwicke\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 4840.0, \"Year\": 2008, \"Profit\": 359439854.0}, {\"Title\": \"Town & Country\", \"US_Gross\": 6712451.0, \"Worldwide_Gross\": 10364769.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 105000000.0, \"Release_Date\": \"2001-04-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Chelsom\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 2889.0, \"Year\": 2001, \"Profit\": -94635231.0}, {\"Title\": \"200 Cigarettes\", \"US_Gross\": 6852450.0, \"Worldwide_Gross\": 6852450.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-02-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 8645.0, \"Year\": 1999, \"Profit\": 852450.0}, {\"Title\": \"The Texas Chainsaw Massacre: The Beginning\", \"US_Gross\": 39517763.0, \"Worldwide_Gross\": 50517763.0, \"US_DVD_Sales\": 15943146.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 90.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 20196.0, \"Year\": 2006, \"Profit\": 34517763.0}, {\"Title\": \"The Texas Chainsaw Massacre\", \"US_Gross\": 80571655.0, \"Worldwide_Gross\": 107071655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2003-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 36.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 39172.0, \"Year\": 2003, \"Profit\": 98071655.0}, {\"Title\": \"Texas Rangers\", \"US_Gross\": 623374.0, \"Worldwide_Gross\": 623374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2001-11-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steve Miner\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 2645.0, \"Year\": 2001, \"Profit\": -37376626.0}, {\"Title\": \"Tom yum goong\", \"US_Gross\": 12044087.0, \"Worldwide_Gross\": 43044087.0, \"US_DVD_Sales\": 13125985.0, \"Production_Budget\": 5700000.0, \"Release_Date\": \"2006-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 82.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 13929.0, \"Year\": 2006, \"Profit\": 37344087.0}, {\"Title\": \"Thank You For Smoking\", \"US_Gross\": 24793509.0, \"Worldwide_Gross\": 39232211.0, \"US_DVD_Sales\": 16660404.0, \"Production_Budget\": 7500000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 65340.0, \"Year\": 2006, \"Profit\": 31732211.0}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008, \"Profit\": 7664070.0}, {\"Title\": \"U-571\", \"US_Gross\": 77086030.0, \"Worldwide_Gross\": 127630030.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 62000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jonathan Mostow\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 32528.0, \"Year\": 2000, \"Profit\": 65630030.0}, {\"Title\": \"Undercover Brother\", \"US_Gross\": 38230435.0, \"Worldwide_Gross\": 38230435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2002-05-31T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 14237.0, \"Year\": 2002, \"Profit\": 13230435.0}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005, \"Profit\": -19345223.0}, {\"Title\": \"Dodgeball: A True Underdog Story\", \"US_Gross\": 114326736.0, \"Worldwide_Gross\": 167726736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-06-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 92.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 65329.0, \"Year\": 2004, \"Profit\": 137726736.0}, {\"Title\": \"The Ugly Truth\", \"US_Gross\": 88915214.0, \"Worldwide_Gross\": 203115214.0, \"US_DVD_Sales\": 33619971.0, \"Production_Budget\": 38000000.0, \"Release_Date\": \"2009-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Luketic\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 27888.0, \"Year\": 2009, \"Profit\": 165115214.0}, {\"Title\": \"Ultraviolet\", \"US_Gross\": 18522064.0, \"Worldwide_Gross\": 20722064.0, \"US_DVD_Sales\": 14141779.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2006-03-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.0, \"IMDB_Votes\": 28547.0, \"Year\": 2006, \"Profit\": -9277936.0}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006, \"Profit\": -3050786.0}, {\"Title\": \"Unbreakable\", \"US_Gross\": 94999143.0, \"Worldwide_Gross\": 248099143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 73243106.0, \"Release_Date\": \"2000-11-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Super Hero\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 97324.0, \"Year\": 2000, \"Profit\": 174856037.0}, {\"Title\": \"The Unborn\", \"US_Gross\": 42670410.0, \"Worldwide_Gross\": 77208315.0, \"US_DVD_Sales\": 11045109.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2009-01-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"David Goyer\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 15331.0, \"Year\": 2009, \"Profit\": 61208315.0}, {\"Title\": \"Undead\", \"US_Gross\": 41196.0, \"Worldwide_Gross\": 187847.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 750000.0, \"Release_Date\": \"2005-07-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 6957.0, \"Year\": 2005, \"Profit\": -562153.0}, {\"Title\": \"Underworld\", \"US_Gross\": 51970690.0, \"Worldwide_Gross\": 95708457.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2003-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 121.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 65690.0, \"Year\": 2003, \"Profit\": 73708457.0}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005, \"Profit\": -7930682.0}, {\"Title\": \"Undisputed\", \"US_Gross\": 12398628.0, \"Worldwide_Gross\": 12398628.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-08-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Walter Hill\", \"Rotten_Tomatoes_Rating\": 49.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 6837.0, \"Year\": 2002, \"Profit\": -7601372.0}, {\"Title\": \"Underworld: Evolution\", \"US_Gross\": 62318875.0, \"Worldwide_Gross\": 111318875.0, \"US_DVD_Sales\": 47003121.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2006-01-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Len Wiseman\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 48551.0, \"Year\": 2006, \"Profit\": 66318875.0}, {\"Title\": \"An Unfinished Life\", \"US_Gross\": 8535575.0, \"Worldwide_Gross\": 18535575.0, \"US_DVD_Sales\": 21172686.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-09-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lasse Hallstrom\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 11770.0, \"Year\": 2005, \"Profit\": -11464425.0}, {\"Title\": \"Unfaithful\", \"US_Gross\": 52752475.0, \"Worldwide_Gross\": 119114494.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2002-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrian Lyne\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 23998.0, \"Year\": 2002, \"Profit\": 69114494.0}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999, \"Profit\": -29282579.0}, {\"Title\": null, \"US_Gross\": 26403.0, \"Worldwide_Gross\": 3080493.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3700000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 85.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11986.0, \"Year\": 2006, \"Profit\": -619507.0}, {\"Title\": \"Danny the Dog\", \"US_Gross\": 24537621.0, \"Worldwide_Gross\": 49037621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 43000000.0, \"Release_Date\": \"2005-05-13T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus/Rogue Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Louis Leterrier\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 36119.0, \"Year\": 2005, \"Profit\": 6037621.0}, {\"Title\": \"Untraceable\", \"US_Gross\": 28687835.0, \"Worldwide_Gross\": 52649951.0, \"US_DVD_Sales\": 19710582.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 21922.0, \"Year\": 2008, \"Profit\": 17649951.0}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009, \"Profit\": 556304609.0}, {\"Title\": \"Up in the Air\", \"US_Gross\": 83823381.0, \"Worldwide_Gross\": 166077420.0, \"US_DVD_Sales\": 17124041.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-12-04T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Reitman\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 136077420.0}, {\"Title\": \"The Upside of Anger\", \"US_Gross\": 18761993.0, \"Worldwide_Gross\": 27361993.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2005-03-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Binder\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 12317.0, \"Year\": 2005, \"Profit\": 15361993.0}, {\"Title\": \"Urban Legend\", \"US_Gross\": 38116707.0, \"Worldwide_Gross\": 72571864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1998-09-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 19113.0, \"Year\": 1998, \"Profit\": 58571864.0}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000, \"Profit\": 23574362.0}, {\"Title\": \"Urbania\", \"US_Gross\": 1032075.0, \"Worldwide_Gross\": 1032075.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 225000.0, \"Release_Date\": \"2000-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 2218.0, \"Year\": 2000, \"Profit\": 807075.0}, {\"Title\": \"Valkyrie\", \"US_Gross\": 83077470.0, \"Worldwide_Gross\": 198686497.0, \"US_DVD_Sales\": 26715008.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"United Artists\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 7.3, \"IMDB_Votes\": 54343.0, \"Year\": 2008, \"Profit\": 123686497.0}, {\"Title\": \"Valiant\", \"US_Gross\": 19478106.0, \"Worldwide_Gross\": 61746888.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2005-08-19T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 7158.0, \"Year\": 2005, \"Profit\": 26746888.0}, {\"Title\": \"Valentine\", \"US_Gross\": 20384136.0, \"Worldwide_Gross\": 20384136.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-02-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 11435.0, \"Year\": 2001, \"Profit\": 10384136.0}, {\"Title\": \"Cirque du Freak: The Vampire's Assistant\", \"US_Gross\": 14046595.0, \"Worldwide_Gross\": 34372469.0, \"US_DVD_Sales\": 6377527.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-10-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Paul Weitz\", \"Rotten_Tomatoes_Rating\": 37.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 9539.0, \"Year\": 2009, \"Profit\": -5627531.0}, {\"Title\": \"The Legend of Bagger Vance\", \"US_Gross\": 30695227.0, \"Worldwide_Gross\": 39235486.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2000-11-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 126.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Redford\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 21995.0, \"Year\": 2000, \"Profit\": -20764514.0}, {\"Title\": \"Raising Victor Vargas\", \"US_Gross\": 2073984.0, \"Worldwide_Gross\": 2811439.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-03-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Samuel Goldwyn Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peter Sollett\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 3719.0, \"Year\": 2003, \"Profit\": 2011439.0}, {\"Title\": \"In the Valley of Elah\", \"US_Gross\": 6777741.0, \"Worldwide_Gross\": 24489150.0, \"US_DVD_Sales\": 3182650.0, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Paul Haggis\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 27529.0, \"Year\": 2007, \"Profit\": 1489150.0}, {\"Title\": \"Venom\", \"US_Gross\": 881745.0, \"Worldwide_Gross\": 881745.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 4.6, \"IMDB_Votes\": 4220.0, \"Year\": 2005, \"Profit\": -24118255.0}, {\"Title\": \"Venus\", \"US_Gross\": 3347411.0, \"Worldwide_Gross\": 4022411.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2006-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 95.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": -1977589.0}, {\"Title\": \"Vanity Fair\", \"US_Gross\": 16123851.0, \"Worldwide_Gross\": 19123851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"2004-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Mira Nair\", \"Rotten_Tomatoes_Rating\": 50.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 9343.0, \"Year\": 2004, \"Profit\": -3876149.0}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006, \"Profit\": 82511035.0}, {\"Title\": \"The Velocity of Gary\", \"US_Gross\": 34145.0, \"Worldwide_Gross\": 34145.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1999, \"Profit\": -3965855.0}, {\"Title\": \"Van Helsing\", \"US_Gross\": 120150546.0, \"Worldwide_Gross\": 300150546.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 170000000.0, \"Release_Date\": \"2004-05-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Stephen Sommers\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 68846.0, \"Year\": 2004, \"Profit\": 130150546.0}, {\"Title\": \"The Village\", \"US_Gross\": 114197520.0, \"Worldwide_Gross\": 260197520.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 71682975.0, \"Release_Date\": \"2004-07-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 88928.0, \"Year\": 2004, \"Profit\": 188514545.0}, {\"Title\": \"The Virgin Suicides\", \"US_Gross\": 4859475.0, \"Worldwide_Gross\": 4859475.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2000-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sofia Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 49110.0, \"Year\": 2000, \"Profit\": -1140525.0}, {\"Title\": \"Virus\", \"US_Gross\": 14010690.0, \"Worldwide_Gross\": 30626690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 10487.0, \"Year\": 1999, \"Profit\": -44373310.0}, {\"Title\": \"The Visitor\", \"US_Gross\": 9427026.0, \"Worldwide_Gross\": 16194905.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2008-04-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Overture Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 318.0, \"Year\": 2008, \"Profit\": 12194905.0}, {\"Title\": \"A Very Long Engagement\", \"US_Gross\": 6167817.0, \"Worldwide_Gross\": 59606587.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2004-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 4606587.0}, {\"Title\": \"Vertical Limit\", \"US_Gross\": 68473360.0, \"Worldwide_Gross\": 213500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 124.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 47.0, \"IMDB_Rating\": 5.6, \"IMDB_Votes\": 24294.0, \"Year\": 2000, \"Profit\": 138500000.0}, {\"Title\": \"Vampires\", \"US_Gross\": 20268825.0, \"Worldwide_Gross\": 20268825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 33.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 54.0, \"Year\": 1998, \"Profit\": 268825.0}, {\"Title\": \"Vanilla Sky\", \"US_Gross\": 100614858.0, \"Worldwide_Gross\": 202726605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2001-12-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Cameron Crowe\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 87820.0, \"Year\": 2001, \"Profit\": 132726605.0}, {\"Title\": \"Volcano\", \"US_Gross\": 47546796.0, \"Worldwide_Gross\": 120100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"1997-04-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mick Jackson\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.2, \"IMDB_Votes\": 21313.0, \"Year\": 1997, \"Profit\": 30100000.0}, {\"Title\": \"Volver\", \"US_Gross\": 12899867.0, \"Worldwide_Gross\": 85599867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9400000.0, \"Release_Date\": \"2006-11-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Pedro Almodovar\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 4.4, \"IMDB_Votes\": 288.0, \"Year\": 2006, \"Profit\": 76199867.0}, {\"Title\": \"Kurtlar vadisi - Irak\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 24906717.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8300000.0, \"Release_Date\": \"2006-11-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 7936.0, \"Year\": 2006, \"Profit\": 16606717.0}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000, \"Profit\": 1431365.0}, {\"Title\": \"Varsity Blues\", \"US_Gross\": 52894169.0, \"Worldwide_Gross\": 54294169.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1999-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Brian Robbins\", \"Rotten_Tomatoes_Rating\": 39.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 18066.0, \"Year\": 1999, \"Profit\": 38294169.0}, {\"Title\": \"Valentine's Day\", \"US_Gross\": 110485654.0, \"Worldwide_Gross\": 215771698.0, \"US_DVD_Sales\": 17250458.0, \"Production_Budget\": 52000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Garry Marshall\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17599.0, \"Year\": 2010, \"Profit\": 163771698.0}, {\"Title\": \"National Lampoon's Van Wilder\", \"US_Gross\": 21005329.0, \"Worldwide_Gross\": 37975553.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2002-04-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 31975553.0}, {\"Title\": \"The Wackness\", \"US_Gross\": 2077046.0, \"Worldwide_Gross\": 2635650.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-07-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 13257.0, \"Year\": 2008, \"Profit\": -3364350.0}, {\"Title\": \"Wag the Dog\", \"US_Gross\": 43057470.0, \"Worldwide_Gross\": 64252038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1997-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 36092.0, \"Year\": 1997, \"Profit\": 49252038.0}, {\"Title\": \"Wah-Wah\", \"US_Gross\": 234750.0, \"Worldwide_Gross\": 463039.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"2006-05-12T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"IDP/Goldwyn/Roadside\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard E. Grant\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 1889.0, \"Year\": 2006, \"Profit\": -6536961.0}, {\"Title\": \"Waiting...\", \"US_Gross\": 16124543.0, \"Worldwide_Gross\": 16285543.0, \"US_DVD_Sales\": 37517657.0, \"Production_Budget\": 1125000.0, \"Release_Date\": \"2005-10-07T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 93.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 15160543.0}, {\"Title\": \"Waking Ned Devine\", \"US_Gross\": 24793251.0, \"Worldwide_Gross\": 55193251.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1998-11-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 91.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 52193251.0}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008, \"Profit\": 352743103.0}, {\"Title\": \"War\", \"US_Gross\": 22466994.0, \"Worldwide_Gross\": 40666994.0, \"US_DVD_Sales\": 27148376.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-08-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 99.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 28771.0, \"Year\": 2007, \"Profit\": 15666994.0}, {\"Title\": \"War, Inc.\", \"US_Gross\": 580862.0, \"Worldwide_Gross\": 1296184.0, \"US_DVD_Sales\": 910568.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-05-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"First Look\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 29.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": -8703816.0}, {\"Title\": \"Red Cliff\", \"US_Gross\": 627047.0, \"Worldwide_Gross\": 119627047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2009-11-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 131.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Dramatization\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2009, \"Profit\": 79627047.0}, {\"Title\": \"The War of the Worlds\", \"US_Gross\": 234280354.0, \"Worldwide_Gross\": 591745532.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 132000000.0, \"Release_Date\": \"2005-06-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 12074.0, \"Year\": 2005, \"Profit\": 459745532.0}, {\"Title\": \"Watchmen\", \"US_Gross\": 107509799.0, \"Worldwide_Gross\": 184068357.0, \"US_DVD_Sales\": 52112827.0, \"Production_Budget\": 138000000.0, \"Release_Date\": \"2009-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Zack Snyder\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 132250.0, \"Year\": 2009, \"Profit\": 46068357.0}, {\"Title\": \"Water\", \"US_Gross\": 5529144.0, \"Worldwide_Gross\": 8119205.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Deepa Mehta\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2006, \"Profit\": 5119205.0}, {\"Title\": \"Waitress\", \"US_Gross\": 19097550.0, \"Worldwide_Gross\": 22202180.0, \"US_DVD_Sales\": 23127549.0, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adrienne Shelly\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 20384.0, \"Year\": 2007, \"Profit\": 20702180.0}, {\"Title\": \"The Wendell Baker Story\", \"US_Gross\": 127188.0, \"Worldwide_Gross\": 127188.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2007-05-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luke Wilson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 3535.0, \"Year\": 2007, \"Profit\": -7872812.0}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010, \"Profit\": 3951693.0}, {\"Title\": \"Wonder Boys\", \"US_Gross\": 19389454.0, \"Worldwide_Gross\": 33422485.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-02-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 7.5, \"IMDB_Votes\": 31572.0, \"Year\": 2000, \"Profit\": -1577515.0}, {\"Title\": \"Waltz with Bashir\", \"US_Gross\": 2283849.0, \"Worldwide_Gross\": 11125664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2008-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2008, \"Profit\": 9125664.0}, {\"Title\": \"White Chicks\", \"US_Gross\": 69148997.0, \"Worldwide_Gross\": 111448997.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-06-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 109.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Keenen Ivory Wayans\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 25970.0, \"Year\": 2004, \"Profit\": 91448997.0}, {\"Title\": \"Wolf Creek\", \"US_Gross\": 16186348.0, \"Worldwide_Gross\": 27649774.0, \"US_DVD_Sales\": 8898756.0, \"Production_Budget\": 1100000.0, \"Release_Date\": \"2005-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 22594.0, \"Year\": 2005, \"Profit\": 26549774.0}, {\"Title\": \"The Wedding Planner\", \"US_Gross\": 60400856.0, \"Worldwide_Gross\": 94728529.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 4.8, \"IMDB_Votes\": 18717.0, \"Year\": 2001, \"Profit\": 66728529.0}, {\"Title\": \"Wonderland\", \"US_Gross\": 1060512.0, \"Worldwide_Gross\": 1060512.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"2003-10-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 11966.0, \"Year\": 2003, \"Profit\": -4439488.0}, {\"Title\": \"Taking Woodstock\", \"US_Gross\": 7460204.0, \"Worldwide_Gross\": 10061080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2009-08-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 120.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Ang Lee\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8778.0, \"Year\": 2009, \"Profit\": -18938920.0}, {\"Title\": \"The Widow of St. Pierre\", \"US_Gross\": 3058380.0, \"Worldwide_Gross\": 3058380.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2001-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2001, \"Profit\": -9941620.0}, {\"Title\": \"The Wedding Crashers\", \"US_Gross\": 209218368.0, \"Worldwide_Gross\": 283218368.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-07-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Dobkin\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 243218368.0}, {\"Title\": \"The Wedding Date\", \"US_Gross\": 31726995.0, \"Worldwide_Gross\": 47175038.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.5, \"IMDB_Votes\": 12205.0, \"Year\": 2005, \"Profit\": 32175038.0}, {\"Title\": \"Tumbleweeds\", \"US_Gross\": 1350248.0, \"Worldwide_Gross\": 1788168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 312000.0, \"Release_Date\": \"1999-11-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fine Line\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 2152.0, \"Year\": 1999, \"Profit\": 1476168.0}, {\"Title\": \"We Own the Night\", \"US_Gross\": 28563179.0, \"Worldwide_Gross\": 54700285.0, \"US_DVD_Sales\": 22557036.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2007-10-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 117.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 56.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 38163.0, \"Year\": 2007, \"Profit\": 26700285.0}, {\"Title\": \"We Were Soldiers\", \"US_Gross\": 78120196.0, \"Worldwide_Gross\": 114658262.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 138.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 42580.0, \"Year\": 2002, \"Profit\": 44658262.0}, {\"Title\": \"The World's Fastest Indian\", \"US_Gross\": 5128124.0, \"Worldwide_Gross\": 16509706.0, \"US_DVD_Sales\": 7272519.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-12-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roger Donaldson\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 19687.0, \"Year\": 2005, \"Profit\": -8490294.0}, {\"Title\": \"Les herbes folles\", \"US_Gross\": 377556.0, \"Worldwide_Gross\": 1877556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2010-06-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 915.0, \"Year\": 2010, \"Profit\": -12122444.0}, {\"Title\": \"What a Girl Wants\", \"US_Gross\": 35990505.0, \"Worldwide_Gross\": 35990505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2003-04-04T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 105.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dennie Gordon\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 12561.0, \"Year\": 2003, \"Profit\": 10990505.0}, {\"Title\": \"Whale Rider\", \"US_Gross\": 20779666.0, \"Worldwide_Gross\": 38833352.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4300000.0, \"Release_Date\": \"2003-06-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Palm Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 21814.0, \"Year\": 2003, \"Profit\": 34533352.0}, {\"Title\": \"Walk Hard: The Dewey Cox Story\", \"US_Gross\": 18317151.0, \"Worldwide_Gross\": 20575121.0, \"US_DVD_Sales\": 15734125.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2007-12-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 74.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 28032.0, \"Year\": 2007, \"Profit\": -14424879.0}, {\"Title\": \"Where the Heart Is\", \"US_Gross\": 33771174.0, \"Worldwide_Gross\": 40862054.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 34.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 13302.0, \"Year\": 2000, \"Profit\": 25862054.0}, {\"Title\": \"Whipped\", \"US_Gross\": 4142507.0, \"Worldwide_Gross\": 4142507.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2000-09-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 4.2, \"IMDB_Votes\": 2973.0, \"Year\": 2000, \"Profit\": 1142507.0}, {\"Title\": \"Whip It\", \"US_Gross\": 13043363.0, \"Worldwide_Gross\": 13043363.0, \"US_DVD_Sales\": 6310163.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Drew Barrymore\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 14068.0, \"Year\": 2009, \"Profit\": -1956637.0}, {\"Title\": \"Welcome Home Roscoe Jenkins\", \"US_Gross\": 42436517.0, \"Worldwide_Gross\": 43607627.0, \"US_DVD_Sales\": 17066717.0, \"Production_Budget\": 27500000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Malcolm D. Lee\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 5700.0, \"Year\": 2008, \"Profit\": 16107627.0}, {\"Title\": \"When a Stranger Calls\", \"US_Gross\": 47860214.0, \"Worldwide_Gross\": 66966987.0, \"US_DVD_Sales\": 13084600.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2006-02-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Simon West\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 4.7, \"IMDB_Votes\": 16505.0, \"Year\": 2006, \"Profit\": 51966987.0}, {\"Title\": \"What Dreams May Come\", \"US_Gross\": 55485043.0, \"Worldwide_Gross\": 71485043.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"1998-10-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 113.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 30486.0, \"Year\": 1998, \"Profit\": -8514957.0}, {\"Title\": \"The White Countess\", \"US_Gross\": 1669971.0, \"Worldwide_Gross\": 2814566.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2005-12-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 135.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"James Ivory\", \"Rotten_Tomatoes_Rating\": 51.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 2855.0, \"Year\": 2005, \"Profit\": -13185434.0}, {\"Title\": \"Wicker Park\", \"US_Gross\": 12831121.0, \"Worldwide_Gross\": 13400080.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul McGuigan\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 18987.0, \"Year\": 2004, \"Profit\": -16599920.0}, {\"Title\": \"Where the Wild Things Are\", \"US_Gross\": 77233467.0, \"Worldwide_Gross\": 99123656.0, \"US_DVD_Sales\": 27984751.0, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2009-10-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 100.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Spike Jonze\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 30669.0, \"Year\": 2009, \"Profit\": -876344.0}, {\"Title\": \"Wild Things\", \"US_Gross\": 29795299.0, \"Worldwide_Gross\": 55576699.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1998-03-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.6, \"IMDB_Votes\": 40110.0, \"Year\": 1998, \"Profit\": 35576699.0}, {\"Title\": \"Wimbledon\", \"US_Gross\": 16862585.0, \"Worldwide_Gross\": 41862585.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 21996.0, \"Year\": 2004, \"Profit\": 6862585.0}, {\"Title\": \"Windtalkers\", \"US_Gross\": 40914068.0, \"Worldwide_Gross\": 77628265.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 115000000.0, \"Release_Date\": \"2002-06-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 134.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"John Woo\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 26421.0, \"Year\": 2002, \"Profit\": -37371735.0}, {\"Title\": \"Because of Winn-Dixie\", \"US_Gross\": 32647042.0, \"Worldwide_Gross\": 33589427.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wayne Wang\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3720.0, \"Year\": 2005, \"Profit\": 18589427.0}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999, \"Profit\": -18421978.0}, {\"Title\": \"Without Limits\", \"US_Gross\": 780326.0, \"Worldwide_Gross\": 780326.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-09-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 3369.0, \"Year\": 1998, \"Profit\": -24219674.0}, {\"Title\": \"What Just Happened\", \"US_Gross\": 1090947.0, \"Worldwide_Gross\": 2412123.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2008-10-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Barry Levinson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 12537.0, \"Year\": 2008, \"Profit\": -24587877.0}, {\"Title\": \"What Lies Beneath\", \"US_Gross\": 155464351.0, \"Worldwide_Gross\": 288693989.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2000-07-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 45.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 45633.0, \"Year\": 2000, \"Profit\": 198693989.0}, {\"Title\": \"Walk the Line\", \"US_Gross\": 119519402.0, \"Worldwide_Gross\": 184319402.0, \"US_DVD_Sales\": 123216687.0, \"Production_Budget\": 29000000.0, \"Release_Date\": \"2005-11-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 80.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"James Mangold\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 85235.0, \"Year\": 2005, \"Profit\": 155319402.0}, {\"Title\": \"A Walk to Remember\", \"US_Gross\": 41227069.0, \"Worldwide_Gross\": 46060915.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2002-01-25T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 102.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Adam Shankman\", \"Rotten_Tomatoes_Rating\": 28.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 38045.0, \"Year\": 2002, \"Profit\": 35060915.0}, {\"Title\": \"Willard\", \"US_Gross\": 6882696.0, \"Worldwide_Gross\": 6882696.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-03-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 7702.0, \"Year\": 2003, \"Profit\": -13117304.0}, {\"Title\": \"Wild Wild West\", \"US_Gross\": 113805681.0, \"Worldwide_Gross\": 222105681.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 175000000.0, \"Release_Date\": \"1999-06-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Barry Sonnenfeld\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 4.3, \"IMDB_Votes\": 54183.0, \"Year\": 1999, \"Profit\": 47105681.0}, {\"Title\": \"White Noise 2: The Light\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 8243567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2008-01-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 5647.0, \"Year\": 2008, \"Profit\": -1756433.0}, {\"Title\": \"White Noise\", \"US_Gross\": 56094360.0, \"Worldwide_Gross\": 92094360.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2005-01-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": 82094360.0}, {\"Title\": \"Wanted\", \"US_Gross\": 134508551.0, \"Worldwide_Gross\": 340934768.0, \"US_DVD_Sales\": 71092823.0, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Timur Bekmambetov\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 1089.0, \"Year\": 2008, \"Profit\": 265934768.0}, {\"Title\": \"Woman on Top\", \"US_Gross\": 5018450.0, \"Worldwide_Gross\": 10192613.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 4.9, \"IMDB_Votes\": 4743.0, \"Year\": 2000, \"Profit\": 2192613.0}, {\"Title\": \"The Wolf Man\", \"US_Gross\": 61979680.0, \"Worldwide_Gross\": 142422252.0, \"US_DVD_Sales\": 18568140.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2010-02-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Joe Johnston\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 6099.0, \"Year\": 2010, \"Profit\": -7577748.0}, {\"Title\": \"X-Men Origins: Wolverine\", \"US_Gross\": 179883157.0, \"Worldwide_Gross\": 374825760.0, \"US_DVD_Sales\": 73930122.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2009-05-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Spin-Off\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Gavin Hood\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 79499.0, \"Year\": 2009, \"Profit\": 224825760.0}, {\"Title\": \"The Women\", \"US_Gross\": 26902075.0, \"Worldwide_Gross\": 50042410.0, \"US_DVD_Sales\": 10057074.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2008-09-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 7.9, \"IMDB_Votes\": 5519.0, \"Year\": 2008, \"Profit\": 34042410.0}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998, \"Profit\": -4935028.0}, {\"Title\": \"The Wood\", \"US_Gross\": 25059640.0, \"Worldwide_Gross\": 25059640.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1999-07-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 61.0, \"IMDB_Rating\": 6.1, \"IMDB_Votes\": 3224.0, \"Year\": 1999, \"Profit\": 19059640.0}, {\"Title\": \"Without a Paddle\", \"US_Gross\": 58156435.0, \"Worldwide_Gross\": 65121280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-08-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 17207.0, \"Year\": 2004, \"Profit\": 35121280.0}, {\"Title\": \"What's the Worst That Could Happen?\", \"US_Gross\": 32267774.0, \"Worldwide_Gross\": 38462071.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2001-06-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 98.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 6727.0, \"Year\": 2001, \"Profit\": 8462071.0}, {\"Title\": \"Winter Passing\", \"US_Gross\": 107492.0, \"Worldwide_Gross\": 113783.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 4360.0, \"Year\": 2006, \"Profit\": -3386217.0}, {\"Title\": \"What Planet Are You From?\", \"US_Gross\": 6291602.0, \"Worldwide_Gross\": 6291602.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2000-03-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 42.0, \"IMDB_Rating\": 5.4, \"IMDB_Votes\": 5304.0, \"Year\": 2000, \"Profit\": -43708398.0}, {\"Title\": \"Wordplay\", \"US_Gross\": 3121270.0, \"Worldwide_Gross\": 3177636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"2006-06-16T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 2222.0, \"Year\": 2006, \"Profit\": 2677636.0}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008, \"Profit\": 37236603.0}, {\"Title\": \"Walking Tall\", \"US_Gross\": 46213824.0, \"Worldwide_Gross\": 47313824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 56000000.0, \"Release_Date\": \"2004-04-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 87.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Bray\", \"Rotten_Tomatoes_Rating\": 25.0, \"IMDB_Rating\": 6.0, \"IMDB_Votes\": 20517.0, \"Year\": 2004, \"Profit\": -8686176.0}, {\"Title\": \"World Trade Center\", \"US_Gross\": 70278893.0, \"Worldwide_Gross\": 163278893.0, \"US_DVD_Sales\": 36877248.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2006-08-09T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 34341.0, \"Year\": 2006, \"Profit\": 98278893.0}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000, \"Profit\": 14267829.0}, {\"Title\": \"The Weather Man\", \"US_Gross\": 12482775.0, \"Worldwide_Gross\": 15466961.0, \"US_DVD_Sales\": 16632857.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gore Verbinski\", \"Rotten_Tomatoes_Rating\": 58.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 35394.0, \"Year\": 2005, \"Profit\": -4533039.0}, {\"Title\": \"Sky Captain and the World of Tomorrow\", \"US_Gross\": 37760080.0, \"Worldwide_Gross\": 49730854.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2004-09-17T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 106.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 72.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 40281.0, \"Year\": 2004, \"Profit\": -20269146.0}, {\"Title\": \"Whiteout\", \"US_Gross\": 10275638.0, \"Worldwide_Gross\": 12254746.0, \"US_DVD_Sales\": 3231673.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-09-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Dominic Sena\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 5.3, \"IMDB_Votes\": 10044.0, \"Year\": 2009, \"Profit\": -22745254.0}, {\"Title\": \"The Waterboy\", \"US_Gross\": 161491646.0, \"Worldwide_Gross\": 190191646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1998-11-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Frank Coraci\", \"Rotten_Tomatoes_Rating\": 32.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 43251.0, \"Year\": 1998, \"Profit\": 167191646.0}, {\"Title\": \"Wrong Turn\", \"US_Gross\": 15417771.0, \"Worldwide_Gross\": 28649556.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 5.8, \"IMDB_Votes\": 119.0, \"Year\": 2003, \"Profit\": 18649556.0}, {\"Title\": \"What Women Want\", \"US_Gross\": 182805123.0, \"Worldwide_Gross\": 372100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2000-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 127.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nancy Meyers\", \"Rotten_Tomatoes_Rating\": 53.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 54525.0, \"Year\": 2000, \"Profit\": 307100000.0}, {\"Title\": \"The Way of the Gun\", \"US_Gross\": 6047856.0, \"Worldwide_Gross\": 13061935.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 48.0, \"IMDB_Rating\": 6.5, \"IMDB_Votes\": 17513.0, \"Year\": 2000, \"Profit\": 4061935.0}, {\"Title\": \"The X-Files: I Want to Believe\", \"US_Gross\": 20982478.0, \"Worldwide_Gross\": 68369434.0, \"US_DVD_Sales\": 16034958.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2008-07-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 5.9, \"IMDB_Votes\": 35433.0, \"Year\": 2008, \"Profit\": 33369434.0}, {\"Title\": \"The X Files: Fight the Future\", \"US_Gross\": 83898313.0, \"Worldwide_Gross\": 189176423.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 66000000.0, \"Release_Date\": \"1998-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 120.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 1998, \"Profit\": 123176423.0}, {\"Title\": \"Extraordinary Measures\", \"US_Gross\": 12482741.0, \"Worldwide_Gross\": 12697741.0, \"US_DVD_Sales\": 5267433.0, \"Production_Budget\": 31000000.0, \"Release_Date\": \"2010-01-22T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"CBS Films\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tom Vaughan\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 3770.0, \"Year\": 2010, \"Profit\": -18302259.0}, {\"Title\": \"X-Men\", \"US_Gross\": 157299717.0, \"Worldwide_Gross\": 334627820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"2000-07-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 7.4, \"IMDB_Votes\": 120706.0, \"Year\": 2000, \"Profit\": 259627820.0}, {\"Title\": \"X2\", \"US_Gross\": 214949694.0, \"Worldwide_Gross\": 407711549.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"2003-05-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 133.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 112320.0, \"Year\": 2003, \"Profit\": 282711549.0}, {\"Title\": \"X-Men: The Last Stand\", \"US_Gross\": 234362462.0, \"Worldwide_Gross\": 459359555.0, \"US_DVD_Sales\": 103555667.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2006-05-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brett Ratner\", \"Rotten_Tomatoes_Rating\": 57.0, \"IMDB_Rating\": 6.9, \"IMDB_Votes\": 109125.0, \"Year\": 2006, \"Profit\": 309359555.0}, {\"Title\": \"The Exploding Girl\", \"US_Gross\": 25572.0, \"Worldwide_Gross\": 25572.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000.0, \"Release_Date\": \"2010-03-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 79.0, \"Distributor\": \"Oscilloscope Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Bradley Rust Grey\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 260.0, \"Year\": 2010, \"Profit\": -14428.0}, {\"Title\": \"The Expendables\", \"US_Gross\": 101384023.0, \"Worldwide_Gross\": 240484023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 82000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 103.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sylvester Stallone\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 7.1, \"IMDB_Votes\": 42427.0, \"Year\": 2010, \"Profit\": 158484023.0}, {\"Title\": \"XXX: State of the Union\", \"US_Gross\": 26873932.0, \"Worldwide_Gross\": 71073932.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2005-04-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Lee Tamahori\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.1, \"IMDB_Votes\": 19527.0, \"Year\": 2005, \"Profit\": 11073932.0}, {\"Title\": \"The Yards\", \"US_Gross\": 882710.0, \"Worldwide_Gross\": 2282710.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2000-10-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"James Gray\", \"Rotten_Tomatoes_Rating\": 64.0, \"IMDB_Rating\": 6.3, \"IMDB_Votes\": 8784.0, \"Year\": 2000, \"Profit\": -17717290.0}, {\"Title\": \"The Divine Secrets of the Ya-Ya Sisterhood\", \"US_Gross\": 69586544.0, \"Worldwide_Gross\": 73826768.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2002-06-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 116.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 46826768.0}, {\"Title\": \"You Can Count on Me\", \"US_Gross\": 9180275.0, \"Worldwide_Gross\": 11005992.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"2000-11-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 7.7, \"IMDB_Votes\": 14261.0, \"Year\": 2000, \"Profit\": 9805992.0}, {\"Title\": \"Year One\", \"US_Gross\": 43337279.0, \"Worldwide_Gross\": 57604723.0, \"US_DVD_Sales\": 14813995.0, \"Production_Budget\": 60000000.0, \"Release_Date\": \"2009-06-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 5.0, \"IMDB_Votes\": 23091.0, \"Year\": 2009, \"Profit\": -2395277.0}, {\"Title\": \"Yes\", \"US_Gross\": 396035.0, \"Worldwide_Gross\": 661221.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1700000.0, \"Release_Date\": \"2005-06-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -1038779.0}, {\"Title\": \"Yes Man\", \"US_Gross\": 97690976.0, \"Worldwide_Gross\": 225990976.0, \"US_DVD_Sales\": 26601131.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2008-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Peyton Reed\", \"Rotten_Tomatoes_Rating\": 43.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 62150.0, \"Year\": 2008, \"Profit\": 175990976.0}, {\"Title\": \"You Kill Me\", \"US_Gross\": 2426851.0, \"Worldwide_Gross\": 2426851.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 92.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Dahl\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 9498.0, \"Year\": 2007, \"Profit\": -1573149.0}, {\"Title\": \"Yours, Mine and Ours\", \"US_Gross\": 53359917.0, \"Worldwide_Gross\": 72359917.0, \"US_DVD_Sales\": 26979166.0, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2005-11-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Raja Gosnell\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 7.6, \"IMDB_Votes\": 259.0, \"Year\": 2005, \"Profit\": 27359917.0}, {\"Title\": \"You've Got Mail\", \"US_Gross\": 115821495.0, \"Worldwide_Gross\": 250800000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 119.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Nora Ephron\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 6.2, \"IMDB_Votes\": 52587.0, \"Year\": 1998, \"Profit\": 185800000.0}, {\"Title\": \"Youth in Revolt\", \"US_Gross\": 15285588.0, \"Worldwide_Gross\": 17585588.0, \"US_DVD_Sales\": 3654607.0, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2010-01-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein/Dimension\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 14670.0, \"Year\": 2010, \"Profit\": -414412.0}, {\"Title\": \"Y Tu Mama Tambien (And Your Mother Too)\", \"US_Gross\": 13649881.0, \"Worldwide_Gross\": 33649881.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2002-03-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"IFC Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2002, \"Profit\": 28649881.0}, {\"Title\": \"Yu-Gi-Oh\", \"US_Gross\": 19762690.0, \"Worldwide_Gross\": 28762690.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-13T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2004, \"Profit\": 8762690.0}, {\"Title\": \"The Young Unknowns\", \"US_Gross\": 58163.0, \"Worldwide_Gross\": 58163.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 800000.0, \"Release_Date\": \"2003-04-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 4.5, \"IMDB_Votes\": 98.0, \"Year\": 2003, \"Profit\": -741837.0}, {\"Title\": \"The Young Victoria\", \"US_Gross\": 11001272.0, \"Worldwide_Gross\": 11001272.0, \"US_DVD_Sales\": 3273039.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Apparition\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 76.0, \"IMDB_Rating\": 7.2, \"IMDB_Votes\": 8408.0, \"Year\": 2009, \"Profit\": -23998728.0}, {\"Title\": \"Zathura\", \"US_Gross\": 28045540.0, \"Worldwide_Gross\": 58545540.0, \"US_DVD_Sales\": 22025352.0, \"Production_Budget\": 65000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 113.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Jon Favreau\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2005, \"Profit\": -6454460.0}, {\"Title\": \"Zero Effect\", \"US_Gross\": 2080693.0, \"Worldwide_Gross\": 2080693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1998-01-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 6.8, \"IMDB_Votes\": 8489.0, \"Year\": 1998, \"Profit\": -2919307.0}, {\"Title\": \"Zoolander\", \"US_Gross\": 45172250.0, \"Worldwide_Gross\": 60780981.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2001-09-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 89.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Stiller\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 69296.0, \"Year\": 2001, \"Profit\": 32780981.0}, {\"Title\": \"Zombieland\", \"US_Gross\": 75590286.0, \"Worldwide_Gross\": 98690286.0, \"US_DVD_Sales\": 28281155.0, \"Production_Budget\": 23600000.0, \"Release_Date\": \"2009-10-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Ruben Fleischer\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 7.8, \"IMDB_Votes\": 81629.0, \"Year\": 2009, \"Profit\": 75090286.0}, {\"Title\": \"Zack and Miri Make a Porno\", \"US_Gross\": 31452765.0, \"Worldwide_Gross\": 36851125.0, \"US_DVD_Sales\": 21240321.0, \"Production_Budget\": 24000000.0, \"Release_Date\": \"2008-10-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 101.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Kevin Smith\", \"Rotten_Tomatoes_Rating\": 65.0, \"IMDB_Rating\": 7.0, \"IMDB_Votes\": 55687.0, \"Year\": 2008, \"Profit\": 12851125.0}, {\"Title\": \"Zodiac\", \"US_Gross\": 33080084.0, \"Worldwide_Gross\": 83080084.0, \"US_DVD_Sales\": 20983030.0, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2007-03-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 157.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 6.4, \"IMDB_Votes\": 15106.0, \"Year\": 2007, \"Profit\": -1919916.0}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006, \"Profit\": -22493812.0}, {\"Title\": \"The Legend of Zorro\", \"US_Gross\": 45575336.0, \"Worldwide_Gross\": 141475336.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2005-10-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 129.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 5.7, \"IMDB_Votes\": 21161.0, \"Year\": 2005, \"Profit\": 61475336.0}, {\"Title\": \"The Mask of Zorro\", \"US_Gross\": 93828745.0, \"Worldwide_Gross\": 233700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 136.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Campbell\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 6.7, \"IMDB_Votes\": 4789.0, \"Year\": 1998, \"Profit\": 168700000.0}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {}
+ },
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/plain": [
+ "array([2169836.8])"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 25
+ }
+ ],
+ "source": [
+ "a = alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Running_Time_min'),\n",
+ " y='IMDB_Rating',\n",
+ " color='Major_Genre'\n",
+ ").configure_mark(\n",
+ " opacity=0.6,\n",
+ ")\n",
+ "a.show()\n",
+ "\n",
+ "a = alt.Chart(movies).mark_point().encode(\n",
+ " x=alt.X('Running_Time_min'),\n",
+ " y='Rotten_Tomatoes_Rating',\n",
+ " color='Major_Genre'\n",
+ ").configure_mark(\n",
+ " opacity=0.6,\n",
+ ")\n",
+ "a.show()\n",
+ "\n",
+ "import numpy as np\n",
+ "\n",
+ "np.correlate(movies['IMDB_Rating'], movies['Running_Time_min'])"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "20485d20-5c5f-4b42-8935-7e812af9b101",
+ "metadata": {
+ "id": "20485d20-5c5f-4b42-8935-7e812af9b101"
+ },
+ "source": [
+ "En plissant les yeux, on observe qu'il y a assez peu de films très longs (> 2h) qui obtienne de vraiment mauvaise note, notamment sur IMDB."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "9f72872a-a405-44a9-8074-fddc2610935b",
+ "metadata": {
+ "id": "9f72872a-a405-44a9-8074-fddc2610935b",
+ "outputId": "8f2a7b52-f0cf-4299-d0ef-b93adf54b960",
+ "colab": {
+ "base_uri": "https://localhost:8080/",
+ "height": 368
+ }
+ },
+ "outputs": [
+ {
+ "output_type": "execute_result",
+ "data": {
+ "text/html": [
+ "\n",
+ "<style>\n",
+ " #altair-viz-3505fa21cb68487986f7d0252cb3df5f.vega-embed {\n",
+ " width: 100%;\n",
+ " display: flex;\n",
+ " }\n",
+ "\n",
+ " #altair-viz-3505fa21cb68487986f7d0252cb3df5f.vega-embed details,\n",
+ " #altair-viz-3505fa21cb68487986f7d0252cb3df5f.vega-embed details summary {\n",
+ " position: relative;\n",
+ " }\n",
+ "</style>\n",
+ "<div id=\"altair-viz-3505fa21cb68487986f7d0252cb3df5f\"></div>\n",
+ "<script type=\"text/javascript\">\n",
+ " var VEGA_DEBUG = (typeof VEGA_DEBUG == \"undefined\") ? {} : VEGA_DEBUG;\n",
+ " (function(spec, embedOpt){\n",
+ " let outputDiv = document.currentScript.previousElementSibling;\n",
+ " if (outputDiv.id !== \"altair-viz-3505fa21cb68487986f7d0252cb3df5f\") {\n",
+ " outputDiv = document.getElementById(\"altair-viz-3505fa21cb68487986f7d0252cb3df5f\");\n",
+ " }\n",
+ "\n",
+ " const paths = {\n",
+ " \"vega\": \"https://cdn.jsdelivr.net/npm/vega@5?noext\",\n",
+ " \"vega-lib\": \"https://cdn.jsdelivr.net/npm/vega-lib?noext\",\n",
+ " \"vega-lite\": \"https://cdn.jsdelivr.net/npm/vega-lite@5.20.1?noext\",\n",
+ " \"vega-embed\": \"https://cdn.jsdelivr.net/npm/vega-embed@6?noext\",\n",
+ " };\n",
+ "\n",
+ " function maybeLoadScript(lib, version) {\n",
+ " var key = `${lib.replace(\"-\", \"\")}_version`;\n",
+ " return (VEGA_DEBUG[key] == version) ?\n",
+ " Promise.resolve(paths[lib]) :\n",
+ " new Promise(function(resolve, reject) {\n",
+ " var s = document.createElement('script');\n",
+ " document.getElementsByTagName(\"head\")[0].appendChild(s);\n",
+ " s.async = true;\n",
+ " s.onload = () => {\n",
+ " VEGA_DEBUG[key] = version;\n",
+ " return resolve(paths[lib]);\n",
+ " };\n",
+ " s.onerror = () => reject(`Error loading script: ${paths[lib]}`);\n",
+ " s.src = paths[lib];\n",
+ " });\n",
+ " }\n",
+ "\n",
+ " function showError(err) {\n",
+ " outputDiv.innerHTML = `<div class=\"error\" style=\"color:red;\">${err}</div>`;\n",
+ " throw err;\n",
+ " }\n",
+ "\n",
+ " function displayChart(vegaEmbed) {\n",
+ " vegaEmbed(outputDiv, spec, embedOpt)\n",
+ " .catch(err => showError(`Javascript Error: ${err.message}<br>This usually means there's a typo in your chart specification. See the javascript console for the full traceback.`));\n",
+ " }\n",
+ "\n",
+ " if(typeof define === \"function\" && define.amd) {\n",
+ " requirejs.config({paths});\n",
+ " let deps = [\"vega-embed\"];\n",
+ " require(deps, displayChart, err => showError(`Error loading script: ${err.message}`));\n",
+ " } else {\n",
+ " maybeLoadScript(\"vega\", \"5\")\n",
+ " .then(() => maybeLoadScript(\"vega-lite\", \"5.20.1\"))\n",
+ " .then(() => maybeLoadScript(\"vega-embed\", \"6\"))\n",
+ " .catch(showError)\n",
+ " .then(() => displayChart(vegaEmbed));\n",
+ " }\n",
+ " })({\"config\": {\"view\": {\"continuousWidth\": 300, \"continuousHeight\": 300}, \"mark\": {\"opacity\": 0.8}}, \"data\": {\"name\": \"data-7ccc427aa4241168c7b38685b30b1ad3\"}, \"mark\": {\"type\": \"point\", \"filled\": true}, \"encoding\": {\"color\": {\"bin\": {\"maxbins\": 10}, \"field\": \"IMDB_Rating\", \"scale\": {\"range\": \"diverging\"}}, \"x\": {\"field\": \"Worldwide_Gross\", \"scale\": {\"type\": \"sqrt\"}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"Production_Budget\", \"scale\": {\"type\": \"sqrt\"}, \"type\": \"quantitative\"}}, \"params\": [{\"name\": \"param_5\", \"select\": {\"type\": \"interval\", \"encodings\": [\"x\", \"y\"]}, \"bind\": \"scales\"}], \"$schema\": \"https://vega.github.io/schema/vega-lite/v5.20.1.json\", \"datasets\": {\"data-7ccc427aa4241168c7b38685b30b1ad3\": [{\"Title\": \"Slam\", \"US_Gross\": 1009819.0, \"Worldwide_Gross\": 1087521.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 62.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 165.0, \"Year\": 1998, \"Profit\": 87521.0}, {\"Title\": \"Foolish\", \"US_Gross\": 6026908.0, \"Worldwide_Gross\": 6026908.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1999-04-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 353.0, \"Year\": 1999, \"Profit\": 4426908.0}, {\"Title\": \"The Ten Commandments\", \"US_Gross\": 80000000.0, \"Worldwide_Gross\": 80000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13500000.0, \"Release_Date\": \"1956-10-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1677.0, \"Year\": 1956, \"Profit\": 66500000.0}, {\"Title\": \"3 Ninjas Kick Back\", \"US_Gross\": 11744960.0, \"Worldwide_Gross\": 11744960.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1994-05-06T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 3107.0, \"Year\": 1994, \"Profit\": -8255040.0}, {\"Title\": \"Alive\", \"US_Gross\": 36299670.0, \"Worldwide_Gross\": 36299670.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 32000000.0, \"Release_Date\": \"1993-01-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Frank Marshall\", \"Rotten_Tomatoes_Rating\": 71.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 124.0, \"Year\": 1993, \"Profit\": 4299670.0}, {\"Title\": \"American Ninja 2: The Confrontation\", \"US_Gross\": 4000000.0, \"Worldwide_Gross\": 4000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 350000.0, \"Release_Date\": \"1986-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sam Firstenberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 2495.0, \"Year\": 1986, \"Profit\": 3650000.0}, {\"Title\": \"Beastmaster 2: Through the Portal of Time\", \"US_Gross\": 773490.0, \"Worldwide_Gross\": 773490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1991-08-30T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 1327.0, \"Year\": 1991, \"Profit\": -5226510.0}, {\"Title\": \"Beauty and the Beast\", \"US_Gross\": 171340294.0, \"Worldwide_Gross\": 403476931.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-11-13T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Gary Trousdale\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 354.0, \"Year\": 1991, \"Profit\": 383476931.0}, {\"Title\": \"My Big Fat Independent Movie\", \"US_Gross\": 4655.0, \"Worldwide_Gross\": 4655.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2005-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Big Fat Movies\", \"Source\": \"Unknown\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1119.0, \"Year\": 2005, \"Profit\": -2995345.0}, {\"Title\": \"The Calling\", \"US_Gross\": 32092.0, \"Worldwide_Gross\": 32092.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000.0, \"Release_Date\": \"2002-03-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Testimony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael C. Brown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2002, \"Profit\": -127908.0}, {\"Title\": \"Can't Stop the Music\", \"US_Gross\": 2000000.0, \"Worldwide_Gross\": 2000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1979-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2146.0, \"Year\": 1979, \"Profit\": -18000000.0}, {\"Title\": \"Def-Con 4\", \"US_Gross\": 210904.0, \"Worldwide_Gross\": 210904.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1985-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"New World\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 639.0, \"Year\": 1985, \"Profit\": -1089096.0}, {\"Title\": \"Exorcist II: The Heretic\", \"US_Gross\": 25011000.0, \"Worldwide_Gross\": 25011000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"1977-06-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Boorman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 7849.0, \"Year\": 1977, \"Profit\": 11011000.0}, {\"Title\": \"Friday the 13th Part VIII: Jason Takes Manhattan\", \"US_Gross\": 14343976.0, \"Worldwide_Gross\": 14343976.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1989-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 10113.0, \"Year\": 1989, \"Profit\": 9343976.0}, {\"Title\": \"The Fog\", \"US_Gross\": 21378361.0, \"Worldwide_Gross\": 21378361.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1980-02-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Avco Embassy\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Carpenter\", \"Rotten_Tomatoes_Rating\": 69.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 1980, \"Profit\": 20378361.0}, {\"Title\": \"Graduation Day\", \"US_Gross\": 23894000.0, \"Worldwide_Gross\": 23894000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 250000.0, \"Release_Date\": \"1981-05-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 836.0, \"Year\": 1981, \"Profit\": 23644000.0}, {\"Title\": \"The Helix... Loaded\", \"US_Gross\": 3700.0, \"Worldwide_Gross\": 3700.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2005-03-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.5, \"IMDB_Votes\": 486.0, \"Year\": 2005, \"Profit\": -996300.0}, {\"Title\": \"Highlander III: The Sorcerer\", \"US_Gross\": 13738574.0, \"Worldwide_Gross\": 13738574.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 26000000.0, \"Release_Date\": \"1995-01-27T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 7763.0, \"Year\": 1995, \"Profit\": -12261426.0}, {\"Title\": \"Halloween 3: Season of the Witch\", \"US_Gross\": 14400000.0, \"Worldwide_Gross\": 14400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1982-10-22T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 12644.0, \"Year\": 1982, \"Profit\": 11900000.0}, {\"Title\": \"Hum to Mohabbt Karega\", \"US_Gross\": 121807.0, \"Worldwide_Gross\": 121807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2000-05-26T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 74.0, \"Year\": 2000, \"Profit\": -1878193.0}, {\"Title\": \"Hud\", \"US_Gross\": 10000000.0, \"Worldwide_Gross\": 10000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"1963-05-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Martin Ritt\", \"Rotten_Tomatoes_Rating\": 79.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 93.0, \"Year\": 1963, \"Profit\": 7500000.0}, {\"Title\": \"Hybrid\", \"US_Gross\": 162605.0, \"Worldwide_Gross\": 162605.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2002-05-10T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Indican Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 380.0, \"Year\": 2002, \"Profit\": -37395.0}, {\"Title\": \"In Her Line of Fire\", \"US_Gross\": 884.0, \"Worldwide_Gross\": 884.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2006-04-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Regent Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 337.0, \"Year\": 2006, \"Profit\": -999116.0}, {\"Title\": \"The Jerky Boys\", \"US_Gross\": 7555256.0, \"Worldwide_Gross\": 7555256.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1995-02-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1481.0, \"Year\": 1995, \"Profit\": 3555256.0}, {\"Title\": \"Jaws 4: The Revenge\", \"US_Gross\": 15728335.0, \"Worldwide_Gross\": 15728335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 23000000.0, \"Release_Date\": \"1987-07-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 15632.0, \"Year\": 1987, \"Profit\": -7271665.0}, {\"Title\": \"Mata Hari\", \"US_Gross\": 900000.0, \"Worldwide_Gross\": 900000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 558000.0, \"Release_Date\": \"1930-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 376.0, \"Year\": 1930, \"Profit\": 342000.0}, {\"Title\": \"Megaforce\", \"US_Gross\": 5675599.0, \"Worldwide_Gross\": 5675599.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Hal Needham\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1446.0, \"Year\": 1982, \"Profit\": -12324401.0}, {\"Title\": \"Inchon\", \"US_Gross\": 4408636.0, \"Worldwide_Gross\": 4408636.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 46000000.0, \"Release_Date\": \"1982-09-17T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 326.0, \"Year\": 1982, \"Profit\": -41591364.0}, {\"Title\": \"Neal n' Nikki\", \"US_Gross\": 100358.0, \"Worldwide_Gross\": 329621.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"2005-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Yash Raj Films\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 494.0, \"Year\": 2005, \"Profit\": -970379.0}, {\"Title\": \"On Deadly Ground\", \"US_Gross\": 38590458.0, \"Worldwide_Gross\": 38590458.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1994-02-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Seagal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 9579.0, \"Year\": 1994, \"Profit\": -11409542.0}, {\"Title\": \"The Omega Code\", \"US_Gross\": 12610552.0, \"Worldwide_Gross\": 12678312.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7200000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Providence Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3814.0, \"Year\": 1999, \"Profit\": 5478312.0}, {\"Title\": \"Police Academy 7: Mission to Moscow\", \"US_Gross\": 126247.0, \"Worldwide_Gross\": 126247.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1994-08-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 13121.0, \"Year\": 1994, \"Profit\": -9873753.0}, {\"Title\": \"Poltergeist III\", \"US_Gross\": 14114000.0, \"Worldwide_Gross\": 14114000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9500000.0, \"Release_Date\": \"1988-06-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 5387.0, \"Year\": 1988, \"Profit\": 4614000.0}, {\"Title\": \"Panic\", \"US_Gross\": 779137.0, \"Worldwide_Gross\": 889279.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2000-12-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Roxie Releasing\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 473.0, \"Year\": 2000, \"Profit\": -110721.0}, {\"Title\": \"Peace, Propaganda and the Promised Land\", \"US_Gross\": 4930.0, \"Worldwide_Gross\": 4930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 75.0, \"Year\": 2005, \"Profit\": -65070.0}, {\"Title\": \"RoboCop 3\", \"US_Gross\": 10696210.0, \"Worldwide_Gross\": 10696210.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1993-11-05T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 13310.0, \"Year\": 1993, \"Profit\": -11303790.0}, {\"Title\": \"The Return\", \"US_Gross\": 501752.0, \"Worldwide_Gross\": 2658490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2004-02-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Kino International\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 236.0, \"Year\": 2004, \"Profit\": -12341510.0}, {\"Title\": \"Raise the Titanic\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1980-08-01T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 60.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 1757.0, \"Year\": 1980, \"Profit\": -33000000.0}, {\"Title\": \"Shanghai Surprise\", \"US_Gross\": 2315000.0, \"Worldwide_Gross\": 2315000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1986-08-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 2591.0, \"Year\": 1986, \"Profit\": -14685000.0}, {\"Title\": \"Ishtar\", \"US_Gross\": 14375181.0, \"Worldwide_Gross\": 14375181.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1987-05-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 6094.0, \"Year\": 1987, \"Profit\": -25624819.0}, {\"Title\": \"Super Mario Bros.\", \"US_Gross\": 20844907.0, \"Worldwide_Gross\": 20844907.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1993-05-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 17281.0, \"Year\": 1993, \"Profit\": -21155093.0}, {\"Title\": \"Speed\", \"US_Gross\": 121248145.0, \"Worldwide_Gross\": 283200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1994-06-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 4175.0, \"Year\": 1994, \"Profit\": 253200000.0}, {\"Title\": \"Superman IV: The Quest for Peace\", \"US_Gross\": 11227824.0, \"Worldwide_Gross\": 11227824.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1987-07-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Sidney J. Furie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15164.0, \"Year\": 1987, \"Profit\": -5772176.0}, {\"Title\": \"Street Fighter\", \"US_Gross\": 33423000.0, \"Worldwide_Gross\": 99423000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1994-12-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 25407.0, \"Year\": 1994, \"Profit\": 64423000.0}, {\"Title\": \"Striptease\", \"US_Gross\": 32773011.0, \"Worldwide_Gross\": 32773011.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"1996-06-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 115.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Andrew Bergman\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 18012.0, \"Year\": 1996, \"Profit\": -17226989.0}, {\"Title\": \"Steppin: The Movie\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2007-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 108.0, \"Year\": 2007, \"Profit\": -1000000.0}, {\"Title\": \"Teen Wolf Too\", \"US_Gross\": 7888000.0, \"Worldwide_Gross\": 7888000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1987-11-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Atlantic\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 5207.0, \"Year\": 1987, \"Profit\": 4888000.0}, {\"Title\": \"The Calling\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2500000.0, \"Release_Date\": \"2009-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1113.0, \"Year\": 2009, \"Profit\": -2500000.0}, {\"Title\": \"Tron\", \"US_Gross\": 26918576.0, \"Worldwide_Gross\": 26918576.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17000000.0, \"Release_Date\": \"1982-07-09T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 923.0, \"Year\": 1982, \"Profit\": 9918576.0}, {\"Title\": \"Trois\", \"US_Gross\": 1161843.0, \"Worldwide_Gross\": 1161843.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000.0, \"Release_Date\": \"2000-02-11T00:00:00\", \"MPAA_Rating\": \"NC-17\", \"Running_Time_min\": 107.0, \"Distributor\": \"Rainforest Productions\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 360.0, \"Year\": 2000, \"Profit\": 961843.0}, {\"Title\": \"3 Strikes\", \"US_Gross\": 9821335.0, \"Worldwide_Gross\": 9821335.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2000-03-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 905.0, \"Year\": 2000, \"Profit\": 5821335.0}, {\"Title\": \"Alone in the Dark\", \"US_Gross\": 5178569.0, \"Worldwide_Gross\": 8178569.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 96.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 26028.0, \"Year\": 2005, \"Profit\": -11821431.0}, {\"Title\": \"The Avengers\", \"US_Gross\": 23385416.0, \"Worldwide_Gross\": 48585416.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1998-08-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 21432.0, \"Year\": 1998, \"Profit\": -11414584.0}, {\"Title\": \"Super Babies: Baby Geniuses 2\", \"US_Gross\": 9109322.0, \"Worldwide_Gross\": 9109322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 1.4, \"IMDB_Votes\": 10886.0, \"Year\": 2004, \"Profit\": -10890678.0}, {\"Title\": \"Baby Geniuses\", \"US_Gross\": 27151490.0, \"Worldwide_Gross\": 27151490.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 94.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 9038.0, \"Year\": 1999, \"Profit\": 14151490.0}, {\"Title\": \"Barney's Great Adventure\", \"US_Gross\": 11156471.0, \"Worldwide_Gross\": 11156471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-04-03T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Polygram\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 1456.0, \"Year\": 1998, \"Profit\": -3843529.0}, {\"Title\": \"Basic Instinct 2\", \"US_Gross\": 5946136.0, \"Worldwide_Gross\": 35417162.0, \"US_DVD_Sales\": 6188980.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2006-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Michael Caton-Jones\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 16784.0, \"Year\": 2006, \"Profit\": -34582838.0}, {\"Title\": \"Battlefield Earth: A Saga of the Year 3000\", \"US_Gross\": 21471685.0, \"Worldwide_Gross\": 29725663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 80000000.0, \"Release_Date\": \"2000-05-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 121.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 39316.0, \"Year\": 2000, \"Profit\": -50274337.0}, {\"Title\": \"Bats\", \"US_Gross\": 10155691.0, \"Worldwide_Gross\": 10155691.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6500000.0, \"Release_Date\": \"1999-10-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5565.0, \"Year\": 1999, \"Profit\": 3655691.0}, {\"Title\": \"Ballistic: Ecks vs. Sever\", \"US_Gross\": 14294842.0, \"Worldwide_Gross\": 14294842.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-09-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 11112.0, \"Year\": 2002, \"Profit\": -55705158.0}, {\"Title\": \"Boogeyman\", \"US_Gross\": 46752382.0, \"Worldwide_Gross\": 67192859.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-02-04T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Screen Gems\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 13.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13901.0, \"Year\": 2005, \"Profit\": 47192859.0}, {\"Title\": \"Bones\", \"US_Gross\": 7316658.0, \"Worldwide_Gross\": 8378853.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 22.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3524.0, \"Year\": 2001, \"Profit\": -1621147.0}, {\"Title\": \"An Alan Smithee Film: Burn Hollywood Burn\", \"US_Gross\": 45779.0, \"Worldwide_Gross\": 45779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Arthur Hiller\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2152.0, \"Year\": 1998, \"Profit\": -9954221.0}, {\"Title\": \"The Brothers\", \"US_Gross\": 27457409.0, \"Worldwide_Gross\": 27958191.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2001-03-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 102.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 63.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 153.0, \"Year\": 2001, \"Profit\": 21958191.0}, {\"Title\": \"Batman & Robin\", \"US_Gross\": 107325195.0, \"Worldwide_Gross\": 238317814.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 125000000.0, \"Release_Date\": \"1997-06-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 130.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Joel Schumacher\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 81283.0, \"Year\": 1997, \"Profit\": 113317814.0}, {\"Title\": \"The Cat in the Hat\", \"US_Gross\": 101018283.0, \"Worldwide_Gross\": 133818283.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2003-11-21T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 82.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 15318.0, \"Year\": 2003, \"Profit\": 24818283.0}, {\"Title\": \"Catwoman\", \"US_Gross\": 40202379.0, \"Worldwide_Gross\": 82102379.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2004-07-23T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 104.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 34651.0, \"Year\": 2004, \"Profit\": -17897621.0}, {\"Title\": \"The Country Bears\", \"US_Gross\": 16988996.0, \"Worldwide_Gross\": 16988996.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2002-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Disney Ride\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 27.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 2021.0, \"Year\": 2002, \"Profit\": -3011004.0}, {\"Title\": \"Chairman of the Board\", \"US_Gross\": 306715.0, \"Worldwide_Gross\": 306715.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1998-03-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Trimark\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.1, \"IMDB_Votes\": 3164.0, \"Year\": 1998, \"Profit\": -6693285.0}, {\"Title\": \"The Cookout\", \"US_Gross\": 11540112.0, \"Worldwide_Gross\": 11540112.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-09-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 1659.0, \"Year\": 2004, \"Profit\": -4459888.0}, {\"Title\": \"Closer\", \"US_Gross\": 33987757.0, \"Worldwide_Gross\": 115987757.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2004-12-03T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 104.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Mike Nichols\", \"Rotten_Tomatoes_Rating\": 68.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 212.0, \"Year\": 2004, \"Profit\": 80987757.0}, {\"Title\": \"Crossover\", \"US_Gross\": 7009668.0, \"Worldwide_Gross\": 7009668.0, \"US_DVD_Sales\": 2177636.0, \"Production_Budget\": 5600000.0, \"Release_Date\": \"2006-09-01T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 7466.0, \"Year\": 2006, \"Profit\": 1409668.0}, {\"Title\": \"Daddy Day Camp\", \"US_Gross\": 13235267.0, \"Worldwide_Gross\": 18197398.0, \"US_DVD_Sales\": 5405521.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2007-08-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 85.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 1.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 6809.0, \"Year\": 2007, \"Profit\": -57802602.0}, {\"Title\": \"Dance Flick\", \"US_Gross\": 25662155.0, \"Worldwide_Gross\": 32092761.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2009-05-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 83.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Damien Wayans\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 5002.0, \"Year\": 2009, \"Profit\": 7092761.0}, {\"Title\": \"Date Movie\", \"US_Gross\": 48548426.0, \"Worldwide_Gross\": 84548426.0, \"US_DVD_Sales\": 18840886.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2006-02-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 31821.0, \"Year\": 2006, \"Profit\": 64548426.0}, {\"Title\": \"Disaster Movie\", \"US_Gross\": 14190901.0, \"Worldwide_Gross\": 34690901.0, \"US_DVD_Sales\": 9859088.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-08-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 1.7000000000000002, \"IMDB_Votes\": 34928.0, \"Year\": 2008, \"Profit\": 14690901.0}, {\"Title\": \"Madea's Family Reunion\", \"US_Gross\": 63257940.0, \"Worldwide_Gross\": 63308879.0, \"US_DVD_Sales\": 26508859.0, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2006-02-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 5369.0, \"Year\": 2006, \"Profit\": 53308879.0}, {\"Title\": \"Doogal\", \"US_Gross\": 7578946.0, \"Worldwide_Gross\": 26942802.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2005-12-31T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 2709.0, \"Year\": 2005, \"Profit\": 6942802.0}, {\"Title\": \"Derailed\", \"US_Gross\": 36020063.0, \"Worldwide_Gross\": 54962616.0, \"US_DVD_Sales\": 27718572.0, \"Production_Budget\": 22000000.0, \"Release_Date\": \"2005-11-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 3317.0, \"Year\": 2005, \"Profit\": 32962616.0}, {\"Title\": \"The Master of Disguise\", \"US_Gross\": 40363530.0, \"Worldwide_Gross\": 40363530.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2002-08-02T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 80.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.0, \"IMDB_Votes\": 10050.0, \"Year\": 2002, \"Profit\": 24363530.0}, {\"Title\": \"Dudley Do-Right\", \"US_Gross\": 9818792.0, \"Worldwide_Gross\": 9818792.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1999-08-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Hugh Wilson\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 4628.0, \"Year\": 1999, \"Profit\": -12181208.0}, {\"Title\": \"Dumb and Dumberer: When Harry Met Lloyd\", \"US_Gross\": 26214846.0, \"Worldwide_Gross\": 26214846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2003-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 85.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 14813.0, \"Year\": 2003, \"Profit\": -3785154.0}, {\"Title\": \"Dungeons and Dragons\", \"US_Gross\": 15185241.0, \"Worldwide_Gross\": 33771965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 16954.0, \"Year\": 2000, \"Profit\": -1228035.0}, {\"Title\": \"D-War\", \"US_Gross\": 10977721.0, \"Worldwide_Gross\": 79915361.0, \"US_DVD_Sales\": 7614486.0, \"Production_Budget\": 32000000.0, \"Release_Date\": \"2007-09-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 90.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Traditional/Legend/Fairytale\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 14081.0, \"Year\": 2007, \"Profit\": 47915361.0}, {\"Title\": \"Epic Movie\", \"US_Gross\": 39739367.0, \"Worldwide_Gross\": 86858578.0, \"US_DVD_Sales\": 16839362.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-01-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 86.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 48975.0, \"Year\": 2007, \"Profit\": 66858578.0}, {\"Title\": \"Fascination\", \"US_Gross\": 16670.0, \"Worldwide_Gross\": 83356.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2005-01-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.5, \"IMDB_Votes\": 1016.0, \"Year\": 2005, \"Profit\": -4916644.0}, {\"Title\": \"FearDotCom\", \"US_Gross\": 13208023.0, \"Worldwide_Gross\": 13208023.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2002-08-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Malone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 11438.0, \"Year\": 2002, \"Profit\": -26791977.0}, {\"Title\": \"From Justin to Kelly\", \"US_Gross\": 4922166.0, \"Worldwide_Gross\": 4922166.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2003-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 1.6, \"IMDB_Votes\": 17596.0, \"Year\": 2003, \"Profit\": -7077834.0}, {\"Title\": \"Furry Vengeance\", \"US_Gross\": 17630465.0, \"Worldwide_Gross\": 21630465.0, \"US_DVD_Sales\": 4335991.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2010-04-30T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Summit Entertainment\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Roger Kumble\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 3458.0, \"Year\": 2010, \"Profit\": -13369535.0}, {\"Title\": \"Goodbye, Lenin!\", \"US_Gross\": 4063859.0, \"Worldwide_Gross\": 79316616.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"2004-02-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 198.0, \"Year\": 2004, \"Profit\": 72916616.0}, {\"Title\": \"Gigli\", \"US_Gross\": 6087542.0, \"Worldwide_Gross\": 7266209.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 54000000.0, \"Release_Date\": \"2003-08-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Brest\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 29031.0, \"Year\": 2003, \"Profit\": -46733791.0}, {\"Title\": \"Glitter\", \"US_Gross\": 4273372.0, \"Worldwide_Gross\": 4273372.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8500000.0, \"Release_Date\": \"2001-09-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Vondie Curtis-Hall\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 13778.0, \"Year\": 2001, \"Profit\": -4226628.0}, {\"Title\": \"Happily N'Ever After\", \"US_Gross\": 15849032.0, \"Worldwide_Gross\": 38344430.0, \"US_DVD_Sales\": 16559473.0, \"Production_Budget\": 47000000.0, \"Release_Date\": \"2007-01-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 4678.0, \"Year\": 2007, \"Profit\": -8655570.0}, {\"Title\": \"Heist\", \"US_Gross\": 23483357.0, \"Worldwide_Gross\": 28483168.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2001-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Mamet\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 77.0, \"Year\": 2001, \"Profit\": -6516832.0}, {\"Title\": \"High School Musical 3: Senior Year\", \"US_Gross\": 90556401.0, \"Worldwide_Gross\": 251056401.0, \"US_DVD_Sales\": 59373004.0, \"Production_Budget\": 11000000.0, \"Release_Date\": \"2008-10-24T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Musical\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 66.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 18587.0, \"Year\": 2008, \"Profit\": 240056401.0}, {\"Title\": \"Halloween: Resurrection\", \"US_Gross\": 30259652.0, \"Worldwide_Gross\": 37659652.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-07-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 89.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Unknown\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rick Rosenthal\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13181.0, \"Year\": 2002, \"Profit\": 22659652.0}, {\"Title\": \"Milk\", \"US_Gross\": 31841299.0, \"Worldwide_Gross\": 50164027.0, \"US_DVD_Sales\": 11075466.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-11-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 479.0, \"Year\": 2008, \"Profit\": 30164027.0}, {\"Title\": \"The Honeymooners\", \"US_Gross\": 12834849.0, \"Worldwide_Gross\": 13174426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 27000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"John Schultz\", \"Rotten_Tomatoes_Rating\": 14.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 5012.0, \"Year\": 2005, \"Profit\": -13825574.0}, {\"Title\": \"I Got the Hook-Up!\", \"US_Gross\": 10317779.0, \"Worldwide_Gross\": 10317779.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1998-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 17.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 985.0, \"Year\": 1998, \"Profit\": 6817779.0}, {\"Title\": \"Inspector Gadget\", \"US_Gross\": 97387965.0, \"Worldwide_Gross\": 97387965.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 75000000.0, \"Release_Date\": \"1999-07-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 77.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 21.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13881.0, \"Year\": 1999, \"Profit\": 22387965.0}, {\"Title\": \"Johnson Family Vacation\", \"US_Gross\": 31203964.0, \"Worldwide_Gross\": 31462753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"2004-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 97.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.8, \"IMDB_Votes\": 3278.0, \"Year\": 2004, \"Profit\": 19462753.0}, {\"Title\": \"King's Ransom\", \"US_Gross\": 4008527.0, \"Worldwide_Gross\": 4049527.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-04-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jeffrey W. Byrd\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2251.0, \"Year\": 2005, \"Profit\": -20950473.0}, {\"Title\": \"Larry the Cable Guy: Health Inspector\", \"US_Gross\": 15680099.0, \"Worldwide_Gross\": 15680099.0, \"US_DVD_Sales\": 13180936.0, \"Production_Budget\": 17000000.0, \"Release_Date\": \"2006-03-24T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 7547.0, \"Year\": 2006, \"Profit\": -1319901.0}, {\"Title\": \"The Last Song\", \"US_Gross\": 62950384.0, \"Worldwide_Gross\": 75850384.0, \"US_DVD_Sales\": 20035017.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2010-03-31T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 108.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 7210.0, \"Year\": 2010, \"Profit\": 55850384.0}, {\"Title\": \"Marci X\", \"US_Gross\": 1646664.0, \"Worldwide_Gross\": 1646664.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2003-08-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Richard Benjamin\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 3449.0, \"Year\": 2003, \"Profit\": -18353336.0}, {\"Title\": \"Son of the Mask\", \"US_Gross\": 17018422.0, \"Worldwide_Gross\": 59918422.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2005-02-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.0, \"IMDB_Votes\": 15800.0, \"Year\": 2005, \"Profit\": -40081578.0}, {\"Title\": \"Meet the Browns\", \"US_Gross\": 41975388.0, \"Worldwide_Gross\": 41975388.0, \"US_DVD_Sales\": 18271961.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2008-03-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 30.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 3362.0, \"Year\": 2008, \"Profit\": 21975388.0}, {\"Title\": \"McHale's Navy\", \"US_Gross\": 4408420.0, \"Worldwide_Gross\": 4408420.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 42000000.0, \"Release_Date\": \"1997-04-18T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 3466.0, \"Year\": 1997, \"Profit\": -37591580.0}, {\"Title\": \"Madea Goes To Jail\", \"US_Gross\": 90508336.0, \"Worldwide_Gross\": 90508336.0, \"US_DVD_Sales\": 27100919.0, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2009-02-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Tyler Perry\", \"Rotten_Tomatoes_Rating\": 26.0, \"IMDB_Rating\": 3.1, \"IMDB_Votes\": 5468.0, \"Year\": 2009, \"Profit\": 73008336.0}, {\"Title\": \"Meet the Deedles\", \"US_Gross\": 4356126.0, \"Worldwide_Gross\": 4356126.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 24000000.0, \"Release_Date\": \"1998-03-27T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 1379.0, \"Year\": 1998, \"Profit\": -19643874.0}, {\"Title\": \"Mortal Kombat: Annihilation\", \"US_Gross\": 35927406.0, \"Worldwide_Gross\": 51327406.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1997-11-21T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 91.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 7.0, \"IMDB_Rating\": 3.2, \"IMDB_Votes\": 16672.0, \"Year\": 1997, \"Profit\": 21327406.0}, {\"Title\": \"Meet the Spartans\", \"US_Gross\": 38233676.0, \"Worldwide_Gross\": 84646831.0, \"US_DVD_Sales\": 12248893.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2008-01-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Jason Friedberg\", \"Rotten_Tomatoes_Rating\": 2.0, \"IMDB_Rating\": 2.4, \"IMDB_Votes\": 47281.0, \"Year\": 2008, \"Profit\": 54646831.0}, {\"Title\": \"On the Line\", \"US_Gross\": 4356743.0, \"Worldwide_Gross\": 4356743.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 18.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 2617.0, \"Year\": 2001, \"Profit\": -5643257.0}, {\"Title\": \"Phat Girlz\", \"US_Gross\": 7061128.0, \"Worldwide_Gross\": 7271305.0, \"US_DVD_Sales\": 18090044.0, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2006-04-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 2.2, \"IMDB_Votes\": 6343.0, \"Year\": 2006, \"Profit\": 4271305.0}, {\"Title\": \"The Adventures of Pluto Nash\", \"US_Gross\": 4411102.0, \"Worldwide_Gross\": 7094995.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"2002-08-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9207.0, \"Year\": 2002, \"Profit\": -92905005.0}, {\"Title\": \"Pinocchio\", \"US_Gross\": 3681811.0, \"Worldwide_Gross\": 31681811.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 45000000.0, \"Release_Date\": \"2002-12-25T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Roberto Benigni\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 3215.0, \"Year\": 2002, \"Profit\": -13318189.0}, {\"Title\": \"Pokemon 3: The Movie\", \"US_Gross\": 17052128.0, \"Worldwide_Gross\": 68452128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2001-04-06T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 2577.0, \"Year\": 2001, \"Profit\": 65452128.0}, {\"Title\": \"All the Queen's Men\", \"US_Gross\": 22723.0, \"Worldwide_Gross\": 22723.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2002-10-25T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Strand\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 1591.0, \"Year\": 2002, \"Profit\": -14977277.0}, {\"Title\": \"BloodRayne\", \"US_Gross\": 2405420.0, \"Worldwide_Gross\": 2405420.0, \"US_DVD_Sales\": 10828222.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-01-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Romar\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Uwe Boll\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 20137.0, \"Year\": 2006, \"Profit\": -22594580.0}, {\"Title\": \"Rollerball\", \"US_Gross\": 18990542.0, \"Worldwide_Gross\": 25852508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2002-02-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Remake\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"John McTiernan\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 2.8, \"IMDB_Votes\": 13827.0, \"Year\": 2002, \"Profit\": -44147492.0}, {\"Title\": \"The Real Cancun\", \"US_Gross\": 3816594.0, \"Worldwide_Gross\": 3816594.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2003-04-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 35.0, \"IMDB_Rating\": 2.3, \"IMDB_Votes\": 3211.0, \"Year\": 2003, \"Profit\": -183406.0}, {\"Title\": \"The Salon\", \"US_Gross\": 139084.0, \"Worldwide_Gross\": 139084.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"2007-05-11T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Freestyle Releasing\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 308.0, \"Year\": 2007, \"Profit\": -1360916.0}, {\"Title\": \"Sex and the City 2\", \"US_Gross\": 95347692.0, \"Worldwide_Gross\": 288347692.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 95000000.0, \"Release_Date\": \"2010-05-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 15.0, \"IMDB_Rating\": 3.9, \"IMDB_Votes\": 13796.0, \"Year\": 2010, \"Profit\": 193347692.0}, {\"Title\": \"The Adventures of Sharkboy and Lavagirl in 3-D\", \"US_Gross\": 39177684.0, \"Worldwide_Gross\": 69425966.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2005-06-10T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 20.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5619.0, \"Year\": 2005, \"Profit\": 19425966.0}, {\"Title\": \"Scream\", \"US_Gross\": 103046663.0, \"Worldwide_Gross\": 173046663.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1996-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 110.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Wes Craven\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 217.0, \"Year\": 1996, \"Profit\": 158046663.0}, {\"Title\": \"You Got Served\", \"US_Gross\": 40066497.0, \"Worldwide_Gross\": 48066497.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"2004-01-30T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 95.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 16.0, \"IMDB_Rating\": 2.6, \"IMDB_Votes\": 17830.0, \"Year\": 2004, \"Profit\": 40066497.0}, {\"Title\": \"Soul Plane\", \"US_Gross\": 13922211.0, \"Worldwide_Gross\": 14553807.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2004-05-28T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9143.0, \"Year\": 2004, \"Profit\": -1446193.0}, {\"Title\": \"Speedway Junky\", \"US_Gross\": 17127.0, \"Worldwide_Gross\": 17127.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"2001-08-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1205.0, \"Year\": 2001, \"Profit\": -982873.0}, {\"Title\": \"Speed II: Cruise Control\", \"US_Gross\": 48097081.0, \"Worldwide_Gross\": 150468000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 110000000.0, \"Release_Date\": \"1997-06-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jan De Bont\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 30896.0, \"Year\": 1997, \"Profit\": 40468000.0}, {\"Title\": \"Spiceworld\", \"US_Gross\": 29342592.0, \"Worldwide_Gross\": 56042592.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1998-01-23T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 92.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Musical Group Movie\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 18010.0, \"Year\": 1998, \"Profit\": 31042592.0}, {\"Title\": \"Soul Survivors\", \"US_Gross\": 3100650.0, \"Worldwide_Gross\": 4288246.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2001-09-07T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 4.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 5116.0, \"Year\": 2001, \"Profit\": -9711754.0}, {\"Title\": \"Steel\", \"US_Gross\": 1686429.0, \"Worldwide_Gross\": 1686429.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1997-08-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 12.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 4409.0, \"Year\": 1997, \"Profit\": -14313571.0}, {\"Title\": \"Supercross\", \"US_Gross\": 3102550.0, \"Worldwide_Gross\": 3252550.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2005-08-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 6.0, \"IMDB_Rating\": 2.9, \"IMDB_Votes\": 2514.0, \"Year\": 2005, \"Profit\": -26747450.0}, {\"Title\": \"Swept Away\", \"US_Gross\": 598645.0, \"Worldwide_Gross\": 598645.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7665.0, \"Year\": 2002, \"Profit\": -9401355.0}, {\"Title\": \"The Fog\", \"US_Gross\": 29511112.0, \"Worldwide_Gross\": 37048526.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"2005-10-14T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 101.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Remake\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Rupert Wainwright\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 15760.0, \"Year\": 2005, \"Profit\": 19048526.0}, {\"Title\": \"Torque\", \"US_Gross\": 21176322.0, \"Worldwide_Gross\": 46176322.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2004-01-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 23.0, \"IMDB_Rating\": 3.5, \"IMDB_Votes\": 12986.0, \"Year\": 2004, \"Profit\": 6176322.0}, {\"Title\": \"Thomas and the Magic Railroad\", \"US_Gross\": 15911332.0, \"Worldwide_Gross\": 15911332.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"2000-07-26T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Destination Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 19.0, \"IMDB_Rating\": 2.7, \"IMDB_Votes\": 1613.0, \"Year\": 2000, \"Profit\": -3088668.0}, {\"Title\": \"The Wash\", \"US_Gross\": 10097096.0, \"Worldwide_Gross\": 10097096.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"2001-11-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.6, \"IMDB_Votes\": 3095.0, \"Year\": 2001, \"Profit\": 6097096.0}, {\"Title\": \"Underclassman\", \"US_Gross\": 5654777.0, \"Worldwide_Gross\": 5654777.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2005-09-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 3249.0, \"Year\": 2005, \"Profit\": -19345223.0}, {\"Title\": \"Unaccompanied Minors\", \"US_Gross\": 16655224.0, \"Worldwide_Gross\": 21949214.0, \"US_DVD_Sales\": 7060674.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2006-12-08T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 87.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 4133.0, \"Year\": 2006, \"Profit\": -3050786.0}, {\"Title\": \"Undiscovered\", \"US_Gross\": 1069318.0, \"Worldwide_Gross\": 1069318.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2005-08-26T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 8.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 1981.0, \"Year\": 2005, \"Profit\": -7930682.0}, {\"Title\": \"Universal Soldier II: The Return\", \"US_Gross\": 10447421.0, \"Worldwide_Gross\": 10717421.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 10233.0, \"Year\": 1999, \"Profit\": -29282579.0}, {\"Title\": \"Urban Legends: Final Cut\", \"US_Gross\": 21468807.0, \"Worldwide_Gross\": 38574362.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2000-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 98.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 9.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 7609.0, \"Year\": 2000, \"Profit\": 23574362.0}, {\"Title\": \"The Flintstones in Viva Rock Vegas\", \"US_Gross\": 35231365.0, \"Worldwide_Gross\": 59431365.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 58000000.0, \"Release_Date\": \"2000-04-28T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 90.0, \"Distributor\": \"Universal\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Brian Levant\", \"Rotten_Tomatoes_Rating\": 24.0, \"IMDB_Rating\": 3.3, \"IMDB_Votes\": 5491.0, \"Year\": 2000, \"Profit\": 1431365.0}, {\"Title\": \"Wing Commander\", \"US_Gross\": 11578022.0, \"Worldwide_Gross\": 11578022.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1999-03-12T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Game\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 11.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 9460.0, \"Year\": 1999, \"Profit\": -18421978.0}, {\"Title\": \"Woo\", \"US_Gross\": 8064972.0, \"Worldwide_Gross\": 8064972.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1998-05-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 5.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 982.0, \"Year\": 1998, \"Profit\": -4935028.0}, {\"Title\": \"The Watcher\", \"US_Gross\": 28946615.0, \"Worldwide_Gross\": 47267829.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 33000000.0, \"Release_Date\": \"2000-09-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 97.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 3.7, \"IMDB_Votes\": 959.0, \"Year\": 2000, \"Profit\": 14267829.0}, {\"Title\": \"Zoom\", \"US_Gross\": 11989328.0, \"Worldwide_Gross\": 12506188.0, \"US_DVD_Sales\": 6679409.0, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2006-08-11T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Peter Hewitt\", \"Rotten_Tomatoes_Rating\": 3.0, \"IMDB_Rating\": 3.4, \"IMDB_Votes\": 7424.0, \"Year\": 2006, \"Profit\": -22493812.0}, {\"Title\": \"To Kill A Mockingbird\", \"US_Gross\": 13129846.0, \"Worldwide_Gross\": 13129846.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1962-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 82786.0, \"Year\": 1962, \"Profit\": 11129846.0}, {\"Title\": \"12 Angry Men\", \"US_Gross\": 0.0, \"Worldwide_Gross\": 0.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 340000.0, \"Release_Date\": \"1957-04-13T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Sidney Lumet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 119101.0, \"Year\": 1957, \"Profit\": -340000.0}, {\"Title\": \"Twelve Monkeys\", \"US_Gross\": 57141459.0, \"Worldwide_Gross\": 168841459.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 29000000.0, \"Release_Date\": \"1995-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Short Film\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Terry Gilliam\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 169858.0, \"Year\": 1995, \"Profit\": 139841459.0}, {\"Title\": \"2001: A Space Odyssey\", \"US_Gross\": 56700000.0, \"Worldwide_Gross\": 68700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10500000.0, \"Release_Date\": \"1968-04-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 160342.0, \"Year\": 1968, \"Profit\": 58200000.0}, {\"Title\": \"Annie Hall\", \"US_Gross\": 38251425.0, \"Worldwide_Gross\": 38251425.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1977-04-20T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Woody Allen\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 65406.0, \"Year\": 1977, \"Profit\": 34251425.0}, {\"Title\": \"The Apartment\", \"US_Gross\": 18600000.0, \"Worldwide_Gross\": 24600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1959-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"United Artists\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 36485.0, \"Year\": 1959, \"Profit\": 21600000.0}, {\"Title\": \"Apocalypse Now\", \"US_Gross\": 78800000.0, \"Worldwide_Gross\": 78800000.0, \"US_DVD_Sales\": 3479242.0, \"Production_Budget\": 31500000.0, \"Release_Date\": \"1979-08-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 173141.0, \"Year\": 1979, \"Profit\": 47300000.0}, {\"Title\": \"Barry Lyndon\", \"US_Gross\": 20000000.0, \"Worldwide_Gross\": 20000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 11000000.0, \"Release_Date\": \"1974-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39909.0, \"Year\": 1974, \"Profit\": 9000000.0}, {\"Title\": \"Back to the Future\", \"US_Gross\": 210609762.0, \"Worldwide_Gross\": 381109762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1985-07-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 201598.0, \"Year\": 1985, \"Profit\": 362109762.0}, {\"Title\": \"Butch Cassidy and the Sundance Kid\", \"US_Gross\": 102308900.0, \"Worldwide_Gross\": 102308900.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-10-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Unknown\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 57602.0, \"Year\": 1969, \"Profit\": 96308900.0}, {\"Title\": \"Ben-Hur\", \"US_Gross\": 73000000.0, \"Worldwide_Gross\": 73000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1959-11-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Unknown\", \"Director\": \"William Wyler\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 58510.0, \"Year\": 1959, \"Profit\": 58000000.0}, {\"Title\": \"Blade Runner\", \"US_Gross\": 32656328.0, \"Worldwide_Gross\": 33139618.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 28000000.0, \"Release_Date\": \"1982-06-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 185546.0, \"Year\": 1982, \"Profit\": 5139618.0}, {\"Title\": \"The Bridge on the River Kwai\", \"US_Gross\": 33300000.0, \"Worldwide_Gross\": 33300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"1957-12-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58641.0, \"Year\": 1957, \"Profit\": 30300000.0}, {\"Title\": \"Braveheart\", \"US_Gross\": 75545647.0, \"Worldwide_Gross\": 209000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 72000000.0, \"Release_Date\": \"1995-05-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Mel Gibson\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 240642.0, \"Year\": 1995, \"Profit\": 137000000.0}, {\"Title\": \"Festen\", \"US_Gross\": 1647780.0, \"Worldwide_Gross\": 1647780.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1300000.0, \"Release_Date\": \"1998-10-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"October Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Thomas Vinterberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 26607.0, \"Year\": 1998, \"Profit\": 347780.0}, {\"Title\": \"Casablanca\", \"US_Gross\": 10462500.0, \"Worldwide_Gross\": 10462500.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 950000.0, \"Release_Date\": \"1941-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Michael Curtiz\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 167939.0, \"Year\": 1941, \"Profit\": 9512500.0}, {\"Title\": \"Casino\", \"US_Gross\": 42438300.0, \"Worldwide_Gross\": 110400000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 52000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 108634.0, \"Year\": 1995, \"Profit\": 58400000.0}, {\"Title\": \"C'era una volta il West\", \"US_Gross\": 5321508.0, \"Worldwide_Gross\": 5321508.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1969-05-28T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 74184.0, \"Year\": 1969, \"Profit\": 321508.0}, {\"Title\": \"The Conversation\", \"US_Gross\": 4420000.0, \"Worldwide_Gross\": 4420000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1600000.0, \"Release_Date\": \"1974-04-07T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33005.0, \"Year\": 1974, \"Profit\": 2820000.0}, {\"Title\": \"The Deer Hunter\", \"US_Gross\": 50000000.0, \"Worldwide_Gross\": 50000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1978-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Michael Cimino\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 88095.0, \"Year\": 1978, \"Profit\": 35000000.0}, {\"Title\": \"Ed Wood\", \"US_Gross\": 5828466.0, \"Worldwide_Gross\": 5828466.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1994-09-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 74171.0, \"Year\": 1994, \"Profit\": -12171534.0}, {\"Title\": \"The Elephant Man\", \"US_Gross\": 26010864.0, \"Worldwide_Gross\": 26010864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"1980-10-03T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"David Lynch\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 58194.0, \"Year\": 1980, \"Profit\": 21010864.0}, {\"Title\": \"Per qualche dollaro in pi\\u02d8\", \"US_Gross\": 4300000.0, \"Worldwide_Gross\": 4300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 600000.0, \"Release_Date\": \"1967-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sergio Leone\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 44204.0, \"Year\": 1967, \"Profit\": 3700000.0}, {\"Title\": \"Forrest Gump\", \"US_Gross\": 329694499.0, \"Worldwide_Gross\": 679400525.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"1994-07-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Robert Zemeckis\", \"Rotten_Tomatoes_Rating\": 70.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 300455.0, \"Year\": 1994, \"Profit\": 624400525.0}, {\"Title\": \"Fargo\", \"US_Gross\": 24567751.0, \"Worldwide_Gross\": 51204567.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1996-03-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 87.0, \"Distributor\": \"Gramercy\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 165159.0, \"Year\": 1996, \"Profit\": 44204567.0}, {\"Title\": \"The Godfather: Part II\", \"US_Gross\": 57300000.0, \"Worldwide_Gross\": 57300000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 13000000.0, \"Release_Date\": \"1974-12-11T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 9.0, \"IMDB_Votes\": 245271.0, \"Year\": 1974, \"Profit\": 44300000.0}, {\"Title\": \"Goodfellas\", \"US_Gross\": 46743809.0, \"Worldwide_Gross\": 46743809.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1990-09-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 229156.0, \"Year\": 1990, \"Profit\": 21743809.0}, {\"Title\": \"The Godfather\", \"US_Gross\": 134966411.0, \"Worldwide_Gross\": 268500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 7000000.0, \"Release_Date\": \"1972-03-15T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Francis Ford Coppola\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 411088.0, \"Year\": 1972, \"Profit\": 261500000.0}, {\"Title\": \"The Great Escape\", \"US_Gross\": 11744471.0, \"Worldwide_Gross\": 11744471.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4000000.0, \"Release_Date\": \"1963-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Sturges\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 62074.0, \"Year\": 1963, \"Profit\": 7744471.0}, {\"Title\": \"Gandhi\", \"US_Gross\": 52767889.0, \"Worldwide_Gross\": 52767889.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 22000000.0, \"Release_Date\": \"1982-12-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Sir Richard Attenborough\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 50881.0, \"Year\": 1982, \"Profit\": 30767889.0}, {\"Title\": \"Groundhog Day\", \"US_Gross\": 70906973.0, \"Worldwide_Gross\": 70906973.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 14600000.0, \"Release_Date\": \"1993-02-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Harold Ramis\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134964.0, \"Year\": 1993, \"Profit\": 56306973.0}, {\"Title\": \"High Noon\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 730000.0, \"Release_Date\": \"1951-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34163.0, \"Year\": 1951, \"Profit\": 7270000.0}, {\"Title\": \"The Hustler\", \"US_Gross\": 7600000.0, \"Worldwide_Gross\": 7600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1961-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 25385.0, \"Year\": 1961, \"Profit\": 5600000.0}, {\"Title\": \"It's a Wonderful Life\", \"US_Gross\": 6600000.0, \"Worldwide_Gross\": 6600000.0, \"US_DVD_Sales\": 19339789.0, \"Production_Budget\": 3180000.0, \"Release_Date\": \"1945-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 101499.0, \"Year\": 1945, \"Profit\": 3420000.0}, {\"Title\": \"In Cold Blood\", \"US_Gross\": 13000000.0, \"Worldwide_Gross\": 13000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1966-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Richard Brooks\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 10562.0, \"Year\": 1966, \"Profit\": 9500000.0}, {\"Title\": \"In the Heat of the Night\", \"US_Gross\": 24379978.0, \"Worldwide_Gross\": 24379978.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"1967-08-02T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Norman Jewison\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22429.0, \"Year\": 1967, \"Profit\": 22379978.0}, {\"Title\": \"Jaws\", \"US_Gross\": 260000000.0, \"Worldwide_Gross\": 470700000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1975-06-20T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 138017.0, \"Year\": 1975, \"Profit\": 458700000.0}, {\"Title\": \"Lake of Fire\", \"US_Gross\": 25317.0, \"Worldwide_Gross\": 25317.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2007-10-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"ThinkFilm\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 1027.0, \"Year\": 2007, \"Profit\": -5974683.0}, {\"Title\": \"The Lion King\", \"US_Gross\": 328539505.0, \"Worldwide_Gross\": 783839505.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 79300000.0, \"Release_Date\": \"1994-06-15T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Rob Minkoff\", \"Rotten_Tomatoes_Rating\": 92.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 136503.0, \"Year\": 1994, \"Profit\": 704539505.0}, {\"Title\": \"The Lost Weekend\", \"US_Gross\": 11000000.0, \"Worldwide_Gross\": 11000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1250000.0, \"Release_Date\": \"1944-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 11864.0, \"Year\": 1944, \"Profit\": 9750000.0}, {\"Title\": \"Lawrence of Arabia\", \"US_Gross\": 37495385.0, \"Worldwide_Gross\": 69995385.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1962-12-16T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Dramatization\", \"Director\": \"David Lean\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 79421.0, \"Year\": 1962, \"Profit\": 54995385.0}, {\"Title\": \"M*A*S*H\", \"US_Gross\": 81600000.0, \"Worldwide_Gross\": 81600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3500000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Robert Altman\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 8043.0, \"Year\": 1970, \"Profit\": 78100000.0}, {\"Title\": \"Amadeus\", \"US_Gross\": 51973029.0, \"Worldwide_Gross\": 51973029.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1984-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 96997.0, \"Year\": 1984, \"Profit\": 33973029.0}, {\"Title\": \"A Man for All Seasons\", \"US_Gross\": 28350000.0, \"Worldwide_Gross\": 28350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3900000.0, \"Release_Date\": \"1966-12-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Fred Zinnemann\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12460.0, \"Year\": 1966, \"Profit\": 24450000.0}, {\"Title\": \"Monty Python and the Holy Grail\", \"US_Gross\": 3427696.0, \"Worldwide_Gross\": 5028948.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 400000.0, \"Release_Date\": \"1975-05-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 155049.0, \"Year\": 1975, \"Profit\": 4628948.0}, {\"Title\": \"Mr. Smith Goes To Washington\", \"US_Gross\": 9000000.0, \"Worldwide_Gross\": 9000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1500000.0, \"Release_Date\": \"1938-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 33315.0, \"Year\": 1938, \"Profit\": 7500000.0}, {\"Title\": \"The Man Who Shot Liberty Valance\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1962-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"John Ford\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 22681.0, \"Year\": 1962, \"Profit\": 4800000.0}, {\"Title\": \"Indiana Jones and the Last Crusade\", \"US_Gross\": 197171806.0, \"Worldwide_Gross\": 474171806.0, \"US_DVD_Sales\": 18740425.0, \"Production_Budget\": 48000000.0, \"Release_Date\": \"1989-05-24T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 171572.0, \"Year\": 1989, \"Profit\": 426171806.0}, {\"Title\": \"One Flew Over the Cuckoo's Nest\", \"US_Gross\": 108981275.0, \"Worldwide_Gross\": 108981275.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4400000.0, \"Release_Date\": \"1975-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Milos Forman\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 214457.0, \"Year\": 1975, \"Profit\": 104581275.0}, {\"Title\": \"On the Waterfront\", \"US_Gross\": 9600000.0, \"Worldwide_Gross\": 9600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 910000.0, \"Release_Date\": \"1954-07-28T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 41162.0, \"Year\": 1954, \"Profit\": 8690000.0}, {\"Title\": \"Platoon\", \"US_Gross\": 137963328.0, \"Worldwide_Gross\": 137963328.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1986-12-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Oliver Stone\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 108641.0, \"Year\": 1986, \"Profit\": 131963328.0}, {\"Title\": \"The Princess Bride\", \"US_Gross\": 30857000.0, \"Worldwide_Gross\": 30857000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1987-09-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 123571.0, \"Year\": 1987, \"Profit\": 15857000.0}, {\"Title\": \"L\\u00c8on\", \"US_Gross\": 19284974.0, \"Worldwide_Gross\": 45284974.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 16000000.0, \"Release_Date\": \"1994-11-18T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Luc Besson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 199762.0, \"Year\": 1994, \"Profit\": 29284974.0}, {\"Title\": \"Patton\", \"US_Gross\": 62500000.0, \"Worldwide_Gross\": 62500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1970-01-01T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Franklin J. Schaffner\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 39570.0, \"Year\": 1970, \"Profit\": 50500000.0}, {\"Title\": \"Pulp Fiction\", \"US_Gross\": 107928762.0, \"Worldwide_Gross\": 212928762.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1994-10-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 417703.0, \"Year\": 1994, \"Profit\": 204928762.0}, {\"Title\": \"Rang De Basanti\", \"US_Gross\": 2197694.0, \"Worldwide_Gross\": 29197694.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5300000.0, \"Release_Date\": \"2006-01-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"UTV Communications\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 12116.0, \"Year\": 2006, \"Profit\": 23897694.0}, {\"Title\": \"Rosemary's Baby\", \"US_Gross\": 33395426.0, \"Worldwide_Gross\": 33395426.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3200000.0, \"Release_Date\": \"1968-06-12T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50860.0, \"Year\": 1968, \"Profit\": 30195426.0}, {\"Title\": \"Rebecca\", \"US_Gross\": 6000000.0, \"Worldwide_Gross\": 6000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1288000.0, \"Release_Date\": \"1939-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 35429.0, \"Year\": 1939, \"Profit\": 4712000.0}, {\"Title\": \"Raging Bull\", \"US_Gross\": 23380203.0, \"Worldwide_Gross\": 23380203.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 18000000.0, \"Release_Date\": \"1980-11-14T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 90015.0, \"Year\": 1980, \"Profit\": 5380203.0}, {\"Title\": \"Reservoir Dogs\", \"US_Gross\": 2832029.0, \"Worldwide_Gross\": 2832029.0, \"US_DVD_Sales\": 18806836.0, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1992-10-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 212985.0, \"Year\": 1992, \"Profit\": 1632029.0}, {\"Title\": \"Raiders of the Lost Ark\", \"US_Gross\": 245034358.0, \"Worldwide_Gross\": 386800358.0, \"US_DVD_Sales\": 19608618.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1981-06-12T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 242661.0, \"Year\": 1981, \"Profit\": 366800358.0}, {\"Title\": \"Return to the Land of Wonders\", \"US_Gross\": 1338.0, \"Worldwide_Gross\": 1338.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000.0, \"Release_Date\": \"2005-07-13T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Arab Film Distribution\", \"Source\": \"Unknown\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 35.0, \"Year\": 2005, \"Profit\": -3662.0}, {\"Title\": \"Se7en\", \"US_Gross\": 100125643.0, \"Worldwide_Gross\": 328125643.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-09-22T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 278918.0, \"Year\": 1995, \"Profit\": 298125643.0}, {\"Title\": \"Scarface\", \"US_Gross\": 44942821.0, \"Worldwide_Gross\": 44942821.0, \"US_DVD_Sales\": 15386092.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1983-12-09T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Brian De Palma\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 152262.0, \"Year\": 1983, \"Profit\": 19942821.0}, {\"Title\": \"Schindler's List\", \"US_Gross\": 96067179.0, \"Worldwide_Gross\": 321200000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1993-12-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 276283.0, \"Year\": 1993, \"Profit\": 296200000.0}, {\"Title\": \"A Streetcar Named Desire\", \"US_Gross\": 8000000.0, \"Worldwide_Gross\": 8000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1800000.0, \"Release_Date\": \"1951-09-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Play\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Elia Kazan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 33781.0, \"Year\": 1951, \"Profit\": 6200000.0}, {\"Title\": \"The Shining\", \"US_Gross\": 44017374.0, \"Worldwide_Gross\": 44017374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 19000000.0, \"Release_Date\": \"1980-05-23T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Stanley Kubrick\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 177762.0, \"Year\": 1980, \"Profit\": 25017374.0}, {\"Title\": \"The Shawshank Redemption\", \"US_Gross\": 28241469.0, \"Worldwide_Gross\": 28241469.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 25000000.0, \"Release_Date\": \"1994-09-23T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 9.2, \"IMDB_Votes\": 519541.0, \"Year\": 1994, \"Profit\": 3241469.0}, {\"Title\": \"The Silence of the Lambs\", \"US_Gross\": 130726716.0, \"Worldwide_Gross\": 275726716.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1991-02-14T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jonathan Demme\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 244856.0, \"Year\": 1991, \"Profit\": 255726716.0}, {\"Title\": \"Some Like it Hot\", \"US_Gross\": 25000000.0, \"Worldwide_Gross\": 25000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2883848.0, \"Release_Date\": \"1959-03-29T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Billy Wilder\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 67157.0, \"Year\": 1959, \"Profit\": 22116152.0}, {\"Title\": \"The Usual Suspects\", \"US_Gross\": 23341568.0, \"Worldwide_Gross\": 23341568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1995-08-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Bryan Singer\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 266890.0, \"Year\": 1995, \"Profit\": 17341568.0}, {\"Title\": \"Singin' in the Rain\", \"US_Gross\": 3600000.0, \"Worldwide_Gross\": 3600000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2540000.0, \"Release_Date\": \"1952-04-10T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Stanley Donen\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 55352.0, \"Year\": 1952, \"Profit\": 1060000.0}, {\"Title\": \"Stand by Me\", \"US_Gross\": 52287414.0, \"Worldwide_Gross\": 52287414.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 8000000.0, \"Release_Date\": \"1986-08-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony/Columbia\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Rob Reiner\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 90143.0, \"Year\": 1986, \"Profit\": 44287414.0}, {\"Title\": \"The Sting\", \"US_Gross\": 159616327.0, \"Worldwide_Gross\": 159616327.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5500000.0, \"Release_Date\": \"1973-12-25T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Universal\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"George Roy Hill\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 65866.0, \"Year\": 1973, \"Profit\": 154116327.0}, {\"Title\": \"Strangers on a Train\", \"US_Gross\": 7000000.0, \"Worldwide_Gross\": 7000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1200000.0, \"Release_Date\": \"1951-07-03T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Unknown\", \"Major_Genre\": \"Unknown\", \"Creative_Type\": \"Unknown\", \"Director\": \"Alfred Hitchcock\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 34284.0, \"Year\": 1951, \"Profit\": 5800000.0}, {\"Title\": \"Shichinin no samurai\", \"US_Gross\": 271736.0, \"Worldwide_Gross\": 271736.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 500000.0, \"Release_Date\": \"1956-11-19T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Cowboy Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Akira Kurosawa\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 96698.0, \"Year\": 1956, \"Profit\": -228264.0}, {\"Title\": \"It Happened One Night\", \"US_Gross\": 2500000.0, \"Worldwide_Gross\": 2500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 325000.0, \"Release_Date\": \"1933-12-31T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": null, \"Source\": \"Unknown\", \"Major_Genre\": \"Romantic Comedy\", \"Creative_Type\": \"Unknown\", \"Director\": \"Frank Capra\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 25074.0, \"Year\": 1933, \"Profit\": 2175000.0}, {\"Title\": \"Trainspotting\", \"US_Gross\": 16501785.0, \"Worldwide_Gross\": 24000785.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3100000.0, \"Release_Date\": \"1996-07-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 94.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 150483.0, \"Year\": 1996, \"Profit\": 20900785.0}, {\"Title\": \"Terminator 2: Judgment Day\", \"US_Gross\": 204859496.0, \"Worldwide_Gross\": 516816151.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 100000000.0, \"Release_Date\": \"1991-07-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 237477.0, \"Year\": 1991, \"Profit\": 416816151.0}, {\"Title\": \"The Terminator\", \"US_Gross\": 38019031.0, \"Worldwide_Gross\": 78019031.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6400000.0, \"Release_Date\": \"1984-10-26T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Orion Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 179606.0, \"Year\": 1984, \"Profit\": 71619031.0}, {\"Title\": \"Taxi Driver\", \"US_Gross\": 21100000.0, \"Worldwide_Gross\": 21100000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 1000000.0, \"Release_Date\": \"1976-02-08T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 155774.0, \"Year\": 1976, \"Profit\": 20100000.0}, {\"Title\": \"Toy Story\", \"US_Gross\": 191796233.0, \"Worldwide_Gross\": 361948825.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"1995-11-22T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"John Lasseter\", \"Rotten_Tomatoes_Rating\": 100.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 151143.0, \"Year\": 1995, \"Profit\": 331948825.0}, {\"Title\": \"The Wild Bunch\", \"US_Gross\": 509424.0, \"Worldwide_Gross\": 509424.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 6000000.0, \"Release_Date\": \"1969-06-18T00:00:00\", \"MPAA_Rating\": \"Unknown\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Western\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Sam Peckinpah\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 31196.0, \"Year\": 1969, \"Profit\": -5490576.0}, {\"Title\": \"The Exorcist\", \"US_Gross\": 204632868.0, \"Worldwide_Gross\": 402500000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 12000000.0, \"Release_Date\": \"1973-12-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"William Friedkin\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 103131.0, \"Year\": 1973, \"Profit\": 390500000.0}, {\"Title\": \"Aeon Flux\", \"US_Gross\": 25857987.0, \"Worldwide_Gross\": 47953341.0, \"US_DVD_Sales\": 21927972.0, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2005-12-02T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 88.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 10.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 1193.0, \"Year\": 2005, \"Profit\": -7046659.0}, {\"Title\": \"Alien\", \"US_Gross\": 80930630.0, \"Worldwide_Gross\": 203630630.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 9000000.0, \"Release_Date\": \"1979-05-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 180387.0, \"Year\": 1979, \"Profit\": 194630630.0}, {\"Title\": \"American Beauty\", \"US_Gross\": 130058047.0, \"Worldwide_Gross\": 356258047.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1999-09-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 118.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sam Mendes\", \"Rotten_Tomatoes_Rating\": 89.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 292562.0, \"Year\": 1999, \"Profit\": 341258047.0}, {\"Title\": \"Le Fabuleux destin d'Am\\u00c8lie Poulain\", \"US_Gross\": 33201661.0, \"Worldwide_Gross\": 174201661.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10350000.0, \"Release_Date\": \"2001-11-02T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 122.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Jean-Pierre Jeunet\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 181085.0, \"Year\": 2001, \"Profit\": 163851661.0}, {\"Title\": \"American History X\", \"US_Gross\": 6719864.0, \"Worldwide_Gross\": 6719864.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1998-10-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"New Line\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.6, \"IMDB_Votes\": 224857.0, \"Year\": 1998, \"Profit\": -3280136.0}, {\"Title\": \"Amores Perros\", \"US_Gross\": 5383834.0, \"Worldwide_Gross\": 20883834.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2001-03-30T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Alejandro Gonzalez Inarritu\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 61083.0, \"Year\": 2001, \"Profit\": 18883834.0}, {\"Title\": \"Avatar\", \"US_Gross\": 760167650.0, \"Worldwide_Gross\": 2767891499.0, \"US_DVD_Sales\": 146153933.0, \"Production_Budget\": 237000000.0, \"Release_Date\": \"2009-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James Cameron\", \"Rotten_Tomatoes_Rating\": 83.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 261439.0, \"Year\": 2009, \"Profit\": 2530891499.0}, {\"Title\": \"Batman Begins\", \"US_Gross\": 205343774.0, \"Worldwide_Gross\": 372353017.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2005-06-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 140.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 270641.0, \"Year\": 2005, \"Profit\": 222353017.0}, {\"Title\": \"The Dark Knight\", \"US_Gross\": 533345358.0, \"Worldwide_Gross\": 1022345358.0, \"US_DVD_Sales\": 234119058.0, \"Production_Budget\": 185000000.0, \"Release_Date\": \"2008-07-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 465000.0, \"Year\": 2008, \"Profit\": 837345358.0}, {\"Title\": \"Big Fish\", \"US_Gross\": 66432867.0, \"Worldwide_Gross\": 123432867.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2003-12-10T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 125.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Tim Burton\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 141099.0, \"Year\": 2003, \"Profit\": 53432867.0}, {\"Title\": \"The Big Lebowski\", \"US_Gross\": 17498804.0, \"Worldwide_Gross\": 46189568.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"1998-03-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 127.0, \"Distributor\": \"Gramercy\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 177960.0, \"Year\": 1998, \"Profit\": 31189568.0}, {\"Title\": \"The Bourne Ultimatum\", \"US_Gross\": 227471070.0, \"Worldwide_Gross\": 442161562.0, \"US_DVD_Sales\": 123314592.0, \"Production_Budget\": 130000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Paul Greengrass\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 146025.0, \"Year\": 2007, \"Profit\": 312161562.0}, {\"Title\": \"Bowling for Columbine\", \"US_Gross\": 21576018.0, \"Worldwide_Gross\": 58576018.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3000000.0, \"Release_Date\": \"2002-10-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 76928.0, \"Year\": 2002, \"Profit\": 55576018.0}, {\"Title\": \"In Bruges\", \"US_Gross\": 7800825.0, \"Worldwide_Gross\": 30782621.0, \"US_DVD_Sales\": 3467377.0, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-02-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Focus Features\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 80.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 97876.0, \"Year\": 2008, \"Profit\": 15782621.0}, {\"Title\": \"Inglourious Basterds\", \"US_Gross\": 120831050.0, \"Worldwide_Gross\": 320389438.0, \"US_DVD_Sales\": 58414604.0, \"Production_Budget\": 70000000.0, \"Release_Date\": \"2009-08-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Weinstein Co.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 88.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 178742.0, \"Year\": 2009, \"Profit\": 250389438.0}, {\"Title\": \"Children of Men\", \"US_Gross\": 35552383.0, \"Worldwide_Gross\": 69450202.0, \"US_DVD_Sales\": 25345271.0, \"Production_Budget\": 76000000.0, \"Release_Date\": \"2006-12-25T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 114.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Alfonso Cuaron\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 158125.0, \"Year\": 2006, \"Profit\": -6549798.0}, {\"Title\": \"Cidade de Deus\", \"US_Gross\": 7563397.0, \"Worldwide_Gross\": 28763397.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 3300000.0, \"Release_Date\": \"2003-01-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Katia Lund\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 166897.0, \"Year\": 2003, \"Profit\": 25463397.0}, {\"Title\": \"Donnie Darko\", \"US_Gross\": 1270522.0, \"Worldwide_Gross\": 4116307.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2001-10-26T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Richard Kelly\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 210713.0, \"Year\": 2001, \"Profit\": -383693.0}, {\"Title\": \"District 9\", \"US_Gross\": 115646235.0, \"Worldwide_Gross\": 206552113.0, \"US_DVD_Sales\": 30058184.0, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2009-08-14T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Neill Blomkamp\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 151742.0, \"Year\": 2009, \"Profit\": 176552113.0}, {\"Title\": \"The Departed\", \"US_Gross\": 133311000.0, \"Worldwide_Gross\": 290539042.0, \"US_DVD_Sales\": 140689412.0, \"Production_Budget\": 90000000.0, \"Release_Date\": \"2006-10-06T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 152.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Remake\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Martin Scorsese\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 264148.0, \"Year\": 2006, \"Profit\": 200539042.0}, {\"Title\": \"Eternal Sunshine of the Spotless Mind\", \"US_Gross\": 34366518.0, \"Worldwide_Gross\": 47066518.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2004-03-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 108.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Michel Gondry\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 219986.0, \"Year\": 2004, \"Profit\": 27066518.0}, {\"Title\": \"Fight Club\", \"US_Gross\": 37030102.0, \"Worldwide_Gross\": 100853753.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-10-15T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 139.0, \"Distributor\": \"20th Century Fox\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"David Fincher\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 382470.0, \"Year\": 1999, \"Profit\": 35853753.0}, {\"Title\": \"Finding Nemo\", \"US_Gross\": 339714978.0, \"Worldwide_Gross\": 867894287.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-05-30T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 100.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 165006.0, \"Year\": 2003, \"Profit\": 773894287.0}, {\"Title\": \"Gladiator\", \"US_Gross\": 187683805.0, \"Worldwide_Gross\": 457683805.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 103000000.0, \"Release_Date\": \"2000-05-05T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 150.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Ridley Scott\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 279512.0, \"Year\": 2000, \"Profit\": 354683805.0}, {\"Title\": \"The Green Mile\", \"US_Gross\": 136801374.0, \"Worldwide_Gross\": 286601374.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 60000000.0, \"Release_Date\": \"1999-12-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 187.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Frank Darabont\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 198916.0, \"Year\": 1999, \"Profit\": 226601374.0}, {\"Title\": \"Gandhi, My Father\", \"US_Gross\": 240425.0, \"Worldwide_Gross\": 1375194.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2007-08-03T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Eros Entertainment\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 40.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 50881.0, \"Year\": 2007, \"Profit\": -3624806.0}, {\"Title\": \"Good Will Hunting\", \"US_Gross\": 138433435.0, \"Worldwide_Gross\": 225933435.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"1987-02-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Gus Van Sant\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 150415.0, \"Year\": 1987, \"Profit\": 215933435.0}, {\"Title\": \"How to Train Your Dragon\", \"US_Gross\": 217581231.0, \"Worldwide_Gross\": 491581231.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 165000000.0, \"Release_Date\": \"2010-03-26T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 28556.0, \"Year\": 2010, \"Profit\": 326581231.0}, {\"Title\": \"Inception\", \"US_Gross\": 285630280.0, \"Worldwide_Gross\": 753830280.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 160000000.0, \"Release_Date\": \"2010-07-16T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 147.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 87.0, \"IMDB_Rating\": 9.1, \"IMDB_Votes\": 188247.0, \"Year\": 2010, \"Profit\": 593830280.0}, {\"Title\": \"Kick-Ass\", \"US_Gross\": 48071303.0, \"Worldwide_Gross\": 76252166.0, \"US_DVD_Sales\": 18666874.0, \"Production_Budget\": 28000000.0, \"Release_Date\": \"2010-04-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Matthew Vaughn\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 86990.0, \"Year\": 2010, \"Profit\": 48252166.0}, {\"Title\": \"Kill Bill: Volume 1\", \"US_Gross\": 70098138.0, \"Worldwide_Gross\": 180098138.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 55000000.0, \"Release_Date\": \"2003-10-10T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 111.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Quentin Tarantino\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 231761.0, \"Year\": 2003, \"Profit\": 125098138.0}, {\"Title\": \"L.A. Confidential\", \"US_Gross\": 64604977.0, \"Worldwide_Gross\": 110604977.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"1997-09-19T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 137.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Curtis Hanson\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 165161.0, \"Year\": 1997, \"Profit\": 75604977.0}, {\"Title\": \"Letters from Iwo Jima\", \"US_Gross\": 13756082.0, \"Worldwide_Gross\": 68756082.0, \"US_DVD_Sales\": 13625847.0, \"Production_Budget\": 13000000.0, \"Release_Date\": \"2006-12-20T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 141.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 56872.0, \"Year\": 2006, \"Profit\": 55756082.0}, {\"Title\": \"The Lord of the Rings: The Two Towers\", \"US_Gross\": 341784377.0, \"Worldwide_Gross\": 926284377.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2002-12-18T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 179.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 326950.0, \"Year\": 2002, \"Profit\": 832284377.0}, {\"Title\": \"The Lord of the Rings: The Return of the King\", \"US_Gross\": 377027325.0, \"Worldwide_Gross\": 1133027325.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 94000000.0, \"Release_Date\": \"2003-12-17T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 201.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 364077.0, \"Year\": 2003, \"Profit\": 1039027325.0}, {\"Title\": \"The Lord of the Rings: The Fellowship of the Ring\", \"US_Gross\": 314776170.0, \"Worldwide_Gross\": 868621686.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 109000000.0, \"Release_Date\": \"2001-12-19T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 178.0, \"Distributor\": \"New Line\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Peter Jackson\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.8, \"IMDB_Votes\": 387438.0, \"Year\": 2001, \"Profit\": 759621686.0}, {\"Title\": \"Das Leben der Anderen\", \"US_Gross\": 11284657.0, \"Worldwide_Gross\": 75284657.0, \"US_DVD_Sales\": 4225830.0, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-02-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Sony Pictures Classics\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 75070.0, \"Year\": 2007, \"Profit\": 73284657.0}, {\"Title\": \"The Matrix\", \"US_Gross\": 171479930.0, \"Worldwide_Gross\": 460279930.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1999-03-31T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 136.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"Andy Wachowski\", \"Rotten_Tomatoes_Rating\": 86.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 380934.0, \"Year\": 1999, \"Profit\": 395279930.0}, {\"Title\": \"Million Dollar Baby\", \"US_Gross\": 100492203.0, \"Worldwide_Gross\": 216763646.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 30000000.0, \"Release_Date\": \"2004-12-15T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 132.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Clint Eastwood\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 141212.0, \"Year\": 2004, \"Profit\": 186763646.0}, {\"Title\": \"Memento\", \"US_Gross\": 25544867.0, \"Worldwide_Gross\": 39665950.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 5000000.0, \"Release_Date\": \"2001-03-16T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 113.0, \"Distributor\": \"Newmarket Films\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 274524.0, \"Year\": 2001, \"Profit\": 34665950.0}, {\"Title\": \"Mononoke-hime\", \"US_Gross\": 2374107.0, \"Worldwide_Gross\": 150350000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 20000000.0, \"Release_Date\": \"1999-10-29T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Hayao Miyazaki\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 65773.0, \"Year\": 1999, \"Profit\": 130350000.0}, {\"Title\": \"No Country for Old Men\", \"US_Gross\": 74273505.0, \"Worldwide_Gross\": 162103209.0, \"US_DVD_Sales\": 45877844.0, \"Production_Budget\": 25000000.0, \"Release_Date\": \"2007-11-09T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Miramax\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Joel Coen\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 197898.0, \"Year\": 2007, \"Profit\": 137103209.0}, {\"Title\": \"The Incredibles\", \"US_Gross\": 261441092.0, \"Worldwide_Gross\": 632882184.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 92000000.0, \"Release_Date\": \"2004-11-05T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 121.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Super Hero\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 97.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 159123.0, \"Year\": 2004, \"Profit\": 540882184.0}, {\"Title\": \"No End In Sight\", \"US_Gross\": 1433319.0, \"Worldwide_Gross\": 1433319.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2007-07-27T00:00:00\", \"MPAA_Rating\": \"Not Rated\", \"Running_Time_min\": 107.0, \"Distributor\": \"Magnolia Pictures\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 4086.0, \"Year\": 2007, \"Profit\": -566681.0}, {\"Title\": \"Into the Wild\", \"US_Gross\": 18354356.0, \"Worldwide_Gross\": 53813837.0, \"US_DVD_Sales\": 15272435.0, \"Production_Budget\": 20000000.0, \"Release_Date\": \"2007-09-21T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 147.0, \"Distributor\": \"Paramount Vantage\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Sean Penn\", \"Rotten_Tomatoes_Rating\": 82.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 99464.0, \"Year\": 2007, \"Profit\": 33813837.0}, {\"Title\": \"El Laberinto del Fauno\", \"US_Gross\": 37634615.0, \"Worldwide_Gross\": 83234615.0, \"US_DVD_Sales\": 40776265.0, \"Production_Budget\": 16000000.0, \"Release_Date\": \"2006-12-29T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Picturehouse\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Horror\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Guillermo Del Toro\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 153762.0, \"Year\": 2006, \"Profit\": 67234615.0}, {\"Title\": \"The Pianist\", \"US_Gross\": 32519322.0, \"Worldwide_Gross\": 120000000.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 35000000.0, \"Release_Date\": \"2002-12-27T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 149.0, \"Distributor\": \"Focus Features\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Roman Polanski\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 134516.0, \"Year\": 2002, \"Profit\": 85000000.0}, {\"Title\": \"The Prestige\", \"US_Gross\": 53089891.0, \"Worldwide_Gross\": 107896006.0, \"US_DVD_Sales\": 45394364.0, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2006-10-20T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 131.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Christopher Nolan\", \"Rotten_Tomatoes_Rating\": 75.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 207322.0, \"Year\": 2006, \"Profit\": 67896006.0}, {\"Title\": \"Ratatouille\", \"US_Gross\": 206445654.0, \"Worldwide_Gross\": 620495432.0, \"US_DVD_Sales\": 189134287.0, \"Production_Budget\": 150000000.0, \"Release_Date\": \"2007-06-29T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 111.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Brad Bird\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 131929.0, \"Year\": 2007, \"Profit\": 470495432.0}, {\"Title\": \"Requiem for a Dream\", \"US_Gross\": 3635482.0, \"Worldwide_Gross\": 7390108.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 4500000.0, \"Release_Date\": \"2000-10-06T00:00:00\", \"MPAA_Rating\": \"Open\", \"Running_Time_min\": 107.0, \"Distributor\": \"Artisan\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 78.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 185226.0, \"Year\": 2000, \"Profit\": 2890108.0}, {\"Title\": \"Hotel Rwanda\", \"US_Gross\": 23519128.0, \"Worldwide_Gross\": 33919128.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 17500000.0, \"Release_Date\": \"2004-12-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"MGM\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Dramatization\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 90.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 92106.0, \"Year\": 2004, \"Profit\": 16419128.0}, {\"Title\": \"Sicko\", \"US_Gross\": 24538513.0, \"Worldwide_Gross\": 33538513.0, \"US_DVD_Sales\": 17438209.0, \"Production_Budget\": 9000000.0, \"Release_Date\": \"2007-06-22T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Lionsgate\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Documentary\", \"Creative_Type\": \"Factual\", \"Director\": \"Michael Moore\", \"Rotten_Tomatoes_Rating\": 93.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 40886.0, \"Year\": 2007, \"Profit\": 24538513.0}, {\"Title\": \"Sin City\", \"US_Gross\": 74103820.0, \"Worldwide_Gross\": 158753820.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"2005-04-01T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 126.0, \"Distributor\": \"Miramax/Dimension\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Fantasy\", \"Director\": \"Robert Rodriguez\", \"Rotten_Tomatoes_Rating\": 77.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 255814.0, \"Year\": 2005, \"Profit\": 118753820.0}, {\"Title\": \"The Sixth Sense\", \"US_Gross\": 293506292.0, \"Worldwide_Gross\": 672806292.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 40000000.0, \"Release_Date\": \"1999-08-06T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Thriller/Suspense\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"M. Night Shyamalan\", \"Rotten_Tomatoes_Rating\": 85.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 238745.0, \"Year\": 1999, \"Profit\": 632806292.0}, {\"Title\": \"Slumdog Millionaire\", \"US_Gross\": 141319928.0, \"Worldwide_Gross\": 365257315.0, \"US_DVD_Sales\": 31952272.0, \"Production_Budget\": 14000000.0, \"Release_Date\": \"2008-11-12T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 116.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Danny Boyle\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 176325.0, \"Year\": 2008, \"Profit\": 351257315.0}, {\"Title\": \"Snatch\", \"US_Gross\": 30093107.0, \"Worldwide_Gross\": 83593107.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 10000000.0, \"Release_Date\": \"2000-12-08T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 103.0, \"Distributor\": \"Sony Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Black Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Guy Ritchie\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 173919.0, \"Year\": 2000, \"Profit\": 73593107.0}, {\"Title\": \"Scott Pilgrim vs. The World\", \"US_Gross\": 31167395.0, \"Worldwide_Gross\": 43149143.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 85000000.0, \"Release_Date\": \"2010-08-13T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 112.0, \"Distributor\": \"Universal\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Edgar Wright\", \"Rotten_Tomatoes_Rating\": 81.0, \"IMDB_Rating\": 8.1, \"IMDB_Votes\": 17461.0, \"Year\": 2010, \"Profit\": -41850857.0}, {\"Title\": \"Saving Private Ryan\", \"US_Gross\": 216335085.0, \"Worldwide_Gross\": 481635085.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 65000000.0, \"Release_Date\": \"1998-07-24T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 169.0, \"Distributor\": \"Dreamworks SKG\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Historical Fiction\", \"Director\": \"Steven Spielberg\", \"Rotten_Tomatoes_Rating\": 91.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 270540.0, \"Year\": 1998, \"Profit\": 416635085.0}, {\"Title\": \"The Town\", \"US_Gross\": 30980607.0, \"Worldwide_Gross\": 33180607.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 37000000.0, \"Release_Date\": \"2010-09-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 123.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Book/Short Story\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Ben Affleck\", \"Rotten_Tomatoes_Rating\": 84.0, \"IMDB_Rating\": 8.7, \"IMDB_Votes\": 493.0, \"Year\": 2010, \"Profit\": -3819393.0}, {\"Title\": \"Toy Story 3\", \"US_Gross\": 410640665.0, \"Worldwide_Gross\": 1046340665.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 200000000.0, \"Release_Date\": \"2010-06-18T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 102.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 99.0, \"IMDB_Rating\": 8.9, \"IMDB_Votes\": 67380.0, \"Year\": 2010, \"Profit\": 846340665.0}, {\"Title\": \"Star Trek\", \"US_Gross\": 257730019.0, \"Worldwide_Gross\": 385680447.0, \"US_DVD_Sales\": 98317480.0, \"Production_Budget\": 140000000.0, \"Release_Date\": \"2009-05-08T00:00:00\", \"MPAA_Rating\": \"PG-13\", \"Running_Time_min\": 107.0, \"Distributor\": \"Paramount Pictures\", \"Source\": \"Based on TV\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"J.J. Abrams\", \"Rotten_Tomatoes_Rating\": 94.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 134187.0, \"Year\": 2009, \"Profit\": 245680447.0}, {\"Title\": \"U2 3D\", \"US_Gross\": 10363341.0, \"Worldwide_Gross\": 22664070.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 15000000.0, \"Release_Date\": \"2008-01-23T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 85.0, \"Distributor\": \"National Geographic Entertainment\", \"Source\": \"Based on Real Life Events\", \"Major_Genre\": \"Concert/Performance\", \"Creative_Type\": \"Factual\", \"Director\": \"Catherine Owens\", \"Rotten_Tomatoes_Rating\": 55.0, \"IMDB_Rating\": 8.3, \"IMDB_Votes\": 2090.0, \"Year\": 2008, \"Profit\": 7664070.0}, {\"Title\": \"Up\", \"US_Gross\": 293004164.0, \"Worldwide_Gross\": 731304609.0, \"US_DVD_Sales\": 178459329.0, \"Production_Budget\": 175000000.0, \"Release_Date\": \"2009-05-29T00:00:00\", \"MPAA_Rating\": \"PG\", \"Running_Time_min\": 96.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Adventure\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Pete Docter\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.4, \"IMDB_Votes\": 110491.0, \"Year\": 2009, \"Profit\": 556304609.0}, {\"Title\": \"V for Vendetta\", \"US_Gross\": 70511035.0, \"Worldwide_Gross\": 132511035.0, \"US_DVD_Sales\": 58723721.0, \"Production_Budget\": 50000000.0, \"Release_Date\": \"2006-03-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 107.0, \"Distributor\": \"Warner Bros.\", \"Source\": \"Based on Comic/Graphic Novel\", \"Major_Genre\": \"Action\", \"Creative_Type\": \"Science Fiction\", \"Director\": \"James McTeigue\", \"Rotten_Tomatoes_Rating\": 73.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 224636.0, \"Year\": 2006, \"Profit\": 82511035.0}, {\"Title\": \"WALL-E\", \"US_Gross\": 223808164.0, \"Worldwide_Gross\": 532743103.0, \"US_DVD_Sales\": 142201722.0, \"Production_Budget\": 180000000.0, \"Release_Date\": \"2008-06-27T00:00:00\", \"MPAA_Rating\": \"G\", \"Running_Time_min\": 97.0, \"Distributor\": \"Walt Disney Pictures\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Comedy\", \"Creative_Type\": \"Kids Fiction\", \"Director\": \"Andrew Stanton\", \"Rotten_Tomatoes_Rating\": 96.0, \"IMDB_Rating\": 8.5, \"IMDB_Votes\": 182257.0, \"Year\": 2008, \"Profit\": 352743103.0}, {\"Title\": \"Winter's Bone\", \"US_Gross\": 5951693.0, \"Worldwide_Gross\": 5951693.0, \"US_DVD_Sales\": 20331557.5, \"Production_Budget\": 2000000.0, \"Release_Date\": \"2010-06-11T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 100.0, \"Distributor\": \"Roadside Attractions\", \"Source\": \"Unknown\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Unknown\", \"Director\": \"Unknown\", \"Rotten_Tomatoes_Rating\": 95.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 1704.0, \"Year\": 2010, \"Profit\": 3951693.0}, {\"Title\": \"The Wrestler\", \"US_Gross\": 26236603.0, \"Worldwide_Gross\": 43236603.0, \"US_DVD_Sales\": 11912450.0, \"Production_Budget\": 6000000.0, \"Release_Date\": \"2008-12-17T00:00:00\", \"MPAA_Rating\": \"R\", \"Running_Time_min\": 109.0, \"Distributor\": \"Fox Searchlight\", \"Source\": \"Original Screenplay\", \"Major_Genre\": \"Drama\", \"Creative_Type\": \"Contemporary Fiction\", \"Director\": \"Darren Aronofsky\", \"Rotten_Tomatoes_Rating\": 98.0, \"IMDB_Rating\": 8.2, \"IMDB_Votes\": 93301.0, \"Year\": 2008, \"Profit\": 37236603.0}]}}, {\"mode\": \"vega-lite\"});\n",
+ "</script>"
+ ],
+ "text/plain": [
+ "alt.Chart(...)"
+ ]
+ },
+ "metadata": {},
+ "execution_count": 26
+ }
+ ],
+ "source": [
+ "fat_corr = pd.concat([movies_clean[movies_clean.IMDB_Rating < 4], movies_clean[movies_clean.IMDB_Rating > 8]], ignore_index=True)\n",
+ "\n",
+ "alt.Chart(fat_corr).mark_point(filled=True).encode(\n",
+ " x=alt.Y('Worldwide_Gross', scale=alt.Scale(type='sqrt')),\n",
+ " y=alt.Y('Production_Budget', scale=alt.Scale(type='sqrt')),\n",
+ " color=alt.Color(field=\"IMDB_Rating\", bin=alt.Bin(maxbins=10), scale={\"range\":\"diverging\"}),\n",
+ ").configure_mark(\n",
+ " opacity=0.8,\n",
+ ").interactive()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "d29b8a7f-c8ca-4e82-a7ee-bcfacf7c2b42",
+ "metadata": {
+ "id": "d29b8a7f-c8ca-4e82-a7ee-bcfacf7c2b42"
+ },
+ "source": [
+ "On observe que les films les moins bien notés sont des films à haut budget qui engrangent le moins de profit, ce qui semble logique (ce sont les plus médiatisés, et donc les plus décevants). On observe également que des films de tous budgets sont bien notés, mais que parmi les films à grosse production, seuls ceux ayant engrangé le plus de profits le sont.\n",
+ "\n",
+ "On peut en déduire que plus le budget est élevé, plus les attentes de la critique et du public sont élevées et difficiles à satisfaire."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "7d513fa8-51b5-4eae-9ea6-000e502caed3",
+ "metadata": {
+ "id": "7d513fa8-51b5-4eae-9ea6-000e502caed3"
+ },
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.14.3"
+ },
+ "colab": {
+ "provenance": []
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+} \ No newline at end of file